Skip to content

Commit

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

### Features

* add Req, Res, and a few more decorators ([b7da378](b7da378))
  • Loading branch information
qiwibot committed Mar 1, 2022
1 parent d16f6ed commit 971e9ac
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.5.0](https://github.com/qiwi/json-rpc/compare/[email protected]@1.5.0) (2022-03-01)


### Features

* add Req, Res, and a few more decorators ([b7da378](https://github.com/qiwi/json-rpc/commit/b7da378312178bf438d419c0ea5b146b44dc0462))

## expressjs-json-rpc [1.4.5](https://github.com/qiwi/json-rpc/compare/[email protected]@1.4.5) (2021-08-04)


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

0 comments on commit 971e9ac

Please sign in to comment.