Skip to content

Commit f1b8bb3

Browse files
committed
chore(release): v1.1.2
1 parent 81030a2 commit f1b8bb3

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v1.1.2
5+
6+
[compare changes](https://github.com/antarctica/nmea-web-serial/compare/v1.1.1...v1.1.2)
7+
8+
### 🩹 Fixes
9+
10+
- Broken home link and add links to examples ([81030a2](https://github.com/antarctica/nmea-web-serial/commit/81030a2))
11+
12+
### 💅 Refactors
13+
14+
- Simplify navigation adapter API ([d4aae00](https://github.com/antarctica/nmea-web-serial/commit/d4aae00))
15+
16+
### 📖 Documentation
17+
18+
- Add more detail about the client api and adapter pattern ([d6feb05](https://github.com/antarctica/nmea-web-serial/commit/d6feb05))
19+
- Restructure examples and create new react and vanilla client example ([bb44ed7](https://github.com/antarctica/nmea-web-serial/commit/bb44ed7))
20+
21+
### 🤖 CI
22+
23+
- Typedocs and new build output for github pages ([22e6a49](https://github.com/antarctica/nmea-web-serial/commit/22e6a49))
24+
25+
### ❤️ Contributors
26+
27+
- Jonny Dawe <jonwe@bas.ac.uk>
28+
429
## v1.1.1
530

631
[compare changes](https://github.com/antarctica/nmea-web-serial/compare/v1.1.0...v1.1.1)

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.1",
4+
"version": "1.1.2",
55
"packageManager": "npm@10.8.2",
66
"description": "NMEA 0183 sentence parser for the Web Serial API",
77
"author": {

0 commit comments

Comments
 (0)