Skip to content

Commit

Permalink
Merge pull request #2 from Hackuarium/release-v0.1.1
Browse files Browse the repository at this point in the history
chore: release 0.1.1
  • Loading branch information
lpatiny authored Jul 25, 2021
2 parents 61adcdd + ef7c7c2 commit ca0c645
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [0.1.1](https://www.github.com/Hackuarium/legoino-navigator-serial/compare/v0.1.0...v0.1.1) (2021-07-25)


### Bug Fixes

* deal with empty answer ([61adcdd](https://www.github.com/Hackuarium/legoino-navigator-serial/commit/61adcddc82b3aff86df8525b4d5a04ceb114b69f))
* npm owners ([0edd7f4](https://www.github.com/Hackuarium/legoino-navigator-serial/commit/0edd7f448d4c9e5c1afb81fc0c8981f561eb283d))

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


Expand Down
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.1.0",
"version": "0.1.1",
"description": "Use navigator.serial to manage legoino devices",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit ca0c645

Please sign in to comment.