Skip to content

Commit

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

### Performance Improvements

* **package:** up deps, tune up typedoc config ([e2afc66](e2afc66))

### Dependencies

* **@qiwi/json-rpc-common:** upgraded to 1.0.2
  • Loading branch information
qiwibot committed Feb 11, 2020
1 parent 57907fa commit fe38780
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions packages/expressjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## expressjs-json-rpc [1.0.3](https://github.com/qiwi/json-rpc/compare/[email protected]@1.0.3) (2020-02-11)


### Performance Improvements

* **package:** up deps, tune up typedoc config ([e2afc66](https://github.com/qiwi/json-rpc/commit/e2afc66460997567f18902467c09161398deb7e1))





### Dependencies

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

## expressjs-json-rpc [1.0.2](https://github.com/qiwi/json-rpc/compare/[email protected]@1.0.2) (2019-11-25)


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

0 comments on commit fe38780

Please sign in to comment.