diff --git a/.changeset/pretty-things-juggle.md b/.changeset/pretty-things-juggle.md deleted file mode 100644 index 4b685b0..0000000 --- a/.changeset/pretty-things-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"CreateColonies": patch ---- - -Fix: Ask for redstone contacts instead of elevator contacts. Closes https://github.com/MotionlessTrain/CreateColonies/issues/38 diff --git a/CHANGELOG.md b/CHANGELOG.md index 08a16e8..556ec3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CreateColonies +## 1.0.3 + +### Patch Changes + +- Fix: Ask for redstone contacts instead of elevator contacts. Closes https://github.com/MotionlessTrain/CreateColonies/issues/38 ([#39](https://github.com/MotionlessTrain/CreateColonies/pull/39)) + ## 1.0.2 ### Patch Changes diff --git a/package.json b/package.json index 31e5fd1..670abf7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "@changesets/cli": "^2.29.5" }, "private": true, - "version": "1.0.2", + "version": "1.0.3", "name": "CreateColonies", "devDependencies": { "@svitejs/changesets-changelog-github-compact": "^1.2.0"