From 2d4b2a27e73c421f85689afa179aaab57c21ebfa Mon Sep 17 00:00:00 2001 From: "@qiwibot" Date: Mon, 15 Mar 2021 08:48:38 +0000 Subject: [PATCH] chore(release): 1.2.2 [skip ci] ## [1.2.2](https://github.com/qiwi/nexus/compare/@qiwi/nexus-helper@1.2.1...@qiwi/nexus-helper@1.2.2) (2021-03-15) ### Performance Improvements * update deps ([#19](https://github.com/qiwi/nexus/issues/19)) ([aa9a347](https://github.com/qiwi/nexus/commit/aa9a347acc653bb9cae9d4efcc56269311cc3f3d)) --- packages/helper/CHANGELOG.md | 16 ++++++++++++++++ packages/helper/package.json | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/packages/helper/CHANGELOG.md b/packages/helper/CHANGELOG.md index 1b11a58..c297389 100644 --- a/packages/helper/CHANGELOG.md +++ b/packages/helper/CHANGELOG.md @@ -1,3 +1,19 @@ +## @qiwi/nexus-helper [1.2.2](https://github.com/qiwi/nexus/compare/@qiwi/nexus-helper@1.2.1...@qiwi/nexus-helper@1.2.2) (2021-03-15) + + +### Performance Improvements + +* update deps ([#19](https://github.com/qiwi/nexus/issues/19)) ([aa9a347](https://github.com/qiwi/nexus/commit/aa9a347acc653bb9cae9d4efcc56269311cc3f3d)) + + + + + +### Dependencies + +* **@qiwi/nexus-client:** upgraded to 1.1.2 +* **@qiwi/nexus-infra:** upgraded to 1.2.2 + ## @qiwi/nexus-helper [1.2.1](https://github.com/qiwi/nexus/compare/@qiwi/nexus-helper@1.2.0...@qiwi/nexus-helper@1.2.1) (2021-02-16) diff --git a/packages/helper/package.json b/packages/helper/package.json index 8ec2b6f..e3b3755 100644 --- a/packages/helper/package.json +++ b/packages/helper/package.json @@ -1,6 +1,6 @@ { "name": "@qiwi/nexus-helper", - "version": "1.2.1", + "version": "1.2.2", "description": "API for managing Nexus NPM repository contents", "main": "target/es5/index.js", "repository": "https://github.com/qiwi/nexus.git", @@ -46,7 +46,7 @@ }, "devDependencies": { "@qiwi/libdefkit": "^2.1.6", - "@qiwi/nexus-infra": "1.2.1", + "@qiwi/nexus-infra": "1.2.2", "nock": "^13.0.11" }, "prettier": "prettier-config-qiwi"