Skip to content

Commit

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

### Features

* **client:** add publish methods, migrate to @qiwi/npm-registry-client ([#14](#14)) ([a009369](a009369))
  • Loading branch information
qiwibot committed Jan 12, 2021
1 parent e9c86f1 commit 07ccd7a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions packages/cli-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# @qiwi/npm-batch-cli-api [1.2.0](https://github.com/qiwi/npm-batch-action/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-01-12)


### Features

* **client:** add publish methods, migrate to @qiwi/npm-registry-client ([#14](https://github.com/qiwi/npm-batch-action/issues/14)) ([a009369](https://github.com/qiwi/npm-batch-action/commit/a009369015a961a6828bb5049034816587a1b62d))





### Dependencies

* **@qiwi/npm-batch-client:** upgraded to 1.2.0
* **@qiwi/npm-batch-client-infra:** upgraded to 1.1.0

## @qiwi/npm-batch-cli-api [1.1.1](https://github.com/qiwi/npm-batch-action/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2020-12-28)


Expand Down
6 changes: 3 additions & 3 deletions 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": "1.1.1",
"version": "1.2.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -43,13 +43,13 @@
},
"dependencies": {
"@qiwi/deep-proxy": "^1.8.1",
"@qiwi/npm-batch-client": "1.1.1",
"@qiwi/npm-batch-client": "1.2.0",
"@qiwi/substrate": "^1.19.6",
"push-it-to-the-limit": "^1.17.1",
"tslib": "^2.0.3"
},
"devDependencies": {
"@qiwi/npm-batch-client-infra": "1.0.1",
"@qiwi/npm-batch-client-infra": "1.1.0",
"nock": "^13.0.5"
},
"repository": {
Expand Down

0 comments on commit 07ccd7a

Please sign in to comment.