Skip to content

Commit

Permalink
chore(release): 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Jan 21, 2023
1 parent 5177e6b commit 41d399f
Show file tree
Hide file tree
Showing 6 changed files with 901 additions and 10 deletions.
10 changes: 10 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"tabWidth": 2,
"arrowParens": "avoid",
"useTabs": false,
"plugins": [
"./node_modules/prettier-plugin-packagejson",
"./node_modules/prettier-plugin-organize-imports",
"./node_modules/prettier-plugin-tsconfig"
]
}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

### [2.3.3](https://github.com/snomiao/rime-snomiao/compare/v2.3.2...v2.3.3) (2023-01-21)

### [2.3.2](https://github.com/snomiao/rime-snomiao/compare/v2.3.1...v2.3.2) (2023-01-21)


Expand Down
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rime-snomiao",
"version": "2.3.2",
"version": "2.3.3",
"description": "由以下方案混合: 86 版五笔 | 拼音 | Emoji | 顔文字(Kaomoji) | 日本語",
"keywords": [
"rime",
Expand All @@ -26,9 +26,11 @@
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"bin": "dist/cli.mjs",
"bin": {
"rime-snomiao": "dist/cli.mjs"
},
"directories": {
"Rime": "Rime"
"doc": "docs"
},
"files": [
"Rime",
Expand Down Expand Up @@ -81,6 +83,9 @@
"opencc": "^1.1.3",
"pkg-dir": "^7.0.0",
"prettier": "^2.8.3",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-packagejson": "^2.4.0",
"prettier-plugin-tsconfig": "^0.0.1",
"rambda": "^7.3.0",
"read-file-utf8": "^2.0.4",
"semver": "^7.3.8",
Expand All @@ -89,6 +94,7 @@
"snorun": "^1.1.17",
"standard-version": "^9.5.0",
"tsx": "^3.11.0",
"typescript": "^4.9.4",
"vite": "^3.2.1",
"work-package-dir": "^1.0.0"
},
Expand Down
Loading

0 comments on commit 41d399f

Please sign in to comment.