Skip to content

Commit

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

### Features

* **expressjs:** make mware be always async ([047ebb1](047ebb1))
  • Loading branch information
qiwibot committed Mar 25, 2020
1 parent e0c5196 commit 5126b81
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.2.0](https://github.com/qiwi/json-rpc/compare/[email protected]@1.2.0) (2020-03-25)


### Features

* **expressjs:** make mware be always async ([047ebb1](https://github.com/qiwi/json-rpc/commit/047ebb12daf0268c914df3ce4f3c9ae2f87a688e))

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


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.1.0",
"version": "1.2.0",
"description": "Express JSON RPC 2.0 Controller",
"main": "target/es5/index.js",
"source": "target/ts/index.ts",
Expand Down

0 comments on commit 5126b81

Please sign in to comment.