From 8b0d4fcb4ed55116d50307c779e7c93a6d8fefdf Mon Sep 17 00:00:00 2001 From: Michael Moore Date: Tue, 17 Sep 2024 22:21:03 -0500 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 6 ++++++ package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src/renderer/src/lib/constants.ts | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17d0d5e..bb57078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [0.12.2](https://github.com/MichaelMakesGames/stellarmaps/compare/stellarmaps-v0.12.1...stellarmaps-v0.12.2) (2024-09-18) + +### Bug Fixes + +- **export:** png export fails if legend disabled ([c7a0de6](https://github.com/MichaelMakesGames/stellarmaps/commit/c7a0de6ba45fe2fcf94f377ef3fb8f16eb46a804)) + ## [0.12.1](https://github.com/MichaelMakesGames/stellarmaps/compare/stellarmaps-v0.12.0...stellarmaps-v0.12.1) (2024-09-18) ### Features diff --git a/package.json b/package.json index 5b96ee1..2035929 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stellarmaps", - "version": "0.12.1", + "version": "0.12.2", "private": true, "type": "module", "scripts": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 7366ea2..31a5a9c 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3254,7 +3254,7 @@ dependencies = [ [[package]] name = "stellarmaps" -version = "0.12.1" +version = "0.12.2" dependencies = [ "anyhow", "assert-json-diff", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ddb6c2c..c12d349 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stellarmaps" -version = "0.12.1" +version = "0.12.2" description = "Stellaris map renderer" authors = ["Michael Moore"] license = "" diff --git a/src/renderer/src/lib/constants.ts b/src/renderer/src/lib/constants.ts index 2531994..9133293 100644 --- a/src/renderer/src/lib/constants.ts +++ b/src/renderer/src/lib/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '0.12.1'; +export const VERSION = '0.12.2'; export const SYSTEM_FONTS = '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"';