Skip to content

Commit

Permalink
chore: release v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed May 2, 2022
1 parent 482f0b9 commit 1b220be
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.8.1](https://github.com/aidenlx/cm-chs-patch/compare/1.8.0...1.8.1) (2022-05-02)


### Bug Fixes

* fix no chs word selected when cursor at end of line ([482f0b9](https://github.com/aidenlx/cm-chs-patch/commit/482f0b97def4a3ac71e5d60f009c490ceefbf6de))

# [1.8.0](https://github.com/aidenlx/cm-chs-patch/compare/1.7.0...1.8.0) (2022-04-29)


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",
"version": "1.8.0",
"version": "1.8.1",
"minAppVersion": "0.13.8",
"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/chs-patch",
"version": "1.8.0",
"version": "1.8.1",
"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 @@ -9,5 +9,6 @@
"1.5.0": "0.13.8",
"1.6.0": "0.13.8",
"1.7.0": "0.13.8",
"1.8.0": "0.13.8"
"1.8.0": "0.13.8",
"1.8.1": "0.13.8"
}

0 comments on commit 1b220be

Please sign in to comment.