Skip to content

Commit

Permalink
chore(main): release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Mar 21, 2023
1 parent 1281832 commit 4546027
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.2.3](https://github.com/Hackuarium/legoino-navigator-serial/compare/v0.2.2...v0.2.3) (2023-03-21)


### Bug Fixes

* logging error that does not exists ([03db957](https://github.com/Hackuarium/legoino-navigator-serial/commit/03db95780c4c41f278f9b57913d64144a6c51f03))
* 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.2.3",
"description": "Use navigator.serial to manage legoino devices",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit 4546027

Please sign in to comment.