Skip to content

Commit

Permalink
chore(release): 1.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.4](v1.0.3...v1.0.4) (2022-09-29)

### Bug Fixes

* **chrome-extension:** consistent Mystic Light naming ([bffde64](bffde64))
  • Loading branch information
semantic-release-bot committed Sep 29, 2022
1 parent bffde64 commit 9388a08
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.4](https://github.com/meskill/mystic-light-browser-cinema/compare/v1.0.3...v1.0.4) (2022-09-29)


### Bug Fixes

* **chrome-extension:** consistent Mystic Light naming ([bffde64](https://github.com/meskill/mystic-light-browser-cinema/commit/bffde64e6ddc79b718483092adf264ed51424adb))

## [1.0.3](https://github.com/meskill/mystic-light-browser-cinema/compare/v1.0.2...v1.0.3) (2022-09-29)


Expand Down
4 changes: 2 additions & 2 deletions chrome-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mystic-light-browser-cinema",
"displayName": "Mystic Light Browser Cinema",
"version": "1.0.3",
"version": "1.0.4",
"description": "Allows to subscribe to browser fullscreen event to control mystic light gears lighting",
"author": "meskill <8974488+meskill@users.noreply.github.com>",
"scripts": {
Expand Down Expand Up @@ -54,4 +54,4 @@
"config": "@meskill/sharec-config",
"version": "1.0.9"
}
}
}
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.3"
version = "1.0.4"
edition = "2021"
default-run = "app"

Expand Down

0 comments on commit 9388a08

Please sign in to comment.