diff --git a/CHANGELOG.md b/CHANGELOG.md index d213c2cd..a542bd9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2](https://github.com/elyukai/optolith-client/compare/v1.5.2-alpha.1...v1.5.2-alpha.2) (2022-07-11) + + +### Features + +* enable auto-update for macOS ([7c6e377](https://github.com/elyukai/optolith-client/commit/7c6e3776921fdc4f13c42ea5c6a4bf5d316856e1)) + ### [1.5.2-alpha.1](https://github.com/elyukai/optolith-client/compare/v1.5.1-alpha.2...v1.5.2-alpha.1) (2022-04-29) diff --git a/package-lock.json b/package-lock.json index 5026703b..f5f5f550 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "optolith", - "version": "1.5.2-alpha.1", + "version": "1.5.2-alpha.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "optolith", - "version": "1.5.2-alpha.1", + "version": "1.5.2-alpha.2", "license": "MPL-2.0", "dependencies": { "@electron/remote": "^2.0.8", diff --git a/package.json b/package.json index d6140102..be92c707 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "optolith", "productName": "Optolith", - "version": "1.5.2-alpha.1", + "version": "1.5.2-alpha.2", "description": "A generator for heroes for the P&P-RPG 'The Dark Eye'.", "author": { "name": "Lukas Obermann",