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))
  • Loading branch information
qiwibot committed Dec 28, 2020
1 parent 11543ea commit 8f24abf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions packages/cli-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## @qiwi/npm-batch-cli-api [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:** upgraded to 1.1.1
* **@qiwi/npm-batch-client-infra:** upgraded to 1.0.1

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


Expand Down
6 changes: 3 additions & 3 deletions packages/cli-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiwi/npm-batch-cli-api",
"version": "1.1.0",
"version": "1.1.1",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -43,13 +43,13 @@
},
"dependencies": {
"@qiwi/deep-proxy": "^1.8.1",
"@qiwi/npm-batch-client": "1.1.0",
"@qiwi/npm-batch-client": "1.1.1",
"@qiwi/substrate": "^1.19.6",
"push-it-to-the-limit": "^1.17.1",
"tslib": "^2.0.3"
},
"devDependencies": {
"@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 8f24abf

Please sign in to comment.