Skip to content

Commit

Permalink
chore(release): 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 20, 2020
1 parent 2034e49 commit cce7cbc
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="5.2.0"></a>
# [5.2.0](https://github.com/danobot/entity-controller/compare/v5.1.2...v5.2.0) (2020-06-20)


### Bug Fixes

* BREAKING CHANGE ([2034e49](https://github.com/danobot/entity-controller/commit/2034e49))


### Features

* transition behaviours ([ffbbb47](https://github.com/danobot/entity-controller/commit/ffbbb47))
* transition behaviours ([f85edc5](https://github.com/danobot/entity-controller/commit/f85edc5))



<a name="5.1.2"></a>
## [5.1.2](https://github.com/danobot/entity-controller/compare/v5.1.1...v5.1.2) (2020-04-05)

Expand Down
4 changes: 2 additions & 2 deletions custom_components/entity_controller/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Entity controller component for Home Assistant.
Maintainer: Daniel Mason
Version: v5.1.2
Version: v5.2.0
Project Page: https://danielbkr.net/projects/entity-controller/
Documentation: https://github.com/danobot/entity-controller
Issues Tracker: Report issues on Github. Ensure you have the latest version. Include:
Expand Down Expand Up @@ -74,7 +74,7 @@



VERSION = '5.1.2'
VERSION = '5.2.0'


_LOGGER = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "entity-controller",
"version": "5.1.2",
"version": "5.2.0",
"description": "Entity Controller (EC) is an implementation of 'When This, Then That' using a finite state machine that ensures basic automations do not interfere with the rest of your home automation setup. This component encapsulates common automation scenarios into a neat package that can be configured easily and reused throughout your home.",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit cce7cbc

Please sign in to comment.