Skip to content

Commit

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

### Features

* add publish action to cli-api ([#15](#15)) ([74419c5](74419c5))
  • Loading branch information
qiwibot committed Jan 15, 2021
1 parent c6f92d1 commit 28ea29d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/cli-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# @qiwi/npm-batch-cli-api [1.3.0](https://github.com/qiwi/npm-batch-action/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-01-15)


### Features

* add publish action to cli-api ([#15](https://github.com/qiwi/npm-batch-action/issues/15)) ([74419c5](https://github.com/qiwi/npm-batch-action/commit/74419c54664a577ed51eb42e8c660ce4fb91bbbf))





### Dependencies

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

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


Expand Down
4 changes: 2 additions & 2 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.2.0",
"version": "1.3.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@qiwi/deep-proxy": "^1.8.1",
"@qiwi/npm-batch-client": "1.2.0",
"@qiwi/npm-batch-client": "1.3.0",
"@qiwi/substrate": "^1.19.6",
"push-it-to-the-limit": "^1.17.1",
"tslib": "^2.0.3"
Expand Down

0 comments on commit 28ea29d

Please sign in to comment.