Skip to content

Commit

Permalink
chore(release): 1.11.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.11.0](v1.10.1...v1.11.0) (2022-05-30)

### Features

* **ha addon:** ability to change STORAGE_PATH, CONFIG_PATH, SECRETS_PATH, MEDIA_PATH ([e5adba4](e5adba4))

### Bug Fixes

* **ui:** update check logic ([b6e7ffc](b6e7ffc))
  • Loading branch information
jakowenko committed May 30, 2022
1 parent ba8d6a1 commit 0c3965b
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 9 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.11.0](https://github.com/jakowenko/double-take/compare/v1.10.1...v1.11.0) (2022-05-30)


### Features

* **ha addon:** ability to change STORAGE_PATH, CONFIG_PATH, SECRETS_PATH, MEDIA_PATH ([e5adba4](https://github.com/jakowenko/double-take/commit/e5adba4147e5e14fb6148d74270e2c55a8db99e4))


### Bug Fixes

* **ui:** update check logic ([b6e7ffc](https://github.com/jakowenko/double-take/commit/b6e7ffc86e9bf6d25307cb814a04a378dcd48998))

## [1.11.0-beta.2](https://github.com/jakowenko/double-take/compare/v1.11.0-beta.1...v1.11.0-beta.2) (2022-05-30)


Expand Down
4 changes: 2 additions & 2 deletions api/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 api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "double-take-api",
"version": "1.11.0-beta.2",
"version": "1.11.0",
"description": "Unified UI and API for processing and training images for facial recognition",
"scripts": {
"start": "node server.js",
Expand Down
4 changes: 2 additions & 2 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "double-take-frontend",
"version": "1.11.0-beta.2",
"version": "1.11.0",
"description": "Unified UI and API for processing and training images for facial recognition",
"scripts": {
"serve": "vue-cli-service serve",
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
@@ -1,6 +1,6 @@
{
"name": "double-take",
"version": "1.11.0-beta.2",
"version": "1.11.0",
"description": "Unified UI and API for processing and training images for facial recognition",
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit 0c3965b

Please sign in to comment.