Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvm committed Apr 5, 2023
1 parent e41dde2 commit 3ebcf2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog for Version 0.3.x
## 0.4.00
# Changelog
## 0.4.1
- bump dependency versions
## 0.4.0
- enable child bridge mode by providing a path (absolute) to a configuration file:
Example in the config file (e.g. in Homebridge GUI):
```json
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-knx",
"version": "0.4.0",
"version": "0.4.1",
"description": "homebridge shim for KNX home automation.",
"main": "index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"Siri"
],
"dependencies": {
"debug": "^4.1.1",
"debug": "^4.3.4",
"eibd": "^0.5.1",
"knx": "^2.5.2"
},
Expand Down

0 comments on commit 3ebcf2a

Please sign in to comment.