Skip to content

Commit 60f85b3

Browse files
chore(master): release 3.1.0 (#413)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b4ecd1a commit 60f85b3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [3.0.5](https://github.com/dm4t2/vue-currency-input/compare/3.0.4...3.0.5) (2023-05-26)
411

512

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.5",
4+
"version": "3.1.0",
55
"license": "MIT",
66
"module": "./dist/index.mjs",
77
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)