Skip to content

Commit

Permalink
Bumped dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiegenthaler committed Jan 21, 2022
1 parent 66470a4 commit 583c8d9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ See the [Readme file](https://github.com/jsiegenthaler/hueget/blob/master/README
## Current In-Work List (Future Releases)
Cleanup to get ready for v1.0.0

## 0.5.3 (2022-01-21)
* Bumped dependencies (axios)

## 0.5.2 (2022-01-17)
* Bumped dependencies (axios, express)

Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hueget",
"version": "0.5.2",
"version": "0.5.3",
"description": "A simple API that converts the Philips Hue API PUT to GET requests, allowing control of Philips Hue lights via http GET requests",
"main": "hueget.js",
"scripts": {
Expand All @@ -25,7 +25,7 @@
"author": "Jochen Siegenthaler (https://github.com/jsiegenthaler)",
"license": "ISC",
"dependencies": {
"axios": "^0.24.0",
"axios": "^0.25.0",
"express": "^4.17.2",
"stdio": "^2.1.1"
},
Expand Down

0 comments on commit 583c8d9

Please sign in to comment.