Skip to content

Commit

Permalink
release: v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rennzhang committed Sep 5, 2024
1 parent dfdfca6 commit ccae87b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.7.1](https://github.com/rennzhang/codemirror-editor-vue3/compare/v2.7.0...v2.7.1) (2024-09-05)


### Bug Fixes

* **#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)



# [2.7.0](https://github.com/rennzhang/codemirror-editor-vue3/compare/v2.6.1...v2.7.0) (2024-06-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "codemirror-editor-vue3",
"description": "CodeMirror component for Vue3",
"version": "2.7.0",
"version": "2.7.1",
"license": "MIT",
"files": [
"dist"
Expand Down

0 comments on commit ccae87b

Please sign in to comment.