From 3a27dcde6b9cc1581a46a7246caf6a5d3f493fe3 Mon Sep 17 00:00:00 2001 From: "@qiwibot" Date: Tue, 6 Apr 2021 06:46:05 +0000 Subject: [PATCH] chore(release): 2.2.0 [skip ci] # [2.2.0](https://github.com/qiwi/nexus/compare/@qiwi/nexus-helper@2.1.0...@qiwi/nexus-helper@2.2.0) (2021-04-06) ### Features * add workaround for duplicates, @qiwi/nexus-utils, specifying npm-batch config values, change downloadPackageAsset ([cb7e39b](https://github.com/qiwi/nexus/commit/cb7e39b36ad2dc1125e4a3bfe3c672da0e3ed336)) --- packages/helper/CHANGELOG.md | 15 +++++++++++++++ packages/helper/package.json | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/packages/helper/CHANGELOG.md b/packages/helper/CHANGELOG.md index 3c7b088..5343059 100644 --- a/packages/helper/CHANGELOG.md +++ b/packages/helper/CHANGELOG.md @@ -1,3 +1,18 @@ +# @qiwi/nexus-helper [2.2.0](https://github.com/qiwi/nexus/compare/@qiwi/nexus-helper@2.1.0...@qiwi/nexus-helper@2.2.0) (2021-04-06) + + +### Features + +* add workaround for duplicates, @qiwi/nexus-utils, specifying npm-batch config values, change downloadPackageAsset ([cb7e39b](https://github.com/qiwi/nexus/commit/cb7e39b36ad2dc1125e4a3bfe3c672da0e3ed336)) + + + + + +### Dependencies + +* **@qiwi/nexus-utils:** upgraded to 1.0.0 + # @qiwi/nexus-helper [2.1.0](https://github.com/qiwi/nexus/compare/@qiwi/nexus-helper@2.0.2...@qiwi/nexus-helper@2.1.0) (2021-03-22) diff --git a/packages/helper/package.json b/packages/helper/package.json index 1b554d9..5f7a1cd 100644 --- a/packages/helper/package.json +++ b/packages/helper/package.json @@ -1,6 +1,6 @@ { "name": "@qiwi/nexus-helper", - "version": "2.1.0", + "version": "2.2.0", "description": "API for managing Nexus NPM repository contents", "main": "target/es5/index.js", "repository": "https://github.com/qiwi/nexus.git", @@ -49,7 +49,7 @@ "dependencies": { "@qiwi/deep-proxy": "^1.8.1", "@qiwi/nexus-client": "1.1.3", - "@qiwi/nexus-utils": "^0.0.0", + "@qiwi/nexus-utils": "1.0.0", "push-it-to-the-limit": "^1.17.1", "semver": "^7.3.4" },