From 816b907aa4d0584c6b95b22c0b8d7431bbf4a1a1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 29 Sep 2022 17:46:53 +0000 Subject: [PATCH] chore(release): 1.0.3 [skip ci] ## [1.0.3](https://github.com/meskill/mystic-light-browser-cinema/compare/v1.0.2...v1.0.3) (2022-09-29) ### Bug Fixes * **chrome-extension:** fixes of the alert messages ([799229d](https://github.com/meskill/mystic-light-browser-cinema/commit/799229dc5d58232721faea678beced8939c77c10)) ### Continuous Integration * fix required checks ([5f24a69](https://github.com/meskill/mystic-light-browser-cinema/commit/5f24a69b6ea5e26c47647f6a5dea53a834916f81)) ### Documentation * add READMEs ([a54991e](https://github.com/meskill/mystic-light-browser-cinema/commit/a54991e285db3823ebd160eb959de747097e2231)) --- CHANGELOG.md | 17 +++++++++++++++++ chrome-extension/package.json | 2 +- native-app/Cargo.lock | 2 +- native-app/Cargo.toml | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f89a404..a45d588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [1.0.3](https://github.com/meskill/mystic-light-browser-cinema/compare/v1.0.2...v1.0.3) (2022-09-29) + + +### Bug Fixes + +* **chrome-extension:** fixes of the alert messages ([799229d](https://github.com/meskill/mystic-light-browser-cinema/commit/799229dc5d58232721faea678beced8939c77c10)) + + +### Continuous Integration + +* fix required checks ([5f24a69](https://github.com/meskill/mystic-light-browser-cinema/commit/5f24a69b6ea5e26c47647f6a5dea53a834916f81)) + + +### Documentation + +* add READMEs ([a54991e](https://github.com/meskill/mystic-light-browser-cinema/commit/a54991e285db3823ebd160eb959de747097e2231)) + ## [1.0.2](https://github.com/meskill/mystic-light-browser-cinema/compare/v1.0.1...v1.0.2) (2022-09-25) diff --git a/chrome-extension/package.json b/chrome-extension/package.json index 8f5d99a..f1b77be 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.2", + "version": "1.0.3", "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 013d9f8..58822c0 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.2" +version = "1.0.3" dependencies = [ "async-graphql", "async-graphql-axum", diff --git a/native-app/Cargo.toml b/native-app/Cargo.toml index bb6c81e..6a68830 100644 --- a/native-app/Cargo.toml +++ b/native-app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mystic_light_browser_cinema" -version = "1.0.2" +version = "1.0.3" edition = "2021" default-run = "app"