diff --git a/CHANGELOG.md b/CHANGELOG.md index 87125d3..dcb75b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ ### Unreleased +### [3.0.0-alpha.5] - 2024-03-06 + +- feat(lib/nameserver): added, with tests, fixes #22 + + ### [3.0.0-alpha.4] - 2024-03-05 - feat(lib/nameserver): added, with tests @@ -21,3 +26,4 @@ [3.0.0-alpha.3]: https://github.com/NicTool/api/releases/tag/3.0.0-alpha.3 [3.0.0-alpha.4]: https://github.com/NicTool/api/releases/tag/3.0.0-alpha.4 +[3.0.0-alpha.5]: https://github.com/NicTool/api/releases/tag/3.0.0-alpha.5 diff --git a/package.json b/package.json index 9e20c74..dbdbb4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nictool/api", - "version": "3.0.0-alpha.4", + "version": "3.0.0-alpha.5", "description": "NicTool API", "main": "index.js", "type": "module",