Skip to content

Commit

Permalink
chore(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## @qiwi/json-rpc-common [1.1.1](https://github.com/qiwi/json-rpc/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2020-05-31)

### Performance Improvements

* **package:** up deps ([6d623cf](6d623cf))
  • Loading branch information
qiwibot committed May 31, 2020
1 parent 120ceab commit 03be3ab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @qiwi/json-rpc-common [1.1.1](https://github.com/qiwi/json-rpc/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2020-05-31)


### Performance Improvements

* **package:** up deps ([6d623cf](https://github.com/qiwi/json-rpc/commit/6d623cf73724314557f045ad641573a6d155e2d8))

# @qiwi/json-rpc-common [1.1.0](https://github.com/qiwi/json-rpc/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2020-03-19)


Expand Down
6 changes: 4 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiwi/json-rpc-common",
"version": "1.1.0",
"version": "1.1.1",
"description": "JSON RPC 2.0 common components",
"main": "target/es5/index.js",
"source": "target/ts/index.ts",
Expand Down Expand Up @@ -87,5 +87,7 @@
"bugs": {
"url": "https://github.com/qiwi/json-rpc/issues"
},
"homepage": "https://github.com/qiwi/json-rpc#readme"
"homepage": "https://github.com/qiwi/json-rpc#readme",
"peerDependencies": {},
"optionalDependencies": {}
}

0 comments on commit 03be3ab

Please sign in to comment.