Skip to content

Commit

Permalink
chore(release): 1.1.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.5](https://github.com/qiwi/json-rpc/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-08-04)

### Bug Fixes

* **package:** update deps, fix vuls ([158a85e](158a85e))
  • Loading branch information
qiwibot committed Aug 4, 2021
1 parent 2f500f2 commit 7f356de
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/open-rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## @qiwi/json-rpc-open-rpc [1.1.5](https://github.com/qiwi/json-rpc/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-08-04)


### Bug Fixes

* **package:** update deps, fix vuls ([158a85e](https://github.com/qiwi/json-rpc/commit/158a85ed53d421211ce638d5c60f02b952db275e))





### Dependencies

* **@qiwi/json-rpc-infra:** upgraded to 1.0.0

## @qiwi/json-rpc-open-rpc [1.1.4](https://github.com/qiwi/json-rpc/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2020-07-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/open-rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiwi/json-rpc-open-rpc",
"version": "1.1.4",
"version": "1.1.5",
"description": "JSON RPC 2.0 open-rpc describe",
"main": "target/es5/index.js",
"source": "target/ts/index.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
"tslib": "^2.3.0"
},
"devDependencies": {
"@qiwi/json-rpc-infra": "*",
"@qiwi/json-rpc-infra": "1.0.0",
"@nestjs/platform-express": "^8.0.5",
"@nestjs/testing": "^8.0.5",
"@types/bluebird": "^3.5.36",
Expand Down

0 comments on commit 7f356de

Please sign in to comment.