We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3539546 commit 454e247Copy full SHA for 454e247
2 files changed
CHANGELOG.md
@@ -1,2 +1,13 @@
1
-### 0.0.1 (2020-11-01)
+# Changelog
2
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
@@ -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",
0 commit comments