Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2022-09-25)

### Bug Fixes

* **native-app:** enable fail actions for the internal errors as well ([e622d4b](e622d4b))

### Continuous Integration

* fix Cargo.lock update ([b3c8f2d](b3c8f2d))

### Code Refactoring

* **native-app:** change the way random port for listening is picked ([a16cf59](a16cf59))
* **native-app:** change the way to override logs are written ([36f42d4](36f42d4))
  • Loading branch information
semantic-release-bot committed Sep 25, 2022
1 parent a16cf59 commit 92bd67a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [1.0.2](https://github.com/meskill/mystic-light-browser-cinema/compare/v1.0.1...v1.0.2) (2022-09-25)


### Bug Fixes

* **native-app:** enable fail actions for the internal errors as well ([e622d4b](https://github.com/meskill/mystic-light-browser-cinema/commit/e622d4bdf7c8b4545ca2e6b84720ea7ca00267f1))


### Continuous Integration

* fix Cargo.lock update ([b3c8f2d](https://github.com/meskill/mystic-light-browser-cinema/commit/b3c8f2df3df73974065a51d9c2e6338d8309aba7))


### Code Refactoring

* **native-app:** change the way random port for listening is picked ([a16cf59](https://github.com/meskill/mystic-light-browser-cinema/commit/a16cf59526c1268e23b96f4c0b62a5b0a4a42fef))
* **native-app:** change the way to override logs are written ([36f42d4](https://github.com/meskill/mystic-light-browser-cinema/commit/36f42d4ff280a5a460251e7c7f01cce9b56e9087))

## [1.0.1](https://github.com/meskill/mystic-light-browser-cinema/compare/v1.0.0...v1.0.1) (2022-09-25)


Expand Down
2 changes: 1 addition & 1 deletion chrome-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mystic-light-browser-cinema",
"displayName": "MysticLight Browser Cinema",
"version": "1.0.1",
"version": "1.0.2",
"description": "Allows to subscribe to browser fullscreen event to control mystic light gears lighting",
"author": "meskill <[email protected]>",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion native-app/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native-app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mystic_light_browser_cinema"
version = "1.0.1"
version = "1.0.2"
edition = "2021"
default-run = "app"

Expand Down

0 comments on commit 92bd67a

Please sign in to comment.