Skip to content

Commit

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

### Features

* **expressjs:** add req metaResolver ([7fddc73](7fddc73))

### Dependencies

* **@qiwi/json-rpc-common:** upgraded to 1.1.0
* **expressjs-json-rpc:** upgraded to 1.1.0
  • Loading branch information
qiwibot committed Mar 19, 2020
1 parent 7df6782 commit 9c3e596
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/nestjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# nestjs-json-rpc [1.1.0](https://github.com/qiwi/json-rpc/compare/[email protected]@1.1.0) (2020-03-19)


### Features

* **expressjs:** add req metaResolver ([7fddc73](https://github.com/qiwi/json-rpc/commit/7fddc73d7dbc61509748cd0b0c4029ce7afd6936))





### Dependencies

* **@qiwi/json-rpc-common:** upgraded to 1.1.0
* **expressjs-json-rpc:** upgraded to 1.1.0

## nestjs-json-rpc [1.0.3](https://github.com/qiwi/json-rpc/compare/[email protected]@1.0.3) (2020-02-11)


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

0 comments on commit 9c3e596

Please sign in to comment.