Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# nestjs-json-rpc 1.0.0 (2019-10-21)

### Features

* add facade (all-in-one) package ([ce7a0a0](ce7a0a0))
* handle method errors ([fed1f27](fed1f27))
* **nestjs:** use reflection for proper arg types resolution ([8ab03d7](8ab03d7))

### Dependencies

* **expressjs-json-rpc:** upgraded to 1.0.0
  • Loading branch information
qiwibot committed Oct 21, 2019
1 parent 12846c5 commit ffdf68b
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
@@ -0,0 +1,16 @@
# nestjs-json-rpc 1.0.0 (2019-10-21)


### Features

* add facade (all-in-one) package ([ce7a0a0](https://github.com/qiwi/json-rpc/commit/ce7a0a0))
* handle method errors ([fed1f27](https://github.com/qiwi/json-rpc/commit/fed1f27))
* **nestjs:** use reflection for proper arg types resolution ([8ab03d7](https://github.com/qiwi/json-rpc/commit/8ab03d7))





### Dependencies

* **expressjs-json-rpc:** upgraded to 1.0.0
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": "0.0.0",
"version": "1.0.0",
"description": "Nestjs JSON RPC 2.0 Controller",
"main": "target/es5/index.js",
"source": "target/ts/index.ts",
Expand Down

0 comments on commit ffdf68b

Please sign in to comment.