Skip to content

Commit

Permalink
chore(main): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Apr 3, 2023
1 parent ee6b446 commit 87feebb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.3.0](https://github.com/Hackuarium/legoino-navigator-serial/compare/v0.2.2...v0.3.0) (2023-04-03)


### Features

* add deep screw ([adfcd20](https://github.com/Hackuarium/legoino-navigator-serial/commit/adfcd20465481a7c28d2c32e6d9a15d492dc0a90))
* add home ([40ac0b9](https://github.com/Hackuarium/legoino-navigator-serial/commit/40ac0b9d08990f31da8545e644da522179f0461e))
* add home ([4e06bfa](https://github.com/Hackuarium/legoino-navigator-serial/commit/4e06bfa1bd5ce6eb0b812426f66d082b877c7b2f))
* add screws ([32365fb](https://github.com/Hackuarium/legoino-navigator-serial/commit/32365fb9c4818452c65ebe4a89792aab40ca7d39))


### Bug Fixes

* logging error that does not exists ([03db957](https://github.com/Hackuarium/legoino-navigator-serial/commit/03db95780c4c41f278f9b57913d64144a6c51f03))
* scan for screws ([3d6cdc8](https://github.com/Hackuarium/legoino-navigator-serial/commit/3d6cdc88d68849e2434c3b35b491d94df3cc9d9f))
* this.action can be undefined ([1281832](https://github.com/Hackuarium/legoino-navigator-serial/commit/1281832ca798bcb54be03015bc65867f6bfeab36))

## [0.2.2](https://github.com/Hackuarium/legoino-navigator-serial/compare/v0.2.1...v0.2.2) (2023-03-06)


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

0 comments on commit 87feebb

Please sign in to comment.