From 7c7f1994cd184a0d2637340f3d42924096e99081 Mon Sep 17 00:00:00 2001 From: "@qiwibot" Date: Wed, 31 Mar 2021 13:49:36 +0000 Subject: [PATCH] chore(release): 8.9.0 [skip ci] # [8.9.0](https://github.com/qiwi-forks/npm-registry-client/compare/v8.8.1...v8.9.0) (2021-03-31) ### Features * add constructor types ([#9](https://github.com/qiwi-forks/npm-registry-client/issues/9)) ([d6d5668](https://github.com/qiwi-forks/npm-registry-client/commit/d6d566890463513dc914a9757c47d19d5f57a199)) --- 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 a21a1d2..94be23f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.9.0](https://github.com/qiwi-forks/npm-registry-client/compare/v8.8.1...v8.9.0) (2021-03-31) + + +### Features + +* add constructor types ([#9](https://github.com/qiwi-forks/npm-registry-client/issues/9)) ([d6d5668](https://github.com/qiwi-forks/npm-registry-client/commit/d6d566890463513dc914a9757c47d19d5f57a199)) + ## [8.8.1](https://github.com/qiwi-forks/npm-registry-client/compare/v8.8.0...v8.8.1) (2021-03-29) diff --git a/package-lock.json b/package-lock.json index b12ed22..e76be40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@qiwi/npm-registry-client", - "version": "8.8.1", + "version": "8.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1ced2ca..465c48d 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.8.1", + "version": "8.9.0", "publishConfig": { "access": "public" },