Skip to content

Commit

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

### Features

* add more useful output on batch actions, some minor fixes ([#10](#10)) ([ecfd4a8](ecfd4a8))

### Dependencies

* **@qiwi/npm-batch-cli-api:** upgraded to 1.1.0
  • Loading branch information
qiwibot committed Dec 9, 2020
1 parent ecfd4a8 commit 7e62f32
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# @qiwi/npm-batch-cli [1.2.0](https://github.com/qiwi/npm-batch-action/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2020-12-09)


### Features

* add more useful output on batch actions, some minor fixes ([#10](https://github.com/qiwi/npm-batch-action/issues/10)) ([ecfd4a8](https://github.com/qiwi/npm-batch-action/commit/ecfd4a8aaf4ca9e39f5f8f8de9c61b9d6f9acae6))





### Dependencies

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

# @qiwi/npm-batch-cli [1.1.0](https://github.com/qiwi/npm-batch-action/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2020-12-08)


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.1.0",
"version": "1.2.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -44,7 +44,7 @@
"format": "prettier --write 'src/**/*.ts'"
},
"dependencies": {
"@qiwi/npm-batch-cli-api": "1.0.0",
"@qiwi/npm-batch-cli-api": "1.1.0",
"meow": "^8.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 7e62f32

Please sign in to comment.