Skip to content

Commit 0addcd9

Browse files
chore(master): release 3.0.1 (#345)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 447a1c6 commit 0addcd9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [3.0.1](https://github.com/dm4t2/vue-currency-input/compare/3.0.0...3.0.1) (2022-10-02)
4+
5+
6+
### Bug Fixes
7+
8+
* fix cursor jumps with input component of Quasar/Element Plus ([59b8b40](https://github.com/dm4t2/vue-currency-input/commit/59b8b405211c0fa0f337b118ab8d46001f030da6))

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.0",
4+
"version": "3.0.1",
55
"license": "MIT",
66
"module": "./dist/index.esm.js",
77
"main": "./dist/index.cjs.js",

0 commit comments

Comments
 (0)