We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ecd1a commit 60f85b3Copy full SHA for 60f85b3
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [3.1.0](https://github.com/dm4t2/vue-currency-input/compare/3.0.5...3.1.0) (2024-02-07)
4
+
5
6
+### Features
7
8
+* Support Chinese dot as decimal separator ([b4ecd1a](https://github.com/dm4t2/vue-currency-input/commit/b4ecd1a1bbd7440036157f4271e831266d656e5b))
9
10
## [3.0.5](https://github.com/dm4t2/vue-currency-input/compare/3.0.4...3.0.5) (2023-05-26)
11
12
package.json
@@ -1,7 +1,7 @@
{
"name": "vue-currency-input",
"description": "Easy input of currency formatted numbers for Vue.js.",
- "version": "3.0.5",
+ "version": "3.1.0",
"license": "MIT",
"module": "./dist/index.mjs",
"main": "./dist/index.cjs",
0 commit comments