Skip to content

Commit

Permalink
chore: bump version 1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
panaaj committed Jan 31, 2021
1 parent 2df27a3 commit f64cb62
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG: Freeboard

### v1.14.2

- **Update**: Allow anchor watch radius to be changed when anchor is down.

- **Update**: Preload map tiles up to zoom level 15.


### v1.14.1

- **Added**: Display track for AIS vessels.
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": "1.14.1",
"version": "1.14.2",
"description": "Openlayers chartplotter 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 @@ -126,7 +126,7 @@ export class AppInfo extends Info {
this.name= "Freeboard";
this.shortName= "freeboard";
this.description= `Signal K Chart Plotter.`;
this.version= '1.14.1';
this.version= '1.14.2';
this.url= 'https://github.com/signalk/freeboard-sk';
this.logo= "./assets/img/app_logo.png";

Expand Down

0 comments on commit f64cb62

Please sign in to comment.