Skip to content

Commit

Permalink
Bump to v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lcbm authored and netoax committed Jun 1, 2020
1 parent 08d8c06 commit 94d96de
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [3.0.1](https://github.com/CESARBR/knot-gateway-webui/compare/v2.0.1...v3.0.1)

### Features

- Re-enable FIWARE.
- Add factory resetting to front-end and back-end.
- Provide OpenThread configuration via endpoint.
- Remove fog service.

### Bug Fixes

- Update packages to fix security issues.
- Update dependency dbus to @cesarbr/dbus.

### Improvements

- Upgrade Node.js to v10.x on Docker.
- Add changelog.
- Add wpantund to Dockerfile.

## [2.0.1](https://github.com/CESARBR/knot-gateway-webui/compare/99fd0ce...v2.0.0)

### Bug Fixes
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": "@cesarbr/knot-gateway-webui",
"version": "2.0.1",
"version": "3.0.1",
"description": "Gateway configuration web interface",
"scripts": {
"build:dev": "webpack --mode=development",
Expand Down

0 comments on commit 94d96de

Please sign in to comment.