Skip to content

Commit

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

### Performance Improvements

* **package:** up deps & repack ([b1134c3](b1134c3))

### Dependencies

* **@qiwi/json-rpc-common:** upgraded to 1.0.1
* **expressjs-json-rpc:** upgraded to 1.0.2
  • Loading branch information
qiwibot committed Nov 25, 2019
1 parent 95206cc commit d5f9bde
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.0.2](https://github.com/qiwi/json-rpc/compare/[email protected]@1.0.2) (2019-11-25)


### Performance Improvements

* **package:** up deps & repack ([b1134c3](https://github.com/qiwi/json-rpc/commit/b1134c3222a6d45927e542b0c29ee8524723c884))





### Dependencies

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

## nestjs-json-rpc [1.0.1](https://github.com/qiwi/json-rpc/compare/[email protected]@1.0.1) (2019-11-04)


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

0 comments on commit d5f9bde

Please sign in to comment.