From 92bd67ac4185ccc780d3a412f0087d78d5faa46a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 25 Sep 2022 14:00:58 +0000 Subject: [PATCH] chore(release): 1.0.2 [skip ci] ## [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)) --- CHANGELOG.md | 18 ++++++++++++++++++ chrome-extension/package.json | 2 +- native-app/Cargo.lock | 2 +- native-app/Cargo.toml | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46069ba..f89a404 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/chrome-extension/package.json b/chrome-extension/package.json index 7ef98e4..8f5d99a 100644 --- a/chrome-extension/package.json +++ b/chrome-extension/package.json @@ -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 <8974488+meskill@users.noreply.github.com>", "scripts": { diff --git a/native-app/Cargo.lock b/native-app/Cargo.lock index e75bedf..013d9f8 100644 --- a/native-app/Cargo.lock +++ b/native-app/Cargo.lock @@ -921,7 +921,7 @@ dependencies = [ [[package]] name = "mystic_light_browser_cinema" -version = "1.0.1" +version = "1.0.2" dependencies = [ "async-graphql", "async-graphql-axum", diff --git a/native-app/Cargo.toml b/native-app/Cargo.toml index c0747d4..bb6c81e 100644 --- a/native-app/Cargo.toml +++ b/native-app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mystic_light_browser_cinema" -version = "1.0.1" +version = "1.0.2" edition = "2021" default-run = "app"