From b4b954af47d671b073811f6e8383795977ad181e Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Wed, 7 Aug 2024 10:17:15 -0700 Subject: [PATCH] chore(version): 0.1.0 --- CHANGELOG.md | 14 ++++++++++++++ Ecsact.uplugin | 5 +++-- 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c30902a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog +All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. + +- - - +## 0.1.0 - 2024-08-07 +#### Features +- add install instructions #2 - (9a1e0c0) - Ezekiel Warren +#### Miscellaneous Chores +- add cog.toml for release - (24fdf18) - Ezekiel Warren +- add ci (#4) - (ef5fcb3) - Ezekiel Warren + +- - - + +Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto). \ No newline at end of file diff --git a/Ecsact.uplugin b/Ecsact.uplugin index 03fb4c4..b359d78 100644 --- a/Ecsact.uplugin +++ b/Ecsact.uplugin @@ -14,7 +14,8 @@ "IsBetaVersion": true, "IsExperimentalVersion": false, "Installed": false, - "Modules": [ + "Modules": + [ { "Name": "Ecsact", "Type": "Runtime", @@ -26,4 +27,4 @@ "LoadingPhase": "Default" } ] -} +} \ No newline at end of file