Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](https://github.com/qiwi/json-rpc/compare/nestjs-json-rpc@1.1.9...nestjs-json-rpc@1.2.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 971e9ac commit 8f5517e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/nestjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# nestjs-json-rpc [1.2.0](https://github.com/qiwi/json-rpc/compare/nestjs-json-rpc@1.1.9...nestjs-json-rpc@1.2.0) (2022-03-01)


### Features

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





### Dependencies

* **expressjs-json-rpc:** upgraded to 1.5.0

## nestjs-json-rpc [1.1.9](https://github.com/qiwi/json-rpc/compare/nestjs-json-rpc@1.1.8...nestjs-json-rpc@1.1.9) (2021-08-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/nestjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-json-rpc",
"version": "1.1.9",
"version": "1.2.0",
"description": "Nestjs JSON RPC 2.0 Controller",
"main": "target/es5/index.js",
"source": "target/ts/index.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@nestjs/core": "^8.0.5",
"@qiwi/substrate": "^1.20.9",
"@qiwi/json-rpc-common": "1.1.5",
"expressjs-json-rpc": "1.4.5",
"expressjs-json-rpc": "1.5.0",
"@types/express": "^4.17.13",
"@types/lodash": "^4.14.172",
"jsonrpc-lite": "^2.2.0",
Expand Down

0 comments on commit 8f5517e

Please sign in to comment.