Skip to content

Commit

Permalink
chore(changeset): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbcf committed Jun 14, 2023
1 parent 1cffa2d commit 9e65171
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @yannbcf/altv-rpc

## 0.0.4

### Patch Changes

- Improve types inference when no args/returns schema is provided
- Apply the rpc router env correctly
- Allow only 1 return value per rpc call

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yannbcf/altv-rpc",
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"author": "YannBcf",
"main": "./dist/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@types/node": "^18.16.18",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@yannbcf/altv-rpc": "^0.0.3",
"@yannbcf/altv-rpc": "^0.0.4",
"dts-bundle-generator": "^8.0.1",
"esbuild": "^0.17.19",
"eslint": "^8.42.0",
Expand Down

0 comments on commit 9e65171

Please sign in to comment.