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-01)

### Features

* **cli:** new package ([#3](#3)) ([cd0438c](cd0438c))
* **client:** introduce NpmRegClientWrapper  ([#2](#2)) ([3d102fc](3d102fc))
  • Loading branch information
qiwibot committed Dec 1, 2020
1 parent a82d3ce commit 936998b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @qiwi/npm-batch-client 1.0.0 (2020-12-01)


### Features

* **cli:** new package ([#3](https://github.com/qiwi/npm-batch-action/issues/3)) ([cd0438c](https://github.com/qiwi/npm-batch-action/commit/cd0438c30296bfdaded67fc45e82dab478374d9b))
* **client:** introduce NpmRegClientWrapper ([#2](https://github.com/qiwi/npm-batch-action/issues/2)) ([3d102fc](https://github.com/qiwi/npm-batch-action/commit/3d102fca30c248efc9f450473f0442ce83fd3052))





### Dependencies

* **@qiwi/npm-batch-client-infra:** upgraded to 1.0.0
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiwi/npm-batch-client",
"version": "0.0.0",
"version": "1.0.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -42,7 +42,7 @@
"tslib": "^2.0.3"
},
"devDependencies": {
"@qiwi/npm-batch-client-infra": "*",
"@qiwi/npm-batch-client-infra": "1.0.0",
"nock": "^13.0.5"
},
"repository": {
Expand Down

0 comments on commit 936998b

Please sign in to comment.