Skip to content

Commit aad35ab

Browse files
committed
chore(client): release version 0.2.1
1 parent 6333ac5 commit aad35ab

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

packages/client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonrpc-rx/client",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"author": "jsonrpc-rx",
55
"description": "A tool library for RPC based on JSON-RPC 2.0 and Reactive Programming",
66
"main": "./dist/index.cjs.js",
@@ -27,7 +27,7 @@
2727
"clean": "rimraf dist/ & rimraf node_modules/"
2828
},
2929
"dependencies": {
30-
"@jsonrpc-rx/core": "^0.2.0",
30+
"@jsonrpc-rx/core": "^0.2.1",
3131
"flatted": "^3.2.9"
3232
},
3333
"devDependencies": {

pnpm-lock.yaml

+8-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)