Skip to content

Commit

Permalink
1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LongYinan committed Jul 22, 2021
1 parent c43123c commit 4995f79
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 40 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.6.2](https://github.com/Brooooooklyn/pinyin/compare/v1.6.1...v1.6.2) (2021-07-22)

### Bug Fixes

- fix linux aarch64 musl build ([a2792f1](https://github.com/Brooooooklyn/pinyin/commit/a2792f1ccccef941a35834d012046fcf7328ce63))

## [1.6.1](https://github.com/Brooooooklyn/pinyin/compare/v1.6.0...v1.6.1) (2021-06-18)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/pinyin-android-arm64",
"version": "1.6.1",
"version": "1.6.2",
"os": ["android"],
"cpu": ["arm64"],
"main": "pinyin.android-arm64.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/pinyin-darwin-arm64",
"version": "1.6.1",
"version": "1.6.2",
"os": ["darwin"],
"cpu": ["arm64"],
"main": "pinyin.darwin-arm64.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/pinyin-darwin-x64",
"version": "1.6.1",
"version": "1.6.2",
"os": ["darwin"],
"cpu": ["x64"],
"main": "pinyin.darwin-x64.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/pinyin-freebsd-x64",
"version": "1.6.1",
"version": "1.6.2",
"os": ["freebsd"],
"cpu": ["x64"],
"main": "pinyin.freebsd-x64.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/pinyin-linux-arm-gnueabihf",
"version": "1.6.1",
"version": "1.6.2",
"os": ["linux"],
"cpu": ["arm"],
"main": "pinyin.linux-arm-gnueabihf.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/pinyin-linux-arm64-gnu",
"version": "1.6.1",
"version": "1.6.2",
"os": ["linux"],
"cpu": ["arm64"],
"main": "pinyin.linux-arm64-gnu.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/pinyin-linux-arm64-musl",
"version": "1.6.1",
"version": "1.6.2",
"os": ["linux"],
"cpu": ["arm64"],
"main": "pinyin.linux-arm64-musl.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/pinyin-linux-x64-gnu",
"version": "1.6.1",
"version": "1.6.2",
"os": ["linux"],
"cpu": ["x64"],
"main": "pinyin.linux-x64-gnu.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/pinyin-linux-x64-musl",
"version": "1.6.1",
"version": "1.6.2",
"os": ["linux"],
"cpu": ["x64"],
"main": "pinyin.linux-x64-musl.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/pinyin-win32-arm64-msvc",
"version": "1.6.1",
"version": "1.6.2",
"os": ["win32"],
"cpu": ["arm64"],
"main": "pinyin.win32-arm64-msvc.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/pinyin-win32-ia32-msvc",
"version": "1.6.1",
"version": "1.6.2",
"os": ["win32"],
"cpu": ["ia32"],
"main": "pinyin.win32-ia32-msvc.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/pinyin-win32-x64-msvc",
"version": "1.6.1",
"version": "1.6.2",
"os": ["win32"],
"cpu": ["x64"],
"main": "pinyin.win32-x64-msvc.node",
Expand Down
36 changes: 8 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/pinyin",
"version": "1.6.1",
"version": "1.6.2",
"description": "Fastest Chinese words to pinyin library",
"main": "index.js",
"repository": "[email protected]:Brooooooklyn/pinyin.git",
Expand All @@ -19,14 +19,7 @@
"汉字",
"中文"
],
"files": [
"index.d.ts",
"index.js",
"src/**",
"build.rs",
"Cargo.toml",
"postinstall.js"
],
"files": ["index.d.ts", "index.js", "src/**", "build.rs", "Cargo.toml", "postinstall.js"],
"napi": {
"name": "pinyin",
"triples": {
Expand Down Expand Up @@ -98,27 +91,14 @@
"@node-rs/helper": "^1.2.0"
},
"lint-staged": {
"*.@(js|ts|tsx)": [
"prettier --write",
"eslint -c .eslintrc.yml --fix"
],
"*.@(yml|yaml)": [
"prettier --parser yaml --write"
],
"*.md": [
"prettier --parser markdown --write"
],
"*.json": [
"prettier --parser json --write"
]
"*.@(js|ts|tsx)": ["prettier --write", "eslint -c .eslintrc.yml --fix"],
"*.@(yml|yaml)": ["prettier --parser yaml --write"],
"*.md": ["prettier --parser markdown --write"],
"*.json": ["prettier --parser json --write"]
},
"ava": {
"require": [
"ts-node/register/transpile-only"
],
"extensions": [
"ts"
],
"require": ["ts-node/register/transpile-only"],
"extensions": ["ts"],
"environmentVariables": {
"TS_NODE_PROJECT": "./tsconfig.json"
}
Expand Down

0 comments on commit 4995f79

Please sign in to comment.