From 91e79ed88bb32b11f707c96d0338e467bb5e7d28 Mon Sep 17 00:00:00 2001 From: panaaj <38519157+panaaj@users.noreply.github.com> Date: Thu, 18 Jan 2024 16:48:32 +1030 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 1 + package.json | 3 ++- src/app/app.info.ts | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad78c271..c2eca9e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ### v2.5.0 - **Added**: Toggle the display chart bounds on the map. +- **Added**: Support for Mapbox styles. - **Updated**: New Map icons for waypoints and AIS targets. - **Experiment (Weather)**: - Removed NOAA service option. diff --git a/package.json b/package.json index 0bcd912c..2b9e2b86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@signalk/freeboard-sk", - "version": "2.4.0", + "version": "2.5.0", "description": "Openlayers chart plotter implementation for Signal K", "keywords": [ "signalk-webapp", @@ -80,6 +80,7 @@ "ng-packagr": "^16.2.0", "ngeohash": "^0.6.3", "ol": "^8.2.0", + "ol-mapbox-style": "^12.1.1", "pmtiles": "^2.7.0", "prettier": "^2.5.1", "prettier-plugin-organize-attributes": "^0.0.5", diff --git a/src/app/app.info.ts b/src/app/app.info.ts index a7ff814a..d84d9b3d 100644 --- a/src/app/app.info.ts +++ b/src/app/app.info.ts @@ -269,7 +269,7 @@ export class AppInfo extends Info { this.name = 'Freeboard-SK'; this.shortName = 'Freeboard'; this.description = `Signal K Chart Plotter.`; - this.version = '2.4.0'; + this.version = '2.5.0'; this.url = 'https://github.com/signalk/freeboard-sk'; this.logo = './assets/img/app_logo.png';