Skip to content

Commit

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

### Bug Fixes

* **cli:** wrong method call ([#6](#6)) ([a3a14a4](a3a14a4))

### Dependencies

* **@qiwi/npm-batch-client:** upgraded to 1.0.1
  • Loading branch information
qiwibot committed Dec 2, 2020
1 parent a3a14a4 commit 92245a2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## @qiwi/npm-batch-cli [1.0.2](https://github.com/qiwi/npm-batch-action/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2020-12-02)


### Bug Fixes

* **cli:** wrong method call ([#6](https://github.com/qiwi/npm-batch-action/issues/6)) ([a3a14a4](https://github.com/qiwi/npm-batch-action/commit/a3a14a407f189ab482604060310d2fe3f054cbeb))





### Dependencies

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

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


Expand Down
4 changes: 2 additions & 2 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.0.1",
"version": "1.0.2",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@qiwi/deep-proxy": "^1.8.1",
"@qiwi/npm-batch-client": "1.0.0",
"@qiwi/npm-batch-client": "1.0.1",
"@qiwi/substrate": "^1.19.5",
"meow": "^8.0.0",
"push-it-to-the-limit": "^1.17.1",
Expand Down

0 comments on commit 92245a2

Please sign in to comment.