Skip to content

Commit 2317fa9

Browse files
committed
release: v2.6.1
1 parent 534045a commit 2317fa9

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [2.6.1](https://github.com/rennzhang/codemirror-editor-vue3/compare/v2.6.0...v2.6.1) (2024-06-13)
2+
3+
4+
### Bug Fixes
5+
6+
* 文档打包忽略特定地址 ([db91b82](https://github.com/rennzhang/codemirror-editor-vue3/commit/db91b82cc68506536eae523429b8d9d41d3776f0))
7+
* 修复跳转错误 ([40a6b82](https://github.com/rennzhang/codemirror-editor-vue3/commit/40a6b8246e63d1063ecb8251cc32c00a4d39b382))
8+
9+
10+
### Features
11+
12+
* 调整文档首页样式 ([50a2df0](https://github.com/rennzhang/codemirror-editor-vue3/commit/50a2df04fa7c8b997c7ae4e5a55ee1cafd4b5828))
13+
14+
15+
116
# [2.6.0](https://github.com/rennzhang/codemirror-editor-vue3/compare/v2.6.0-beta.0...v2.6.0) (2024-06-11)
217

318

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.6.0",
4+
"version": "2.6.1",
55
"license": "MIT",
66
"files": [
77
"dist"

0 commit comments

Comments
 (0)