diff --git a/.changeset/rich-peas-press.md b/.changeset/rich-peas-press.md deleted file mode 100644 index 419ab0b..0000000 --- a/.changeset/rich-peas-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"taurpc": patch ---- - -alias/skip method attributes diff --git a/CHANGELOG.md b/CHANGELOG.md index c8227a8..c226f7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # taurpc +## 1.2.4 + +### Patch Changes + +- [`2bae0ca`](https://github.com/MatsDK/TauRPC/commit/2bae0ca9c1eee7f36d2ab2bcbd6773792babd475) Thanks [@MatsDK](https://github.com/MatsDK)! - alias/skip method attributes + ## 1.2.3 ### Patch Changes diff --git a/package.json b/package.json index 911773f..4ec1571 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taurpc", - "version": "1.2.3", + "version": "1.2.4", "description": "", "main": "dist/index.cjs", "repository": {