Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
## [1.0.3](v1.0.2...v1.0.3) (2024-05-26)

### What's Changes

- Housekeeping and updated dependencies.

**Full Changelog**: v1.0.2...v1.0.3
  • Loading branch information
donavanbecker committed May 26, 2024
1 parent f3ce30f commit 00cff57
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 73 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [1.0.3](https://github.com/donavanbecker/homebridge-cloudflared-tunnel/compare/v1.0.2...v1.0.3) (2024-05-26)

### What's Changes

- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-cloudflared-tunnel/compare/v1.0.2...v1.0.3

## [1.0.2](https://github.com/donavanbecker/homebridge-cloudflared-tunnel/compare/v1.0.1...v1.0.2) (2024-02-13)

### What's Changes
Expand Down
147 changes: 77 additions & 70 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Cloudflared Tunnel",
"name": "homebridge-cloudflared-tunnel",
"version": "1.0.2",
"version": "1.0.3",
"description": "The Cloudflared Tunnel plugin allows you to run a Cloudflare-Tunnel for exposing your homebridge instance for remote access.",
"author": {
"name": "donavanbecker",
Expand Down Expand Up @@ -62,11 +62,11 @@
"globals": "^15.3.0",
"homebridge": "^1.8.2",
"homebridge-config-ui-x": "4.56.2",
"nodemon": "^3.1.0",
"nodemon": "^3.1.1",
"npm-check-updates": "^16.14.20",
"rimraf": "^5.0.7",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"typescript-eslint": "^8.0.0-alpha.14"
"typescript-eslint": "^8.0.0-alpha.16"
}
}

0 comments on commit 00cff57

Please sign in to comment.