From 8799e932b1c225fdd34426b45574c6e7e8437daf Mon Sep 17 00:00:00 2001 From: "Rong Sen Ng (motss)" Date: Sun, 14 Apr 2024 19:06:31 +0800 Subject: [PATCH] chore(release): 5.0.0 :tada: --- CHANGELOG.md | 12 ++++++------ FULL_CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 14 +++++++------- 4 files changed, 20 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77106ec..cc1fd07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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) \ No newline at end of file +## [0.4.1](https://github.com/motss/normalize-diacritics/compare/v0.4.0...v0.4.1) (2017-12-06) \ No newline at end of file diff --git a/FULL_CHANGELOG.md b/FULL_CHANGELOG.md index 4a299e5..f64c01f 100644 --- a/FULL_CHANGELOG.md +++ b/FULL_CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 3a9bf2c..3fa259f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "normalize-diacritics", - "version": "4.0.3", + "version": "5.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "normalize-diacritics", - "version": "4.0.3", + "version": "5.0.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ab9b0e7..d5e5ab2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "normalize-diacritics", - "version": "4.0.3", + "version": "5.0.0", "description": "Remove accents/ diacritics in string", "keywords": [ "diacritic", @@ -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" }, @@ -85,11 +91,5 @@ }, "publishConfig": { "access": "public" - }, - "nano-staged": { - "*.ts": [ - "npm run lint:build -- -f 1", - "git add" - ] } }