Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](https://github.com/qiwi/nexus/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2020-11-26)

### Features

* add skipErrors flag ([#16](#16)) ([b5fab08](b5fab08))
  • Loading branch information
qiwibot committed Nov 26, 2020
1 parent a1b4a6f commit 16a2240
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions packages/helper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# @qiwi/nexus-helper [1.1.0](https://github.com/qiwi/nexus/compare/@qiwi/[email protected]...@qiwi/[email protected]) (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/[email protected]...@qiwi/[email protected]) (2020-11-25)


Expand Down
6 changes: 3 additions & 3 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.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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 16a2240

Please sign in to comment.