Skip to content

Commit

Permalink
chore(release): 0.5.14 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
nurikk committed Jul 22, 2021
1 parent fe6223e commit 2e25432
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 3 deletions.
66 changes: 66 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,69 @@
## [0.5.14](https://github.com/nurikk/z2m-frontend/compare/0.5.13...0.5.14) (2021-07-22)


### Bug Fixes

* **branching:** fix merge conflicts ([fe6223e](https://github.com/nurikk/z2m-frontend/commit/fe6223e65d2bb227c1701b23d13391610893b071))



## [0.4.43](https://github.com/nurikk/z2m-frontend/compare/0.4.42...0.4.43) (2021-07-18)



## [0.4.42](https://github.com/nurikk/z2m-frontend/compare/0.4.40...0.4.42) (2021-07-18)


### Bug Fixes

* **groups:** fix issue when removed device still in a group ([5db985c](https://github.com/nurikk/z2m-frontend/commit/5db985c1c0a35f780ee765e710c4cbd0f479c727))



## [0.4.40](https://github.com/nurikk/z2m-frontend/compare/0.4.39...0.4.40) (2021-07-15)


### Bug Fixes

* **i18n:** update translations ([da62eeb](https://github.com/nurikk/z2m-frontend/commit/da62eeb981f4070d403f9b74e071c0e60ec59717))


### Features

* **i18n:** add translation helper page ([3e24d86](https://github.com/nurikk/z2m-frontend/commit/3e24d86775754b644fbe159a26f496f6a18c58b1))



## [0.4.39](https://github.com/nurikk/z2m-frontend/compare/0.4.38...0.4.39) (2021-07-14)



## [0.4.38](https://github.com/nurikk/z2m-frontend/compare/0.4.37...0.4.38) (2021-07-13)


### Features

* **device-info:** add zigbee_manufacturer ([badcdd5](https://github.com/nurikk/z2m-frontend/commit/badcdd56a8ce9d794aeb441e6670c6c2050fd110))



## [0.4.37](https://github.com/nurikk/z2m-frontend/compare/0.4.36...0.4.37) (2021-07-13)


### Features

* **i18n:** Ukrainian locale ([9dbb59f](https://github.com/nurikk/z2m-frontend/commit/9dbb59f1794d23bd9906bd79ea495caaf5a5a6e6))



## [0.4.36](https://github.com/nurikk/z2m-frontend/compare/0.4.35...0.4.36) (2021-07-12)



## [0.4.35](https://github.com/nurikk/z2m-frontend/compare/0.4.34...0.4.35) (2021-07-12)



## [0.5.13](https://github.com/nurikk/z2m-frontend/compare/0.5.12...0.5.13) (2021-07-22)


Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -8,7 +8,7 @@
"*.css"
],
"name": "zigbee2mqtt-frontend",
"version": "0.5.13",
"version": "0.5.14",
"license": "GPL-3.0",
"scripts": {
"build": "npm run clean && webpack --config ./webpack.config.js --mode production",
Expand Down

0 comments on commit 2e25432

Please sign in to comment.