Skip to content

Commit

Permalink
chore: release v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Oct 8, 2022
1 parent 1fba3bf commit 528cf7e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@


## [1.8.2](https://github.com/aidenlx/cm-chs-patch/compare/1.8.1...1.8.2) (2022-10-08)


### Bug Fixes

* should be compatable with codemirror v6 now ([1fba3bf](https://github.com/aidenlx/cm-chs-patch/commit/1fba3bf8deb35431e5f3d96ac6c92e770312eb3a)), closes [#15](https://github.com/aidenlx/cm-chs-patch/issues/15)

## [1.8.1](https://github.com/aidenlx/cm-chs-patch/compare/1.8.0...1.8.1) (2022-05-02)


Expand Down Expand Up @@ -88,5 +97,4 @@



# [1.0.0](https://github.com/aidenlx/cm-chs-patch/compare/1.1.0...1.2.0) (2021-04-02)

# [1.0.0](https://github.com/aidenlx/cm-chs-patch/compare/1.1.0...1.2.0) (2021-04-02)
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.1",
"version": "1.8.2",
"minAppVersion": "0.15.0",
"description": "A patch for Obsidian's built-in CodeMirror Editor to support Simplified Chinese word splitting",
"author": "AidenLx",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aidenlx/chs-patch",
"version": "1.8.1",
"version": "1.8.2",
"description": "A patch for Obsidian's built-in CodeMirror Editor to support Simplified Chinese word splitting",
"private": true,
"scripts": {
Expand Down Expand Up @@ -47,4 +47,4 @@
"monkey-around": "^2.3.0",
"cm6-view-src": "https://github.com/aidenlx/view/tarball/main"
}
}
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"1.6.0": "0.13.8",
"1.7.0": "0.13.8",
"1.8.0": "0.13.8",
"1.8.1": "0.13.8"
"1.8.1": "0.13.8",
"1.8.2": "0.15.0"
}

0 comments on commit 528cf7e

Please sign in to comment.