From 8b232cddf00b759857bdb4cecd01d2d30d7c4cc4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 09:43:17 +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 148572f..765f311 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 + ### Changed - Changed Object Browser so it now lists keys in alphabetic order. @@ -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/SeerSuite/compare/1.0.1...HEAD +[unreleased]: https://github.com/SGG-Modding/SeerSuite/compare/1.0.2...HEAD +[1.0.2]: https://github.com/SGG-Modding/SeerSuite/compare/1.0.1...1.0.2 [1.0.1]: https://github.com/SGG-Modding/SeerSuite/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/SGG-Modding/SeerSuite/compare/78b7f8e4b37e9c9f38dece6bc06c8a6858e30aa5...1.0.0 diff --git a/thunderstore.toml b/thunderstore.toml index 783d797..365988e 100644 --- a/thunderstore.toml +++ b/thunderstore.toml @@ -4,7 +4,7 @@ schemaVersion = "0.0.1" [package] namespace = "SGG_Modding" name = "SeerSuite" -versionNumber = "1.0.1" +versionNumber = "1.0.2" description = "Defines debug tools such as an Object Browser and Script Console." websiteUrl = "https://github.com/SGG-Modding/SeerSuite" containsNsfwContent = false