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 15, 2023
1 parent bffe2f4 commit 943b1cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @yannbcf/altv-rpc

## 0.1.1

### Patch Changes

- Fix package types

## 0.1.0

### Minor 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.1.0",
"version": "0.1.1",
"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.1.0",
"@yannbcf/altv-rpc": "^0.1.1",
"dts-bundle-generator": "^8.0.1",
"esbuild": "^0.17.19",
"eslint": "^8.42.0",
Expand Down

0 comments on commit 943b1cf

Please sign in to comment.