Skip to content

Commit a7e89a1

Browse files
chore: release v3.0.3 (#361)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent aecd332 commit a7e89a1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.0.3](https://github.com/dm4t2/vue-currency-input/compare/3.0.2...3.0.3) (2022-12-03)
4+
5+
6+
### Bug Fixes
7+
8+
* change default value of option `useGrouping` ([#296](https://github.com/dm4t2/vue-currency-input/issues/296)) ([a37963e](https://github.com/dm4t2/vue-currency-input/commit/a37963ec4dcf42b528bf2e4aec628745f4513bb7))
9+
310
## [3.0.2](https://github.com/dm4t2/vue-currency-input/compare/3.0.1...3.0.2) (2022-10-30)
411

512

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-currency-input",
33
"description": "Easy input of currency formatted numbers for Vue.js.",
4-
"version": "3.0.2",
4+
"version": "3.0.3",
55
"license": "MIT",
66
"module": "./dist/index.mjs",
77
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)