Skip to content

Commit

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

### Performance Improvements

* **package:** up deps, update typings ([892c4ac](892c4ac))

### Dependencies

* **@qiwi/json-rpc-common:** upgraded to 1.1.2
  • Loading branch information
qiwibot committed Jun 5, 2020
1 parent e244d66 commit 81fbfc9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/expressjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## expressjs-json-rpc [1.4.2](https://github.com/qiwi/json-rpc/compare/[email protected]@1.4.2) (2020-06-05)


### Performance Improvements

* **package:** up deps, update typings ([892c4ac](https://github.com/qiwi/json-rpc/commit/892c4aca77f0d9aa6a3131a1bd07274bbd0b6160))





### Dependencies

* **@qiwi/json-rpc-common:** upgraded to 1.1.2

## expressjs-json-rpc [1.4.1](https://github.com/qiwi/json-rpc/compare/[email protected]@1.4.1) (2020-05-31)


Expand Down
4 changes: 2 additions & 2 deletions packages/expressjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expressjs-json-rpc",
"version": "1.4.1",
"version": "1.4.2",
"description": "Express JSON RPC 2.0 Controller",
"main": "target/es5/index.js",
"source": "target/ts/index.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@qiwi/decorator-utils": "^3.0.3",
"@qiwi/mware": "^1.10.0",
"@qiwi/json-rpc-common": "1.1.1",
"@qiwi/json-rpc-common": "1.1.2",
"@qiwi/substrate": "^1.18.32",
"@types/express": "^4.17.6",
"@types/lodash": "^4.14.155",
Expand Down

0 comments on commit 81fbfc9

Please sign in to comment.