Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
panaaj committed Sep 23, 2023
1 parent c1025a8 commit d0321de
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
]
],
"rules": {
// Override our default settings just for this directory
"eqeqeq": "warn"
}
}
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.2.5

- **Added**: Ability to toggle AIS label color between dark and light to improve visibility on satellite imagery.
- **Fixed**: Authentication error on plugin startup on systems with security enabled.

### v2.2.4

- **Fixed**: GPX Load errors caused by routes with no name and / or description causing validation errors.
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.2.4",
"version": "2.2.5",
"description": "Openlayers chart plotter implementation for Signal K",
"keywords": [
"signalk-webapp",
Expand Down

0 comments on commit d0321de

Please sign in to comment.