Skip to content

Commit

Permalink
chore(release): 5.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.1.1](v5.1.0...v5.1.1) (2023-10-20)

### Bug Fixes

* **punycode:** ensure to use the user-land replacement ([6c3a3c2](6c3a3c2))
  • Loading branch information
semantic-release-bot committed Oct 20, 2023
1 parent 6c3a3c2 commit 71e16a3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.1.1](https://github.com/hexonet/idna-uts46/compare/v5.1.0...v5.1.1) (2023-10-20)


### Bug Fixes

* **punycode:** ensure to use the user-land replacement ([6c3a3c2](https://github.com/hexonet/idna-uts46/commit/6c3a3c296624574f663132462ffe6bcf0e406742))

# [5.1.0](https://github.com/hexonet/idna-uts46/compare/v5.0.7...v5.1.0) (2023-09-18)


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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "idna-uts46-hx",
"description": "A UTS #46 processing algorithm for IDNA2008 strings",
"version": "5.1.0",
"version": "5.1.1",
"private": false,
"type": "module",
"main": "dist/index.mjs",
Expand Down

0 comments on commit 71e16a3

Please sign in to comment.