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 e0970cb commit 34d559c
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.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-cli-api:** upgraded to 1.1.1
* **@qiwi/npm-batch-client-infra:** upgraded to 1.0.1

# @qiwi/npm-batch-cli-pipe [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-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.1.0",
"version": "1.1.1",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -44,10 +44,10 @@
"format": "prettier --write 'src/**/*.ts'"
},
"dependencies": {
"@qiwi/npm-batch-cli-api": "1.1.0"
"@qiwi/npm-batch-cli-api": "1.1.1"
},
"devDependencies": {
"@qiwi/npm-batch-client-infra": "1.0.0"
"@qiwi/npm-batch-client-infra": "1.0.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 34d559c

Please sign in to comment.