Skip to content

Commit

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

### Features

* **expressjs:** add await for handler ([6fc00b9](6fc00b9))
  • Loading branch information
qiwibot committed Mar 26, 2020
1 parent 5c7c427 commit 0daacd9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/expressjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# expressjs-json-rpc [1.3.0](https://github.com/qiwi/json-rpc/compare/[email protected]@1.3.0) (2020-03-26)


### Features

* **expressjs:** add await for handler ([6fc00b9](https://github.com/qiwi/json-rpc/commit/6fc00b9d40cfcd84ec96ff983030f58a9e617603))

# expressjs-json-rpc [1.2.0](https://github.com/qiwi/json-rpc/compare/[email protected]@1.2.0) (2020-03-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/expressjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expressjs-json-rpc",
"version": "1.2.0",
"version": "1.3.0",
"description": "Express JSON RPC 2.0 Controller",
"main": "target/es5/index.js",
"source": "target/ts/index.ts",
Expand Down

0 comments on commit 0daacd9

Please sign in to comment.