Skip to content

Commit

Permalink
chore(release): 1.8.5 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Feb 5, 2023
1 parent 21adf97 commit 08dd95f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.8.5"></a>
## [1.8.5](https://github.com/rime/librime/compare/1.8.4...1.8.5) (2023-02-05)


### Bug Fixes

* **selector:** do not match fallback modifier ([21adf97](https://github.com/rime/librime/commit/21adf97)), closes [#609](https://github.com/rime/librime/issues/609)



<a name="1.8.4"></a>
## [1.8.4](https://github.com/rime/librime/compare/1.8.3...1.8.4) (2023-01-30)

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(rime)
cmake_minimum_required(VERSION 3.12)
set(CMAKE_CXX_STANDARD 14)

set(rime_version 1.8.4)
set(rime_version 1.8.5)
set(rime_soversion 1)

add_definitions(-DRIME_VERSION="${rime_version}")
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": "librime",
"version": "1.8.4",
"version": "1.8.5",
"description": "Rime Input Method Engine",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 08dd95f

Please sign in to comment.