Skip to content

Commit 93690d4

Browse files
authored
chore(main): release 0.2.0 (#5)
1 parent 875efb0 commit 93690d4

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/Hackuarium/legoino-navigator-serial/compare/v0.1.1...v0.2.0) (2023-03-06)
4+
5+
6+
### Features
7+
8+
* add usb ID of Arduino Uno ([0f67b9f](https://github.com/Hackuarium/legoino-navigator-serial/commit/0f67b9f763833dc7c97805303cc6bdbef3d197d9))
9+
10+
11+
### Bug Fixes
12+
13+
* catch error ([2957d8e](https://github.com/Hackuarium/legoino-navigator-serial/commit/2957d8e3553916c954cdf62f42cec0a66c199d0b))
14+
315
### [0.1.1](https://www.github.com/Hackuarium/legoino-navigator-serial/compare/v0.1.0...v0.1.1) (2021-07-25)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "legoino-navigator-serial",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Use navigator.serial to manage legoino devices",
55
"main": "lib/index.js",
66
"module": "src/index.js",

0 commit comments

Comments
 (0)