Skip to content

Commit 340d6df

Browse files
chore: release v3.0.2 (#353)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 04b512c commit 340d6df

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [3.0.1](https://github.com/dm4t2/vue-currency-input/compare/3.0.0...3.0.1) (2022-10-02)
411

512

package.json

Lines changed: 1 addition & 1 deletion
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.1",
4+
"version": "3.0.2",
55
"license": "MIT",
66
"module": "./dist/index.mjs",
77
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)