Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-12-08)

### Bug Fixes

* **cli:** add bin to package.json ([#5](#5)) ([6223cf8](6223cf8))
* **cli:** wrong method call ([#6](#6)) ([a3a14a4](a3a14a4))

### Features

* introduce cli-api, cli-pipe, some refactoring ([#8](#8)) ([13a90a2](13a90a2))
* **cli:** new package ([#3](#3)) ([cd0438c](cd0438c))
* **client:** introduce get & getBatch ([#7](#7)) ([e911a17](e911a17))
* **client:** introduce NpmRegClientWrapper  ([#2](#2)) ([3d102fc](3d102fc))
  • Loading branch information
qiwibot committed Dec 8, 2020
1 parent 17ad2ea commit 0ebbac8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/cli-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @qiwi/npm-batch-cli-api 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))
2 changes: 1 addition & 1 deletion 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": "0.0.0",
"version": "1.0.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 0ebbac8

Please sign in to comment.