Skip to content

Commit

Permalink
1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Mar 21, 2024
1 parent 993610c commit 29ff8b7
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 14 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.7.4](https://github.com/Brooooooklyn/pinyin/compare/v1.7.3...v1.7.4) (2024-03-21)


### Bug Fixes

* **compare:** Compare with tone ([#271](https://github.com/Brooooooklyn/pinyin/issues/271)) ([993610c](https://github.com/Brooooooklyn/pinyin/commit/993610c082c55760755ec3076aae7a3d73043d43))



## [1.7.3](https://github.com/Brooooooklyn/pinyin/compare/v1.7.2...v1.7.3) (2023-05-24)


Expand Down
2 changes: 1 addition & 1 deletion npm/android-arm-eabi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/pinyin-android-arm-eabi",
"version": "1.7.3",
"version": "1.7.4",
"os": [
"android"
],
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.7.3",
"version": "1.7.4",
"os": [
"android"
],
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.7.3",
"version": "1.7.4",
"os": [
"darwin"
],
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.7.3",
"version": "1.7.4",
"os": [
"darwin"
],
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.7.3",
"version": "1.7.4",
"os": [
"freebsd"
],
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.7.3",
"version": "1.7.4",
"os": [
"linux"
],
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.7.3",
"version": "1.7.4",
"os": [
"linux"
],
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.7.3",
"version": "1.7.4",
"os": [
"linux"
],
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.7.3",
"version": "1.7.4",
"os": [
"linux"
],
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.7.3",
"version": "1.7.4",
"os": [
"linux"
],
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.7.3",
"version": "1.7.4",
"os": [
"win32"
],
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.7.3",
"version": "1.7.4",
"os": [
"win32"
],
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.7.3",
"version": "1.7.4",
"os": [
"win32"
],
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": "@napi-rs/pinyin",
"version": "1.7.3",
"version": "1.7.4",
"description": "Fastest Chinese words to pinyin library",
"main": "index.js",
"repository": "git@github.com:Brooooooklyn/pinyin.git",
Expand Down

0 comments on commit 29ff8b7

Please sign in to comment.