Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
panaaj committed Dec 22, 2023
1 parent 2179c81 commit 066d7d0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": [
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 @@ -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';

Expand Down

0 comments on commit 066d7d0

Please sign in to comment.