Skip to content

Commit 3c976eb

Browse files
chore: bump version and generate changelog
1 parent 3a8ae2e commit 3c976eb

7 files changed

Lines changed: 17 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
## [0.11.1](https://github.com/MichaelMakesGames/stellarmaps/compare/stellarmaps-v0.11.0...stellarmaps-v0.11.1) (2024-06-01)
6+
7+
### Features
8+
9+
- **ui:** add Japanese translation from karokaro and Traditional Chinese translation from HYA ([2a9ebed](https://github.com/MichaelMakesGames/stellarmaps/commit/2a9ebed2cc28f70f2e52ed9c09a641d3f2fb8c5a))
10+
11+
### Bug Fixes
12+
13+
- **ui:** fix icon group names not localized ([018f130](https://github.com/MichaelMakesGames/stellarmaps/commit/018f130ce87ff9a18d190784bc82b2bd0af28f32))
14+
- **ui:** remove test ENGLISH locale and automatically reset invalid locale settings ([3a8ae2e](https://github.com/MichaelMakesGames/stellarmaps/commit/3a8ae2eb447cd715df2691d8ede38191369a64e9))
15+
516
## [0.11.0](https://github.com/MichaelMakesGames/stellarmaps/compare/stellarmaps-v0.10.0...stellarmaps-v0.11.0) (2024-05-14)
617

718
### Features

generate-changelog.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stellarmaps",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -17,7 +17,7 @@
1717
"knip": "knip",
1818
"update-git-hooks": "simple-git-hooks",
1919
"commitlint": "commitlint --edit",
20-
"generate-changelog": "commit-and-tag-version --skip.bump --skip.commit --skip.tag -t stellarmaps-v"
20+
"generate-changelog": "commit-and-tag-version --skip.bump --skip.commit --skip.tag -t stellarmaps-v && prettier --write ./CHANGELOG.md"
2121
},
2222
"simple-git-hooks": {
2323
"pre-commit": "npm run knip && npm run typecheck && npm run format:check && npm run lint",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stellarmaps"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
description = "Stellaris map renderer"
55
authors = ["Michael Moore"]
66
license = ""

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "StellarMaps",
11-
"version": "0.11.0"
11+
"version": "0.11.1"
1212
},
1313
"tauri": {
1414
"allowlist": {

src/renderer/src/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.11.0';
1+
export const VERSION = '0.11.1';

0 commit comments

Comments
 (0)