From 5a5ea11efec5fb589af2a4cf6a1474e1e2be05f4 Mon Sep 17 00:00:00 2001 From: Denis Freund Date: Sat, 23 Nov 2024 15:08:28 +0100 Subject: [PATCH] chore: bump version fix --- .github/CHANGELOG.yaml | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/CHANGELOG.yaml b/.github/CHANGELOG.yaml index 0958782..1e8d787 100644 --- a/.github/CHANGELOG.yaml +++ b/.github/CHANGELOG.yaml @@ -9,6 +9,16 @@ releases: + - name: 1.5.4 + changes: + - title: Added reload-button to developer configuration + categories: [ Core ] + - title: Reset-to-default button for developer configuration + categories: [ Core ] + - title: fix move people to new installer config url + categories: [ Core ] + - title: update default app window size + categories: [ Core ] - name: 1.5.3 changes: - title: Update default app window size diff --git a/package-lock.json b/package-lock.json index 293f0da..a273351 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "headwind-installer", - "version": "1.5.3-dev.1", + "version": "1.5.4-dev.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 11b7976..209fc27 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "headwind-installer", "productName": "Headwind Simulations Installer", - "version": "1.5.3-dev.1", + "version": "1.5.4-dev.1", "description": "Desktop application to install and customize Headwind Simulation addons", "configUrls": { "production": "https://cdn.headwindsim.net/installer/config/production.json",