diff --git a/.changeset/giant-ends-look.md b/.changeset/giant-ends-look.md deleted file mode 100644 index a85d2a7..0000000 --- a/.changeset/giant-ends-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"CreateColonies": patch ---- - -Fix: Ask for redstone contacts instead of elevator contacts diff --git a/CHANGELOG.md b/CHANGELOG.md index 36a535e..239d169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CreateColonies +## 2.0.4 + +### Patch Changes + +- Fix: Ask for redstone contacts instead of elevator contacts ([#40](https://github.com/MotionlessTrain/CreateColonies/pull/40)) + ## 2.0.3 ### Patch Changes diff --git a/package.json b/package.json index ffa29e6..5fc6d80 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "@changesets/cli": "^2.29.5" }, "private": true, - "version": "2.0.3", + "version": "2.0.4", "name": "CreateColonies", "devDependencies": { "@svitejs/changesets-changelog-github-compact": "^1.2.0"