Skip to content

Commit

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

### Features

* add batch.serial, batch.defaultTag ([#35](#35)) ([4c90812](4c90812))
  • Loading branch information
qiwibot committed Dec 21, 2021
1 parent 5514f18 commit 2a03c6e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/cli-pipe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# @qiwi/npm-batch-cli-pipe [1.4.0](https://github.com/qiwi/npm-batch-action/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-12-21)


### Features

* add batch.serial, batch.defaultTag ([#35](https://github.com/qiwi/npm-batch-action/issues/35)) ([4c90812](https://github.com/qiwi/npm-batch-action/commit/4c90812e1accb9adf54022846aaad058f2b19325))





### Dependencies

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

# @qiwi/npm-batch-cli-pipe [1.3.0](https://github.com/qiwi/npm-batch-action/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-12-17)


Expand Down
4 changes: 2 additions & 2 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.3.0",
"version": "1.4.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": "2.1.0"
"@qiwi/npm-batch-cli-api": "2.2.0"
},
"devDependencies": {
"@qiwi/npm-batch-client-infra": "1.3.0"
Expand Down

0 comments on commit 2a03c6e

Please sign in to comment.