Skip to content

Commit

Permalink
chore: release v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Jan 18, 2023
1 parent 2864ad1 commit 434765c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@


# [1.10.0](https://github.com/aidenlx/cm-chs-patch/compare/1.9.0...1.10.0) (2023-01-18)


### Bug Fixes

* improve install guide ([2864ad1](https://github.com/aidenlx/cm-chs-patch/commit/2864ad19434959b400d23606299d3ac1b27360d1))


### Features

* jieba binary can be reused across vault ([d38f9cb](https://github.com/aidenlx/cm-chs-patch/commit/d38f9cb6e4426e27eea6c9808573fca848fc0836))

# [1.9.0](https://github.com/aidenlx/cm-chs-patch/compare/1.8.2...1.9.0) (2023-01-14)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "cm-chs-patch",
"name": "Word Splitting for Simplified Chinese in Edit Mode and Vim Mode",
"version": "1.9.0",
"version": "1.10.0",
"minAppVersion": "0.15.0",
"description": "A patch for Obsidian's built-in CodeMirror Editor to support Simplified Chinese word splitting",
"author": "AidenLx",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aidenlx/cm-chs-patch",
"version": "1.9.0",
"version": "1.10.0",
"description": "A patch for Obsidian's built-in CodeMirror Editor to support Simplified Chinese word splitting",
"private": true,
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"1.8.0": "0.13.8",
"1.8.1": "0.13.8",
"1.8.2": "0.15.0",
"1.9.0": "0.15.0"
"1.9.0": "0.15.0",
"1.10.0": "0.15.0"
}

0 comments on commit 434765c

Please sign in to comment.