Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
qiwibot committed Jan 18, 2021
1 parent bdaa8e0 commit 8db1561
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.4.0](https://github.com/qiwi/npm-batch-action/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-01-18)


### Features

* add `get` action ([#16](https://github.com/qiwi/npm-batch-action/issues/16)) ([dc28262](https://github.com/qiwi/npm-batch-action/commit/dc28262d2e3389b4fa66f2238dbb1a8703f3bc88))





### Dependencies

* **@qiwi/npm-batch-cli-api:** upgraded to 1.4.0

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


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.3.0",
"version": "1.4.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.3.0",
"@qiwi/npm-batch-cli-api": "1.4.0",
"meow": "^8.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 8db1561

Please sign in to comment.