From 16a22404e6fb4aee981384e4d458f10467dc543e Mon Sep 17 00:00:00 2001 From: "@qiwibot" Date: Thu, 26 Nov 2020 12:45:35 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/qiwi/nexus/compare/@qiwi/nexus-helper@1.0.7...@qiwi/nexus-helper@1.1.0) (2020-11-26) ### Features * add skipErrors flag ([#16](https://github.com/qiwi/nexus/issues/16)) ([b5fab08](https://github.com/qiwi/nexus/commit/b5fab083004d7d43497f7a56d8be30467852d762)) --- packages/helper/CHANGELOG.md | 16 ++++++++++++++++ packages/helper/package.json | 6 +++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/packages/helper/CHANGELOG.md b/packages/helper/CHANGELOG.md index 71609ac..48625ce 100644 --- a/packages/helper/CHANGELOG.md +++ b/packages/helper/CHANGELOG.md @@ -1,3 +1,19 @@ +# @qiwi/nexus-helper [1.1.0](https://github.com/qiwi/nexus/compare/@qiwi/nexus-helper@1.0.7...@qiwi/nexus-helper@1.1.0) (2020-11-26) + + +### Features + +* add skipErrors flag ([#16](https://github.com/qiwi/nexus/issues/16)) ([b5fab08](https://github.com/qiwi/nexus/commit/b5fab083004d7d43497f7a56d8be30467852d762)) + + + + + +### Dependencies + +* **@qiwi/nexus-client:** upgraded to 1.0.8 +* **@qiwi/nexus-infra:** upgraded to 1.1.0 + ## @qiwi/nexus-helper [1.0.7](https://github.com/qiwi/nexus/compare/@qiwi/nexus-helper@1.0.6...@qiwi/nexus-helper@1.0.7) (2020-11-25) diff --git a/packages/helper/package.json b/packages/helper/package.json index b588ab4..6035721 100644 --- a/packages/helper/package.json +++ b/packages/helper/package.json @@ -1,6 +1,6 @@ { "name": "@qiwi/nexus-helper", - "version": "1.0.7", + "version": "1.1.0", "description": "API for managing Nexus NPM repository contents", "main": "target/es5/index.js", "repository": "https://github.com/qiwi/nexus.git", @@ -38,13 +38,13 @@ }, "dependencies": { "@qiwi/deep-proxy": "^1.8.1", - "@qiwi/nexus-client": "1.0.7", + "@qiwi/nexus-client": "1.0.8", "push-it-to-the-limit": "^1.17.0", "semver": "^7.3.2" }, "devDependencies": { "@qiwi/libdefkit": "^2.1.4", - "@qiwi/nexus-infra": "1.0.4", + "@qiwi/nexus-infra": "1.1.0", "nock": "^13.0.4" }, "prettier": "prettier-config-qiwi"