diff --git a/.changeset/thirty-grapes-jam.md b/.changeset/thirty-grapes-jam.md deleted file mode 100644 index 37bcc77..0000000 --- a/.changeset/thirty-grapes-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@zendrex/buttplug.js": patch ---- - -version bump diff --git a/CHANGELOG.md b/CHANGELOG.md index 13c211d..6ce32a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @zendrex/buttplug.js +## 0.1.1 + +### Patch Changes + +- [#2](https://github.com/Zendrex/buttplug.js/pull/2) [`c08bab2`](https://github.com/Zendrex/buttplug.js/commit/c08bab26f1c1b0207c4149097e99b3653f20dd81) Thanks [@Zendrex](https://github.com/Zendrex)! - version bump + ## 0.1.0 ### Minor Changes diff --git a/package.json b/package.json index 7f03795..0a99ca3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zendrex/buttplug.js", - "version": "0.1.0", + "version": "0.1.1", "description": "Modern TypeScript client for the Buttplug protocol v4", "author": "zendrex", "license": "MIT",