diff --git a/CHANGELOG.md b/CHANGELOG.md index cef941ac..55a2ec2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.5.2-alpha.4](https://github.com/elyukai/optolith-client/compare/v1.5.2-alpha.3...v1.5.2-alpha.4) (2022-07-22) + + +### Bug Fixes + +* improvement cost handling for some traditions ([c52fc26](https://github.com/elyukai/optolith-client/commit/c52fc26a1b1d6cccc1cfec758da8886be966233b)) +* show improvement cost in tabular list ([c162931](https://github.com/elyukai/optolith-client/commit/c162931e74bce5f4fd1e42de6ebc92c71d15e81a)) + ### [1.5.2-alpha.3](https://github.com/elyukai/optolith-client/compare/v1.5.2-alpha.2...v1.5.2-alpha.3) (2022-07-12) ### [1.5.2-alpha.2](https://github.com/elyukai/optolith-client/compare/v1.5.2-alpha.1...v1.5.2-alpha.2) (2022-07-11) diff --git a/package-lock.json b/package-lock.json index 640a6295..101827e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "optolith", - "version": "1.5.2-alpha.3", + "version": "1.5.2-alpha.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "optolith", - "version": "1.5.2-alpha.3", + "version": "1.5.2-alpha.4", "license": "MPL-2.0", "dependencies": { "@electron/remote": "^2.0.8", diff --git a/package.json b/package.json index 7d793fbf..fa0e2f4d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "optolith", "productName": "Optolith", - "version": "1.5.2-alpha.3", + "version": "1.5.2-alpha.4", "description": "A generator for heroes for the P&P-RPG 'The Dark Eye'.", "author": { "name": "Lukas Obermann",