Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# @qiwi/npm-batch-cli 1.0.0 (2020-12-01)

### Features

* **cli:** new package ([#3](#3)) ([cd0438c](cd0438c))

### Dependencies

* **@qiwi/npm-batch-client:** upgraded to 1.0.0
* **@qiwi/npm-batch-client-infra:** upgraded to 1.0.0
  • Loading branch information
qiwibot committed Dec 1, 2020
1 parent 15431e2 commit a82d3ce
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @qiwi/npm-batch-cli 1.0.0 (2020-12-01)


### Features

* **cli:** new package ([#3](https://github.com/qiwi/npm-batch-action/issues/3)) ([cd0438c](https://github.com/qiwi/npm-batch-action/commit/cd0438c30296bfdaded67fc45e82dab478374d9b))





### Dependencies

* **@qiwi/npm-batch-client:** upgraded to 1.0.0
* **@qiwi/npm-batch-client-infra:** upgraded to 1.0.0
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": "0.0.0",
"version": "1.0.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -39,14 +39,14 @@
},
"dependencies": {
"@qiwi/deep-proxy": "^1.8.1",
"@qiwi/npm-batch-client": "^0.0.0",
"@qiwi/npm-batch-client": "1.0.0",
"@qiwi/substrate": "^1.19.5",
"meow": "^8.0.0",
"push-it-to-the-limit": "^1.17.1",
"tslib": "^2.0.3"
},
"devDependencies": {
"@qiwi/npm-batch-client-infra": "*",
"@qiwi/npm-batch-client-infra": "1.0.0",
"nock": "^13.0.5"
},
"repository": {
Expand Down

0 comments on commit a82d3ce

Please sign in to comment.