We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e4c39 commit c61695bCopy full SHA for c61695b
README.md
@@ -103,6 +103,8 @@ Some additional ideas for the future:
103
104
## Changes
105
106
+* 0.7.2 (2024-05-13)
107
+ - Fix issue storing entries when `navigation.position` includes altitude
108
* 0.7.1 (2024-04-23)
109
- Allow storing log entries when VHF channel is a single digit one
110
* 0.7.0 (2023-04-27)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@meri-imperiumi/signalk-logbook",
3
- "version": "0.7.1",
+ "version": "0.7.2",
4
"description": "Semi-automatic electronic logbook for Signal K",
5
"main": "plugin/index.js",
6
"scripts": {
0 commit comments