Skip to content

Commit

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

### Features

* add printOnlyFailed flag, update deps ([#34](#34)) ([4906133](4906133))
  • Loading branch information
qiwibot committed Dec 17, 2021
1 parent 119de2d commit 9e4ffc6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# @qiwi/npm-batch-client [2.1.0](https://github.com/qiwi/npm-batch-action/compare/@qiwi/[email protected]...@qiwi/[email protected]) (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-client-infra:** upgraded to 1.3.0

# @qiwi/npm-batch-client [2.0.0](https://github.com/qiwi/npm-batch-action/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-04-05)


Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiwi/npm-batch-client",
"version": "2.0.0",
"version": "2.1.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -53,7 +53,7 @@
"tslib": "^2.3.1"
},
"devDependencies": {
"@qiwi/npm-batch-client-infra": "1.2.1",
"@qiwi/npm-batch-client-infra": "1.3.0",
"@types/semver": "^7.3.9",
"nock": "^13.2.1"
},
Expand Down

0 comments on commit 9e4ffc6

Please sign in to comment.