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/nexus-cli@1.0.7...@qiwi/nexus-cli@1.1.0) (2020-11-26)

### Features

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

## @qiwi/nexus-cli [1.0.7](https://github.com/qiwi/nexus/compare/@qiwi/nexus-cli@1.0.6...@qiwi/nexus-cli@1.0.7) (2020-11-25)


Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiwi/nexus-cli",
"version": "1.0.7",
"version": "1.1.0",
"description": "CLI for managing Nexus NPM repository contents",
"main": "target/es5/index.js",
"repository": "https://github.com/qiwi/nexus.git",
Expand Down Expand Up @@ -39,14 +39,14 @@
"build:local": "yarn build:es5 && chmod +x target/es5/cli.js"
},
"dependencies": {
"@qiwi/nexus-client": "1.0.7",
"@qiwi/nexus-helper": "1.0.7",
"@qiwi/nexus-client": "1.0.8",
"@qiwi/nexus-helper": "1.1.0",
"@types/semver": "^7.3.4",
"meow": "^8.0.0"
},
"devDependencies": {
"@qiwi/libdefkit": "^2.1.4",
"@qiwi/nexus-infra": "1.0.4",
"@qiwi/nexus-infra": "1.1.0",
"nock": "^13.0.4",
"semver": "^7.3.2"
},
Expand Down

0 comments on commit a1b4a6f

Please sign in to comment.