We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b512c commit 340d6dfCopy full SHA for 340d6df
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [3.0.2](https://github.com/dm4t2/vue-currency-input/compare/3.0.1...3.0.2) (2022-10-30)
4
+
5
6
+### Bug Fixes
7
8
+* **build:** fix ESM export ([04b512c](https://github.com/dm4t2/vue-currency-input/commit/04b512c23c525704297125c99a1aa94cb553a8b1))
9
10
## [3.0.1](https://github.com/dm4t2/vue-currency-input/compare/3.0.0...3.0.1) (2022-10-02)
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.1",
+ "version": "3.0.2",
"license": "MIT",
"module": "./dist/index.mjs",
"main": "./dist/index.cjs",
0 commit comments