Skip to content

Commit 8966660

Browse files
committed
chore(release): v1.1.1
1 parent f977450 commit 8966660

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Changelog
22

33

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+
420
## v1.1.0
521

622

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nmea-web-serial",
33
"type": "module",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"packageManager": "npm@10.8.2",
66
"description": "NMEA 0183 sentence parser for the Web Serial API",
77
"author": {

0 commit comments

Comments
 (0)