Skip to content

Commit

Permalink
chore(main): release 1.3.2 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobloem authored Nov 3, 2024
1 parent 8c14432 commit 7d0e14c
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.3.1"
".": "1.3.2"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.3.2](https://github.com/hugobloem/stateful_scenes/compare/v1.3.1...v1.3.2) (2024-11-03)


### 🐛 Bugfixes

* **scene:** do not restore if already off ([#127](https://github.com/hugobloem/stateful_scenes/issues/127)) ([4166e78](https://github.com/hugobloem/stateful_scenes/commit/4166e789d52b7bdea17db58452980e358b40fb07))


### 🔧 Miscellaneous Chores

* **deps:** update pip requirement ([#125](https://github.com/hugobloem/stateful_scenes/issues/125)) ([fac5978](https://github.com/hugobloem/stateful_scenes/commit/fac597855d1cf24bb0686ddf5a2cef59d25b7070))


### 👷 Continuous Integration

* **release:** auto update manifest.json ([#128](https://github.com/hugobloem/stateful_scenes/issues/128)) ([8547d54](https://github.com/hugobloem/stateful_scenes/commit/8547d54ac20416df4a77eeba96aff55f82da7803))
* **release:** fix jsonpath ([#129](https://github.com/hugobloem/stateful_scenes/issues/129)) ([8c14432](https://github.com/hugobloem/stateful_scenes/commit/8c1443259076ff7fb06d2c86f48b9da9290c4b72))

## [1.3.1](https://github.com/hugobloem/stateful_scenes/compare/1.3.0...v1.3.1) (2024-10-18)


Expand Down
22 changes: 11 additions & 11 deletions custom_components/stateful_scenes/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"domain": "stateful_scenes",
"name": "Stateful Scenes",
"codeowners": [
"@hugobloem"
],
"config_flow": true,
"documentation": "https://raw.githubusercontent.com/hugobloem/stateful_scenes/main/README.md",
"iot_class": "calculated",
"issue_tracker": "https://github.com/hugobloem/stateful_scenes/issues",
"version": "1.3.0"
{
"domain": "stateful_scenes",
"name": "Stateful Scenes",
"codeowners": [
"@hugobloem"
],
"config_flow": true,
"documentation": "https://raw.githubusercontent.com/hugobloem/stateful_scenes/main/README.md",
"iot_class": "calculated",
"issue_tracker": "https://github.com/hugobloem/stateful_scenes/issues",
"version": "1.3.2"
}

0 comments on commit 7d0e14c

Please sign in to comment.