diff --git a/packages/helper/CHANGELOG.md b/packages/helper/CHANGELOG.md index c315644..71609ac 100644 --- a/packages/helper/CHANGELOG.md +++ b/packages/helper/CHANGELOG.md @@ -1,3 +1,18 @@ +## @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) + + +### Bug Fixes + +* null group parsing, remove redundant packages ([#15](https://github.com/qiwi/nexus/issues/15)) ([cbbf257](https://github.com/qiwi/nexus/commit/cbbf257aede87ff91457f34ecca87fc8fb1059a3)), closes [#12](https://github.com/qiwi/nexus/issues/12) + + + + + +### Dependencies + +* **@qiwi/nexus-client:** upgraded to 1.0.7 + ## @qiwi/nexus-helper [1.0.6](https://github.com/qiwi/nexus/compare/@qiwi/nexus-helper@1.0.5...@qiwi/nexus-helper@1.0.6) (2020-11-23) diff --git a/packages/helper/package.json b/packages/helper/package.json index 57f15b5..b588ab4 100644 --- a/packages/helper/package.json +++ b/packages/helper/package.json @@ -1,6 +1,6 @@ { "name": "@qiwi/nexus-helper", - "version": "1.0.6", + "version": "1.0.7", "description": "API for managing Nexus NPM repository contents", "main": "target/es5/index.js", "repository": "https://github.com/qiwi/nexus.git", @@ -38,7 +38,7 @@ }, "dependencies": { "@qiwi/deep-proxy": "^1.8.1", - "@qiwi/nexus-client": "1.0.6", + "@qiwi/nexus-client": "1.0.7", "push-it-to-the-limit": "^1.17.0", "semver": "^7.3.2" },