Skip to content

Commit

Permalink
chore: bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMakesGames committed Apr 16, 2024
1 parent 2ddc812 commit 2130cf2
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.10.3](https://github.com/MichaelMakesGames/stellarmaps/compare/stellarmaps-v0.10.2...stellarmaps-v0.10.3) (2024-04-16)

### Bug Fixes

- **parser:** increase maximum nested object depth when skipping a value ([2f754e1](https://github.com/MichaelMakesGames/stellarmaps/commit/2f754e129c3387c9a9c5c2b0f1aae22e6f64295c)), closes [#7](https://github.com/MichaelMakesGames/stellarmaps/issues/7)
- **parser:** provide default for value UNKNOWN if name is missing ([cc76cdd](https://github.com/MichaelMakesGames/stellarmaps/commit/cc76cdd97b2483a8893891a8ce7b988d11a3ec18))

## [0.10.2](https://github.com/MichaelMakesGames/stellarmaps/compare/stellarmaps-v0.10.1...stellarmaps-v0.10.2) (2024-03-20)

### Bug Fixes
Expand Down
3 changes: 3 additions & 0 deletions generate-changelog.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/bash
npx commit-and-tag-version --skip.bump --skip.commit --skip.tag -t stellarmaps-v
npx prettier --write ./CHANGELOG.md
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stellarmaps",
"version": "0.10.2",
"version": "0.10.3",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stellarmaps"
version = "0.10.2"
version = "0.10.3"
description = "Stellaris map renderer"
authors = ["Michael Moore"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "StellarMaps",
"version": "0.10.2"
"version": "0.10.3"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/lib/constants.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.10.2';
export const VERSION = '0.10.3';

0 comments on commit 2130cf2

Please sign in to comment.