We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 443321d commit fa72117Copy full SHA for fa72117
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [3.2.0](https://github.com/dm4t2/vue-currency-input/compare/3.1.0...3.2.0) (2025-01-18)
4
+
5
6
+### Features
7
8
+* Allow value scaling by 10,000 ([443321d](https://github.com/dm4t2/vue-currency-input/commit/443321d50bc8e73ed41fa3c553614012fb951745))
9
10
## [3.1.0](https://github.com/dm4t2/vue-currency-input/compare/3.0.5...3.1.0) (2024-02-07)
11
12
package.json
@@ -1,7 +1,7 @@
{
"name": "vue-currency-input",
"description": "Easy input of currency formatted numbers for Vue.js.",
- "version": "3.1.0",
+ "version": "3.2.0",
"license": "MIT",
"module": "./dist/index.mjs",
"main": "./dist/index.cjs",
0 commit comments