We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f977450 commit 8966660Copy full SHA for 8966660
2 files changed
CHANGELOG.md
@@ -1,6 +1,22 @@
1
# Changelog
2
3
4
+## v1.1.1
5
+
6
+[compare changes](https://github.com/antarctica/nmea-web-serial/compare/v1.1.0...v1.1.1)
7
8
+### 💅 Refactors
9
10
+- Add baud rate input to example ([475a1f7](https://github.com/antarctica/nmea-web-serial/commit/475a1f7))
11
12
+### ✅ Tests
13
14
+- Add new tests for the machine/client functionality ([f977450](https://github.com/antarctica/nmea-web-serial/commit/f977450))
15
16
+### ❤️ Contributors
17
18
+- Jonny Dawe <jonwe@bas.ac.uk>
19
20
## v1.1.0
21
22
package.json
@@ -1,7 +1,7 @@
{
"name": "nmea-web-serial",
"type": "module",
- "version": "1.1.0",
+ "version": "1.1.1",
"packageManager": "npm@10.8.2",
"description": "NMEA 0183 sentence parser for the Web Serial API",
"author": {
0 commit comments