Skip to content

Commit

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

### Features

* add buildstamp, update deps ([#17](#17)) ([61585d0](61585d0))
  • Loading branch information
qiwibot committed Jan 20, 2021
1 parent f6355c2 commit c7b5b3e
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.2.0](https://github.com/qiwi/nexus/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-01-20)


### Features

* add buildstamp, update deps ([#17](https://github.com/qiwi/nexus/issues/17)) ([61585d0](https://github.com/qiwi/nexus/commit/61585d0d96c0fdec46014a3fb64adecc29065ac5))





### Dependencies

* **@qiwi/nexus-client:** upgraded to 1.1.0
* **@qiwi/nexus-helper:** upgraded to 1.2.0
* **@qiwi/nexus-infra:** upgraded to 1.2.0

# @qiwi/nexus-cli [1.1.0](https://github.com/qiwi/nexus/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2020-11-26)


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.1.0",
"version": "1.2.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 @@ -41,14 +41,14 @@
"build:local": "yarn build:es5 && chmod +x target/es5/cli.js"
},
"dependencies": {
"@qiwi/nexus-client": "1.0.8",
"@qiwi/nexus-helper": "1.1.0",
"@qiwi/nexus-client": "1.1.0",
"@qiwi/nexus-helper": "1.2.0",
"@types/semver": "^7.3.4",
"meow": "^9.0.0"
},
"devDependencies": {
"@qiwi/libdefkit": "^2.1.5",
"@qiwi/nexus-infra": "1.1.0",
"@qiwi/nexus-infra": "1.2.0",
"nock": "^13.0.5",
"semver": "^7.3.4"
},
Expand Down

0 comments on commit c7b5b3e

Please sign in to comment.