From c75e2cb3d9d5b13ad20c9273c44773231659759c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 1 Dec 2021 03:37:28 +0000 Subject: [PATCH] chore(release): 1.4.3 [skip ci] ## [1.4.3](https://github.com/taskforcesh/nandu/compare/v1.4.2...v1.4.3) (2021-12-01) ### Bug Fixes * **packages:** remove userId from package existence query ([b69f50a](https://github.com/taskforcesh/nandu/commit/b69f50a04308f0d6580aebf6a8ade29676b9d3ad)) * **packages:** try to correctly get the host for the packages url ([d5ab082](https://github.com/taskforcesh/nandu/commit/d5ab0828d4a0c0d28c1e9cadb9b607937f263ba1)) --- 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 db7d212..3544f52 100644 --- a/docs/gitbook/changelog.md +++ b/docs/gitbook/changelog.md @@ -1,3 +1,11 @@ +## [1.4.3](https://github.com/taskforcesh/nandu/compare/v1.4.2...v1.4.3) (2021-12-01) + + +### Bug Fixes + +* **packages:** remove userId from package existence query ([b69f50a](https://github.com/taskforcesh/nandu/commit/b69f50a04308f0d6580aebf6a8ade29676b9d3ad)) +* **packages:** try to correctly get the host for the packages url ([d5ab082](https://github.com/taskforcesh/nandu/commit/d5ab0828d4a0c0d28c1e9cadb9b607937f263ba1)) + ## [1.4.2](https://github.com/taskforcesh/nandu/compare/v1.4.1...v1.4.2) (2021-11-25) diff --git a/package.json b/package.json index 5c44b21..8646401 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nandu", - "version": "1.4.2", + "version": "1.4.3", "description": "Open NPM Registry", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",