Skip to content

Commit

Permalink
fix #811
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Aug 13, 2020
1 parent 3c0a21c commit c9db5ab
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ jobs:
- run: npm ci
- run: npm run build:server
- run: npm run lint:server
- run: npm run test:e2e
- run: npm run test:e2e
- run: node dist/bin/hb-service.js -v
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/).

## 4.25.2 (2020-08-14)

### Bug Fixes

* Fix a bug that caused the UI not to load when it's debug mode was enabled ([#811](https://github.com/oznu/homebridge-config-ui-x/issues/811))

## 4.25.1 (2020-08-10)

### Node.js Version
Expand Down
155 changes: 151 additions & 4 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-config-ui-x",
"displayName": "Homebridge Config UI X",
"version": "4.25.1",
"version": "4.25.2",
"description": "A web based management, configuration and control platform for Homebridge",
"license": "MIT",
"author": "oznu <[email protected]>",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@nestjs/swagger": "4.5.12",
"@nestjs/websockets": "7.3.2",
"axios": "^0.19.2",
"class-transformer": "^0.3.1",
"class-transformer": "0.2.3",
"class-validator": "^0.12.2",
"commander": "^6.0.0",
"dayjs": "^1.8.33",
Expand All @@ -58,6 +58,7 @@
"node-cache": "^5.1.2",
"node-pty-prebuilt-multiarch": "^0.9.0",
"ora": "^5.0.0",
"pino-pretty": "^4.1.0",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.6.2",
"semver": "^7.3.2",
Expand Down

0 comments on commit c9db5ab

Please sign in to comment.