Skip to content

Commit

Permalink
Merge pull request #1 from Hackuarium/release-v0.1.0
Browse files Browse the repository at this point in the history
chore: release 0.1.0
  • Loading branch information
lpatiny authored Jul 15, 2021
2 parents 3539546 + 454e247 commit 554b04a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
### 0.0.1 (2020-11-01)
# Changelog

## [0.1.0](https://www.github.com/Hackuarium/legoino-navigator-serial/compare/v0.0.1...v0.1.0) (2021-07-15)


### Features

* add esp32 ([2a6636c](https://www.github.com/Hackuarium/legoino-navigator-serial/commit/2a6636caef65876e10b226ab72e941b3992aae8c))


### Bug Fixes

* add dist in .gitignore ([3539546](https://www.github.com/Hackuarium/legoino-navigator-serial/commit/3539546353c91e2e3719ef9a5516b782fcf00e37))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "legoino-navigator-serial",
"version": "0.0.1",
"version": "0.1.0",
"description": "Use navigator.serial to manage legoino devices",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit 554b04a

Please sign in to comment.