From 02ead592e8e38d6de2db5c0ea160b9a80eb5794d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 23 Feb 2024 08:29:35 +0000 Subject: [PATCH] chore(release): 6.0.1 [skip ci] ## [6.0.1](https://github.com/centralnicgroup-opensource/rtldev-middleware-idna-uts46/compare/v6.0.0...v6.0.1) (2024-2-23) ### Bug Fixes * **build:** add missing type definitions ([4a152c8](https://github.com/centralnicgroup-opensource/rtldev-middleware-idna-uts46/commit/4a152c8984f130a252a4cb295d5b07fde874b7a7)) --- HISTORY.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index dc8feb9..5213742 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +## [6.0.1](https://github.com/centralnicgroup-opensource/rtldev-middleware-idna-uts46/compare/v6.0.0...v6.0.1) (2024-2-23) + + +### Bug Fixes + +* **build:** add missing type definitions ([4a152c8](https://github.com/centralnicgroup-opensource/rtldev-middleware-idna-uts46/commit/4a152c8984f130a252a4cb295d5b07fde874b7a7)) + # [6.0.0](https://github.com/centralnicgroup-opensource/rtldev-middleware-idna-uts46/compare/v5.1.2...v6.0.0) (2024-2-22) diff --git a/package-lock.json b/package-lock.json index d68b223..d972122 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "idna-uts46-hx", - "version": "6.0.0", + "version": "6.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "idna-uts46-hx", - "version": "6.0.0", + "version": "6.0.1", "license": "MIT", "dependencies": { "tr46": "^5.0.0" diff --git a/package.json b/package.json index 8978894..b049454 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "idna-uts46-hx", "description": "Convert Domain Names correctly from IDN to Punycode and vice-versa and offer TR46 processing.", - "version": "6.0.0", + "version": "6.0.1", "private": false, "type": "module", "main": "dist/index.mjs",