From b8a78a3a5a59b089bb8fc96b32379fba85f365f4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 3 Oct 2022 19:47:01 +0000 Subject: [PATCH] chore(release): 1.0.5 [skip ci] ## [1.0.5](https://github.com/meskill/mystic-light-browser-cinema/compare/v1.0.4...v1.0.5) (2022-10-03) ### Chores * add devcontainer setup and contribution guide ([e10d101](https://github.com/meskill/mystic-light-browser-cinema/commit/e10d101d774138fb53e6467be27d6f5f5f3589cf)) * **chrome-extension:** simplify check for fileSchemaAccess ([7198e54](https://github.com/meskill/mystic-light-browser-cinema/commit/7198e54eea1ae75cedf5ed58b000c09ab0ce6c01)) ### Continuous Integration * **chrome-extension:** automate publish to chrome web store ([be7f4a6](https://github.com/meskill/mystic-light-browser-cinema/commit/be7f4a667914dde0337f6e453135a2da92462c8b)) * fix Browser Publisher action version ([829eaef](https://github.com/meskill/mystic-light-browser-cinema/commit/829eaef886b7dd91484912e80e146c3ea1faee40)) --- CHANGELOG.md | 14 ++++++++++++++ chrome-extension/package.json | 2 +- native-app/Cargo.lock | 2 +- native-app/Cargo.toml | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4aa3d5..12f3eea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [1.0.5](https://github.com/meskill/mystic-light-browser-cinema/compare/v1.0.4...v1.0.5) (2022-10-03) + + +### Chores + +* add devcontainer setup and contribution guide ([e10d101](https://github.com/meskill/mystic-light-browser-cinema/commit/e10d101d774138fb53e6467be27d6f5f5f3589cf)) +* **chrome-extension:** simplify check for fileSchemaAccess ([7198e54](https://github.com/meskill/mystic-light-browser-cinema/commit/7198e54eea1ae75cedf5ed58b000c09ab0ce6c01)) + + +### Continuous Integration + +* **chrome-extension:** automate publish to chrome web store ([be7f4a6](https://github.com/meskill/mystic-light-browser-cinema/commit/be7f4a667914dde0337f6e453135a2da92462c8b)) +* fix Browser Publisher action version ([829eaef](https://github.com/meskill/mystic-light-browser-cinema/commit/829eaef886b7dd91484912e80e146c3ea1faee40)) + ## [1.0.4](https://github.com/meskill/mystic-light-browser-cinema/compare/v1.0.3...v1.0.4) (2022-09-29) diff --git a/chrome-extension/package.json b/chrome-extension/package.json index c8bfd7a..f718add 100644 --- a/chrome-extension/package.json +++ b/chrome-extension/package.json @@ -1,7 +1,7 @@ { "name": "mystic-light-browser-cinema", "displayName": "Mystic Light Browser Cinema", - "version": "1.0.4", + "version": "1.0.5", "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 257b414..53c7dbf 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.4" +version = "1.0.5" dependencies = [ "async-graphql", "async-graphql-axum", diff --git a/native-app/Cargo.toml b/native-app/Cargo.toml index 9c6547b..3112b3c 100644 --- a/native-app/Cargo.toml +++ b/native-app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mystic_light_browser_cinema" -version = "1.0.4" +version = "1.0.5" edition = "2021" default-run = "app"