Skip to content

Commit

Permalink
chore(release): 1.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.5](v1.0.4...v1.0.5) (2022-10-03)

### Chores

* add devcontainer setup and contribution guide ([e10d101](e10d101))
* **chrome-extension:** simplify check for fileSchemaAccess ([7198e54](7198e54))

### Continuous Integration

* **chrome-extension:** automate publish to chrome web store ([be7f4a6](be7f4a6))
* fix Browser Publisher action version ([829eaef](829eaef))
  • Loading branch information
semantic-release-bot committed Oct 3, 2022
1 parent 829eaef commit b8a78a3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": "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 <[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.4"
version = "1.0.5"
edition = "2021"
default-run = "app"

Expand Down

0 comments on commit b8a78a3

Please sign in to comment.