From e7e419b5da35c26c4d5da3d8102e7e2202cca24a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 21 Nov 2021 07:33:03 +0000 Subject: [PATCH] chore(release): 1.2.3 [skip ci] ## [1.2.3](https://github.com/taskforcesh/nandu/compare/v1.2.2...v1.2.3) (2021-11-21) ### Bug Fixes * correct how root user is authorised ([7a9b4b7](https://github.com/taskforcesh/nandu/commit/7a9b4b74ab628155f82fb1920b9d961d42d4ce16)) * remove unnecessary dependency ([099b963](https://github.com/taskforcesh/nandu/commit/099b963a345ed069f6838d24d6f8aff1aa557889)) --- docs/gitbook/changelog.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/gitbook/changelog.md b/docs/gitbook/changelog.md index d4c6973..279eb74 100644 --- a/docs/gitbook/changelog.md +++ b/docs/gitbook/changelog.md @@ -1,3 +1,11 @@ +## [1.2.3](https://github.com/taskforcesh/nandu/compare/v1.2.2...v1.2.3) (2021-11-21) + + +### Bug Fixes + +* correct how root user is authorised ([7a9b4b7](https://github.com/taskforcesh/nandu/commit/7a9b4b74ab628155f82fb1920b9d961d42d4ce16)) +* remove unnecessary dependency ([099b963](https://github.com/taskforcesh/nandu/commit/099b963a345ed069f6838d24d6f8aff1aa557889)) + ## [1.2.2](https://github.com/taskforcesh/nandu/compare/v1.2.1...v1.2.2) (2021-11-19) diff --git a/package.json b/package.json index 0994a2d..c0cc8df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nandu", - "version": "1.2.2", + "version": "1.2.3", "description": "Open NPM Registry", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",