Skip to content

Commit

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

### Bug Fixes

* **package:** up deps, fix some vuls ([854e06f](854e06f))

### Features

* add more useful output on batch actions, some minor fixes ([#10](#10)) ([ecfd4a8](ecfd4a8))
* introduce cli-api, cli-pipe, some refactoring ([#8](#8)) ([13a90a2](13a90a2))
  • Loading branch information
qiwibot committed Dec 28, 2020
1 parent 8f24abf commit d5401e1
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 [1.1.1](https://github.com/qiwi/npm-batch-action/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2020-12-28)


### Bug Fixes

* **package:** up deps, fix some vuls ([854e06f](https://github.com/qiwi/npm-batch-action/commit/854e06fb697da98574fff619d1039cd2b5bebda0))





### Dependencies

* **@qiwi/npm-batch-client-infra:** upgraded to 1.0.1

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


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": "1.1.0",
"version": "1.1.1",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@npm/types": "^1.0.1",
"@qiwi/npm-batch-client-infra": "1.0.0",
"@qiwi/npm-batch-client-infra": "1.0.1",
"nock": "^13.0.5"
},
"repository": {
Expand Down

0 comments on commit d5401e1

Please sign in to comment.