Skip to content

Commit d344da2

Browse files
committed
chore(release): 2.2.5
1 parent d4005fb commit d344da2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.2.5](https://github.com/snomiao/rime-snomiao/compare/v2.2.4...v2.2.5) (2023-01-20)
6+
7+
8+
### Bug Fixes
9+
10+
* **rime-snomiao:** cli-node head ([d4005fb](https://github.com/snomiao/rime-snomiao/commit/d4005fba2bb2be0ebccde26fef885ec156779db5))
11+
512
### [2.2.4](https://github.com/snomiao/rime-snomiao/compare/v2.2.3...v2.2.4) (2023-01-20)
613

714
### [2.2.3](https://github.com/snomiao/rime-snomiao/compare/v2.2.2...v2.2.3) (2023-01-20)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rime-snomiao",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
44
"description": "由以下方案混合: 86 版五笔 | 拼音 | Emoji | 顔文字(Kaomoji) | 日本語",
55
"keywords": [
66
"rime",

src/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
/* Basic Options */
66
// "incremental": true, /* Enable incremental compilation */
7-
"target": "esnext" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */,
7+
"target": "es2020" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */,
88
"module": "esnext" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */,
99
// "lib": [], /* Specify library files to be included in the compilation. */
1010
// "allowJs": true, /* Allow javascript files to be compiled. */

0 commit comments

Comments
 (0)