Skip to content

Commit

Permalink
chore(release): 1.0.7 [skip ci]
Browse files Browse the repository at this point in the history
## [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](#15)) ([cbbf257](cbbf257)), closes [#12](#12)
  • Loading branch information
qiwibot committed Nov 25, 2020
1 parent 21e6a9c commit 4bae836
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/helper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/helper/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 4bae836

Please sign in to comment.