Skip to content

Commit 554b04a

Browse files
authored
Merge pull request #1 from Hackuarium/release-v0.1.0
chore: release 0.1.0
2 parents 3539546 + 454e247 commit 554b04a

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
### 0.0.1 (2020-11-01)
1+
# Changelog
22

3+
## [0.1.0](https://www.github.com/Hackuarium/legoino-navigator-serial/compare/v0.0.1...v0.1.0) (2021-07-15)
4+
5+
6+
### Features
7+
8+
* add esp32 ([2a6636c](https://www.github.com/Hackuarium/legoino-navigator-serial/commit/2a6636caef65876e10b226ab72e941b3992aae8c))
9+
10+
11+
### Bug Fixes
12+
13+
* add dist in .gitignore ([3539546](https://www.github.com/Hackuarium/legoino-navigator-serial/commit/3539546353c91e2e3719ef9a5516b782fcf00e37))

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.0.1",
3+
"version": "0.1.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)