Skip to content

Commit

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

### Performance Improvements

* update deps ([#18](#18)) ([5bca5c4](5bca5c4))
  • Loading branch information
qiwibot committed Feb 15, 2021
1 parent 4d1f5a3 commit 8ff2928
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## @qiwi/npm-batch-cli [1.5.1](https://github.com/qiwi/npm-batch-action/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-02-15)


### Performance Improvements

* update deps ([#18](https://github.com/qiwi/npm-batch-action/issues/18)) ([5bca5c4](https://github.com/qiwi/npm-batch-action/commit/5bca5c4607054f37776625396d1b4a473daabc01))





### Dependencies

* **@qiwi/npm-batch-cli-api:** upgraded to 1.5.1
* **@qiwi/npm-batch-client-infra:** upgraded to 1.2.1

# @qiwi/npm-batch-cli [1.5.0](https://github.com/qiwi/npm-batch-action/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-01-19)


Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiwi/npm-batch-cli",
"version": "1.5.0",
"version": "1.5.1",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -46,11 +46,11 @@
"format": "prettier --write 'src/**/*.ts'"
},
"dependencies": {
"@qiwi/npm-batch-cli-api": "1.5.0",
"@qiwi/npm-batch-cli-api": "1.5.1",
"meow": "^9.0.0"
},
"devDependencies": {
"@qiwi/npm-batch-client-infra": "1.2.0"
"@qiwi/npm-batch-client-infra": "1.2.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8ff2928

Please sign in to comment.