Skip to content

Commit

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

### Bug Fixes

* **chrome-extension:** fixes of the alert messages ([799229d](799229d))

### Continuous Integration

* fix required checks ([5f24a69](5f24a69))

### Documentation

* add READMEs ([a54991e](a54991e))
  • Loading branch information
semantic-release-bot committed Sep 29, 2022
1 parent 799229d commit 816b907
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.2",
"version": "1.0.3",
"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.2"
version = "1.0.3"
edition = "2021"
default-run = "app"

Expand Down

0 comments on commit 816b907

Please sign in to comment.