Skip to content

Commit

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

### Features

* **p3:** introduce multi-purpose decorators ([224636d](224636d))
  • Loading branch information
qiwibot committed Mar 31, 2020
1 parent f994c9b commit 91f4a01
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.4.0](https://github.com/qiwi/json-rpc/compare/[email protected]@1.4.0) (2020-03-31)


### Features

* **p3:** introduce multi-purpose decorators ([224636d](https://github.com/qiwi/json-rpc/commit/224636d7f5bd23472d548704a99ec014b61aadd3))

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


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

0 comments on commit 91f4a01

Please sign in to comment.