Skip to content

Commit

Permalink
chore(release): 5.0.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Apr 14, 2024
1 parent 4376983 commit 8799e93
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 15 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. See [standa



# [5.0.0](https://github.com/motss/normalize-diacritics/compare/v4.0.3...v5.0.0) (2024-04-14)




## [4.0.3](https://github.com/motss/normalize-diacritics/compare/v4.0.2...v4.0.3) (2023-09-25)


Expand Down Expand Up @@ -429,9 +434,4 @@ All notable changes to this project will be documented in this file. See [standa



## [0.4.1](https://github.com/motss/normalize-diacritics/compare/v0.4.0...v0.4.1) (2017-12-06)




# [0.4.0](https://github.com/motss/normalize-diacritics/compare/v0.3.0...v0.4.0) (2017-11-28)
## [0.4.1](https://github.com/motss/normalize-diacritics/compare/v0.4.0...v0.4.1) (2017-12-06)
5 changes: 5 additions & 0 deletions FULL_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. See [standa



# [5.0.0](https://github.com/motss/normalize-diacritics/compare/v4.0.3...v5.0.0) (2024-04-14)




## [4.0.3](https://github.com/motss/normalize-diacritics/compare/v4.0.2...v4.0.3) (2023-09-25)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "normalize-diacritics",
"version": "4.0.3",
"version": "5.0.0",
"description": "Remove accents/ diacritics in string",
"keywords": [
"diacritic",
Expand Down Expand Up @@ -70,6 +70,12 @@
"test": "vitest --coverage",
"version": "sh $(npm root)/@reallyland/tools/generate-changelogs.sh && git add *CHANGELOG.md"
},
"nano-staged": {
"*.ts": [
"npm run lint:build -- -f 1",
"git add"
]
},
"dependencies": {
"tslib": "^2.4.0"
},
Expand All @@ -85,11 +91,5 @@
},
"publishConfig": {
"access": "public"
},
"nano-staged": {
"*.ts": [
"npm run lint:build -- -f 1",
"git add"
]
}
}

0 comments on commit 8799e93

Please sign in to comment.