Skip to content

Commit

Permalink
chore(release): 1.8.3 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Jan 25, 2023
1 parent 80bef8f commit a0fceab
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
<a name="1.8.3"></a>
## [1.8.3](https://github.com/rime/librime/compare/1.8.2...1.8.3) (2023-01-25)


### Bug Fixes

* skip key combos with super modifier ([80bef8f](https://github.com/rime/librime/commit/80bef8f)), closes [#458](https://github.com/rime/librime/issues/458)



<a name="1.8.2"></a>
## [1.8.2](https://github.com/rime/librime/compare/1.8.1...1.8.2) (2023-01-25)

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

set(rime_version 1.8.2)
set(rime_version 1.8.3)
set(rime_soversion 1)

add_definitions(-DRIME_VERSION="${rime_version}")
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "librime",
"version": "1.8.2",
"version": "1.8.3",
"description": "Rime Input Method Engine",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit a0fceab

Please sign in to comment.