From 6fd7138fd4bc7e77a300bc2c94b88bfba160a335 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 08:44:09 +0000 Subject: [PATCH] Release 1.0.2 --- CHANGELOG.md | 5 ++++- thunderstore.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 214eac6..d2ec366 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.2] - 2024-05-23 + ### Fixed - Fixed auto_single and auto_multiple so they actually prevent ready from being reloaded @@ -23,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial Thunderstore release. -[unreleased]: https://github.com/SGG-Modding/ReLoad/compare/1.0.1...HEAD +[unreleased]: https://github.com/SGG-Modding/ReLoad/compare/1.0.2...HEAD +[1.0.2]: https://github.com/SGG-Modding/ReLoad/compare/1.0.1...1.0.2 [1.0.1]: https://github.com/SGG-Modding/ReLoad/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/SGG-Modding/ReLoad/compare/eba0d7e21432247504fa77881d39032cb754ab26...1.0.0 diff --git a/thunderstore.toml b/thunderstore.toml index a74540c..ecf8536 100644 --- a/thunderstore.toml +++ b/thunderstore.toml @@ -4,7 +4,7 @@ schemaVersion = "0.0.1" [package] namespace = "SGG_Modding" name = "ReLoad" -versionNumber = "1.0.1" +versionNumber = "1.0.2" description = "Provides helpers for managing hot reloading and waiting for the right time to load" websiteUrl = "https://github.com/SGG-Modding/ReLoad" containsNsfwContent = false