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-pipe 1.0.0 (2020-12-08)

### Features

* introduce cli-api, cli-pipe, some refactoring ([#8](#8)) ([13a90a2](13a90a2))

### Dependencies

* **@qiwi/npm-batch-cli-api:** upgraded to 1.0.0
  • Loading branch information
qiwibot committed Dec 8, 2020
1 parent 13a90a2 commit 17ad2ea
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions packages/cli-pipe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @qiwi/npm-batch-cli-pipe 1.0.0 (2020-12-08)


### Features

* introduce cli-api, cli-pipe, some refactoring ([#8](https://github.com/qiwi/npm-batch-action/issues/8)) ([13a90a2](https://github.com/qiwi/npm-batch-action/commit/13a90a2f4c40b12106f5ad7bc322b9c0171ed337))





### Dependencies

* **@qiwi/npm-batch-cli-api:** upgraded to 1.0.0
4 changes: 2 additions & 2 deletions packages/cli-pipe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiwi/npm-batch-cli-pipe",
"version": "0.0.0",
"version": "1.0.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": "^0.0.0"
"@qiwi/npm-batch-cli-api": "1.0.0"
},
"devDependencies": {
"@qiwi/npm-batch-client-infra": "1.0.0"
Expand Down

0 comments on commit 17ad2ea

Please sign in to comment.