From 066d7d0b26a7cd81ecf84497be6412717bd33359 Mon Sep 17 00:00:00 2001 From: panaaj <38519157+panaaj@users.noreply.github.com> Date: Fri, 22 Dec 2023 13:31:01 +1030 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 5 +++++ package.json | 4 ++-- src/app/app.info.ts | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1f16b1a..e1f3c978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG: Freeboard +### v2.4.0 + +- **Added**: Ability to shift anchor position. +- **Fixed**: Issues where "Constrain Zoom" button did not toggle color to reflect status. + ### v2.3.2 - **Fixed**: GPX load screen not displaying list of resources to select. diff --git a/package.json b/package.json index 55a9afd3..c7bbd4e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@signalk/freeboard-sk", - "version": "2.3.2", + "version": "2.4.0", "description": "Openlayers chart plotter implementation for Signal K", "keywords": [ "signalk-webapp", @@ -25,7 +25,7 @@ "build:web": "ng build -c production --output-hashing all", "build:all": "npm run build:helper && npm run build:web", "build:prod": "npm run build:all", - "prepare": "npm run build:all" + "prepare_x": "npm run build:all" }, "author": "AdrianP", "contributors": [ diff --git a/src/app/app.info.ts b/src/app/app.info.ts index 1f863424..cde5a4c3 100644 --- a/src/app/app.info.ts +++ b/src/app/app.info.ts @@ -268,7 +268,7 @@ export class AppInfo extends Info { this.name = 'Freeboard-SK'; this.shortName = 'Freeboard'; this.description = `Signal K Chart Plotter.`; - this.version = '2.3.1'; + this.version = '2.4.0'; this.url = 'https://github.com/signalk/freeboard-sk'; this.logo = './assets/img/app_logo.png';