diff --git a/.changeset/gentle-chefs-push.md b/.changeset/gentle-chefs-push.md deleted file mode 100644 index 8e350dc..0000000 --- a/.changeset/gentle-chefs-push.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"io.linefusion.unity.generator": patch -"io.linefusion.unity": patch ---- - -fix attributes diff --git a/CHANGELOG.md b/CHANGELOG.md index a494b6b..39d88dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # io.linefusion.unity +## 0.0.15 + +### Patch Changes + +- ae13c23: fix attributes + ## 0.0.14 ### Patch Changes diff --git a/package.json b/package.json index bd1e1e8..bc1d458 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "io.linefusion.unity", "private": true, - "version": "0.0.14", + "version": "0.0.15", "scripts": { "commit": "changeset", "prepare": "husky" diff --git a/unity/Packages/io.linefusion.unity.generator/CHANGELOG.md b/unity/Packages/io.linefusion.unity.generator/CHANGELOG.md index abed082..057ebdc 100644 --- a/unity/Packages/io.linefusion.unity.generator/CHANGELOG.md +++ b/unity/Packages/io.linefusion.unity.generator/CHANGELOG.md @@ -1,5 +1,11 @@ # io.linefusion.unity.generator +## 0.0.15 + +### Patch Changes + +- ae13c23: fix attributes + ## 0.0.14 ### Patch Changes diff --git a/unity/Packages/io.linefusion.unity.generator/package.json b/unity/Packages/io.linefusion.unity.generator/package.json index 27dc6ab..032c398 100644 --- a/unity/Packages/io.linefusion.unity.generator/package.json +++ b/unity/Packages/io.linefusion.unity.generator/package.json @@ -1,6 +1,6 @@ { "name": "io.linefusion.unity.generator", - "version": "0.0.14", + "version": "0.0.15", "displayName": "Linefusion Generator", "description": "Linefusion Generator", "unity": "2022.3",