From 4f7474dbfc64f3b017008a4b5593ea36eb4e7838 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 30 Jan 2024 02:38:29 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.12 # [1.0.0-alpha.12](https://github.com/Thorium-Sim/thorium-nova/compare/1.0.0-alpha.11...1.0.0-alpha.12) (2024-01-30) ### Bug Fixes * Fixes an issue where the client would error out when opening the Flight Director screen. ([8fb683d](https://github.com/Thorium-Sim/thorium-nova/commit/8fb683dbebd25ca01ff57ddd7cb7cb6024fcf8a1)) * Improve rendering and transitioning the nebula background. ([7d5cb7b](https://github.com/Thorium-Sim/thorium-nova/commit/7d5cb7bc0abbefa279fdf144331ea697a9cc83ba)) * Restore the editor viewing mode when using the starmap editor. ([f210f1e](https://github.com/Thorium-Sim/thorium-nova/commit/f210f1e5abd11eba29814066b486d82e0b25f37a)) ### Features * Add the event engine and timeline authoring UI. ([acde588](https://github.com/Thorium-Sim/thorium-nova/commit/acde58816601643036c9e044cacd6094769773bd)) * Implement the collision physics engine for the starmap ([7f6efbd](https://github.com/Thorium-Sim/thorium-nova/commit/7f6efbdb10549aa667b18d6df59bbc80049dbe49)) --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9225db64..4c8454a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.12](https://github.com/Thorium-Sim/thorium-nova/compare/1.0.0-alpha.11...1.0.0-alpha.12) (2024-01-30) + + +### Bug Fixes + +* Fixes an issue where the client would error out when opening the Flight Director screen. ([8fb683d](https://github.com/Thorium-Sim/thorium-nova/commit/8fb683dbebd25ca01ff57ddd7cb7cb6024fcf8a1)) +* Improve rendering and transitioning the nebula background. ([7d5cb7b](https://github.com/Thorium-Sim/thorium-nova/commit/7d5cb7bc0abbefa279fdf144331ea697a9cc83ba)) +* Restore the editor viewing mode when using the starmap editor. ([f210f1e](https://github.com/Thorium-Sim/thorium-nova/commit/f210f1e5abd11eba29814066b486d82e0b25f37a)) + + +### Features + +* Add the event engine and timeline authoring UI. ([acde588](https://github.com/Thorium-Sim/thorium-nova/commit/acde58816601643036c9e044cacd6094769773bd)) +* Implement the collision physics engine for the starmap ([7f6efbd](https://github.com/Thorium-Sim/thorium-nova/commit/7f6efbdb10549aa667b18d6df59bbc80049dbe49)) + # [1.0.0-alpha.11](https://github.com/Thorium-Sim/thorium-nova/compare/1.0.0-alpha.10...1.0.0-alpha.11) (2023-04-03) diff --git a/package.json b/package.json index 2efab380..b4949a5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thorium-nova", - "version": "1.0.0-alpha.11", + "version": "1.0.0-alpha.12", "description": "Spaceship Simulator Controls Platform", "keywords": [], "author": "Alex Anderson",