Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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](cb7e39b))
  • Loading branch information
qiwibot committed Apr 6, 2021
1 parent 844ff97 commit 3a27dcd
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 [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)


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": "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",
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 3a27dcd

Please sign in to comment.