Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# @qiwi/npm-batch-cli [2.0.0](https://github.com/qiwi/npm-batch-action/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-04-05)

### Features

* add set-latest, refactoring ([#23](#23)) ([8e80667](8e80667))

### BREAKING CHANGES

* @qiwi/npm-batch-client: batch actions moved to NpmRegClientBatchWrapper

### Dependencies

* **@qiwi/npm-batch-cli-api:** upgraded to 2.0.0
  • Loading branch information
qiwibot committed Apr 5, 2021
1 parent 8e80667 commit f00bacd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# @qiwi/npm-batch-cli [2.0.0](https://github.com/qiwi/npm-batch-action/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-04-05)


### Features

* add set-latest, refactoring ([#23](https://github.com/qiwi/npm-batch-action/issues/23)) ([8e80667](https://github.com/qiwi/npm-batch-action/commit/8e80667abde806cc416b49096bb513b5db5be27b))


### BREAKING CHANGES

* @qiwi/npm-batch-client: batch actions moved to NpmRegClientBatchWrapper





### Dependencies

* **@qiwi/npm-batch-cli-api:** upgraded to 2.0.0

## @qiwi/npm-batch-cli [1.5.3](https://github.com/qiwi/npm-batch-action/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-03-26)


Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiwi/npm-batch-cli",
"version": "1.5.3",
"version": "2.0.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -47,7 +47,7 @@
"format": "prettier --write 'src/**/*.ts'"
},
"dependencies": {
"@qiwi/npm-batch-cli-api": "1.5.3",
"@qiwi/npm-batch-cli-api": "2.0.0",
"meow": "^9.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit f00bacd

Please sign in to comment.