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 a5df0e5 commit edf6647
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.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-cli-api:** upgraded to 1.3.0

## @qiwi/npm-batch-cli [1.2.2](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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiwi/npm-batch-cli",
"version": "1.2.2",
"version": "1.3.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -44,7 +44,7 @@
"format": "prettier --write 'src/**/*.ts'"
},
"dependencies": {
"@qiwi/npm-batch-cli-api": "1.2.0",
"@qiwi/npm-batch-cli-api": "1.3.0",
"meow": "^8.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit edf6647

Please sign in to comment.