Skip to content

Commit

Permalink
chcore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
panaaj committed Oct 5, 2024
1 parent 32c241a commit 2a40e77
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG: Freeboard

### v2.11.5

- **Fixed**: Issue when moving waypoint.
- **Fixed**: Downwind mark laylines.
- **Fixed**: Chart type metadata value processing.

### v2.11.4

- **Updated**: Style waypoints using defined list of "type" attribute values.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signalk/freeboard-sk",
"version": "2.11.4",
"version": "2.11.5",
"description": "Openlayers chart plotter implementation for Signal K",
"keywords": [
"signalk-webapp",
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export class AppInfo extends Info {
this.name = 'Freeboard-SK';
this.shortName = 'Freeboard';
this.description = `Signal K Chart Plotter.`;
this.version = '2.11.4';
this.version = '2.11.5';
this.url = 'https://github.com/signalk/freeboard-sk';
this.logo = './assets/img/app_logo.png';

Expand Down

0 comments on commit 2a40e77

Please sign in to comment.