Skip to content

Commit

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

### Features

* add set-latest, refactoring ([#23](#23)) ([8e80667](8e80667))

### BREAKING CHANGES

* @qiwi/npm-batch-client: batch actions moved to NpmRegClientBatchWrapper
  • Loading branch information
qiwibot committed Apr 5, 2021
1 parent 24ffe26 commit bd86003
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# @qiwi/npm-batch-client [2.0.0](https://github.com/qiwi/npm-batch-action/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-04-05)


### Features

* add set-latest, refactoring ([#23](https://github.com/qiwi/npm-batch-action/issues/23)) ([8e80667](https://github.com/qiwi/npm-batch-action/commit/8e80667abde806cc416b49096bb513b5db5be27b))


### BREAKING CHANGES

* @qiwi/npm-batch-client: batch actions moved to NpmRegClientBatchWrapper

## @qiwi/npm-batch-client [1.5.1](https://github.com/qiwi/npm-batch-action/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-02-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiwi/npm-batch-client",
"version": "1.5.1",
"version": "2.0.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit bd86003

Please sign in to comment.