Skip to content

Commit ccae87b

Browse files
committed
release: v2.7.1
1 parent dfdfca6 commit ccae87b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.7.1](https://github.com/rennzhang/codemirror-editor-vue3/compare/v2.7.0...v2.7.1) (2024-09-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **#54:** handle empty value in isStringNumber function ([10cab8b](https://github.com/rennzhang/codemirror-editor-vue3/commit/10cab8ba38bc0d4637fb3619cefa87d882661b1e)), closes [#54](https://github.com/rennzhang/codemirror-editor-vue3/issues/54)
7+
8+
9+
110
# [2.7.0](https://github.com/rennzhang/codemirror-editor-vue3/compare/v2.6.1...v2.7.0) (2024-06-13)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codemirror-editor-vue3",
33
"description": "CodeMirror component for Vue3",
4-
"version": "2.7.0",
4+
"version": "2.7.1",
55
"license": "MIT",
66
"files": [
77
"dist"

0 commit comments

Comments
 (0)