Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# @qiwi/npm-batch-cli-pipe [1.3.0](https://github.com/qiwi/npm-batch-action/compare/@qiwi/npm-batch-cli-pipe@1.2.4...@qiwi/npm-batch-cli-pipe@1.3.0) (2021-12-17)

### Features

* add printOnlyFailed flag, update deps ([#34](#34)) ([4906133](4906133))

### Dependencies

* **@qiwi/npm-batch-cli-api:** upgraded to 2.1.0
* **@qiwi/npm-batch-client-infra:** upgraded to 1.3.0
  • Loading branch information
qiwibot committed Dec 17, 2021
1 parent 4906133 commit 5f7e0ef
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions packages/cli-pipe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# @qiwi/npm-batch-cli-pipe [1.3.0](https://github.com/qiwi/npm-batch-action/compare/@qiwi/npm-batch-cli-pipe@1.2.4...@qiwi/npm-batch-cli-pipe@1.3.0) (2021-12-17)


### Features

* add printOnlyFailed flag, update deps ([#34](https://github.com/qiwi/npm-batch-action/issues/34)) ([4906133](https://github.com/qiwi/npm-batch-action/commit/4906133b8d7c9fefbcb3403e83c9a6997f1d7eb7))





### Dependencies

* **@qiwi/npm-batch-cli-api:** upgraded to 2.1.0
* **@qiwi/npm-batch-client-infra:** upgraded to 1.3.0

## @qiwi/npm-batch-cli-pipe [1.2.4](https://github.com/qiwi/npm-batch-action/compare/@qiwi/npm-batch-cli-pipe@1.2.3...@qiwi/npm-batch-cli-pipe@1.2.4) (2021-04-05)


Expand Down
6 changes: 3 additions & 3 deletions packages/cli-pipe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiwi/npm-batch-cli-pipe",
"version": "1.2.4",
"version": "1.3.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -44,10 +44,10 @@
"format": "prettier --write 'src/**/*.ts'"
},
"dependencies": {
"@qiwi/npm-batch-cli-api": "2.0.0"
"@qiwi/npm-batch-cli-api": "2.1.0"
},
"devDependencies": {
"@qiwi/npm-batch-client-infra": "1.2.1"
"@qiwi/npm-batch-client-infra": "1.3.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5f7e0ef

Please sign in to comment.