From 928fcc296b89c9b54a99f44f8d18a7753f49128f Mon Sep 17 00:00:00 2001 From: "@qiwibot" Date: Fri, 2 Apr 2021 16:07:33 +0000 Subject: [PATCH] chore(release): 8.9.1 [skip ci] ## [8.9.1](https://github.com/qiwi-forks/npm-registry-client/compare/v8.9.0...v8.9.1) (2021-04-02) ### Bug Fixes * constructor typing ([#11](https://github.com/qiwi-forks/npm-registry-client/issues/11)) ([f334bb3](https://github.com/qiwi-forks/npm-registry-client/commit/f334bb32b05e4910f5e1d4fa850244830201433b)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94be23f..23e33fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.9.1](https://github.com/qiwi-forks/npm-registry-client/compare/v8.9.0...v8.9.1) (2021-04-02) + + +### Bug Fixes + +* constructor typing ([#11](https://github.com/qiwi-forks/npm-registry-client/issues/11)) ([f334bb3](https://github.com/qiwi-forks/npm-registry-client/commit/f334bb32b05e4910f5e1d4fa850244830201433b)) + # [8.9.0](https://github.com/qiwi-forks/npm-registry-client/compare/v8.8.1...v8.9.0) (2021-03-31) diff --git a/package-lock.json b/package-lock.json index e76be40..63193b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@qiwi/npm-registry-client", - "version": "8.9.0", + "version": "8.9.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 465c48d..3bd923f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Isaac Z. Schlueter (http://blog.izs.me/)", "name": "@qiwi/npm-registry-client", "description": "Client for the npm registry", - "version": "8.9.0", + "version": "8.9.1", "publishConfig": { "access": "public" },