Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2022-09-25)

### Bug Fixes

* **native-app:** add failure actions for service ([e12ed5f](e12ed5f))

### Continuous Integration

* fix some publish details ([af88dcf](af88dcf))
  • Loading branch information
semantic-release-bot committed Sep 25, 2022
1 parent af88dcf commit c56f976
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.0.1](https://github.com/meskill/mystic-light-browser-cinema/compare/v1.0.0...v1.0.1) (2022-09-25)


### Bug Fixes

* **native-app:** add failure actions for service ([e12ed5f](https://github.com/meskill/mystic-light-browser-cinema/commit/e12ed5fc2bac5ae73e0da447a5b015ecf6c22334))


### Continuous Integration

* fix some publish details ([af88dcf](https://github.com/meskill/mystic-light-browser-cinema/commit/af88dcff2fce7c5b4d907b494b4c6613a3c7899b))

## 1.0.0 (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.0",
"version": "1.0.1",
"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.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mystic_light_browser_cinema"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
default-run = "app"

Expand Down

0 comments on commit c56f976

Please sign in to comment.