Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2024-01-31)

### What's Changes

- Housekeeping and updated dependencies.

**Full Changelog**: v1.0.0...v1.0.1
  • Loading branch information
donavanbecker committed Jan 31, 2024
1 parent 9f01311 commit ad43530
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 68 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.1](https://github.com/donavanbecker/homebridge-cloudflared-tunnel/compare/v1.0.0...v1.0.1) (2024-01-31)

### What's Changes

- Housekeeping and updated dependencies.

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

## [1.0.0](https://github.com/donavanbecker/homebridge-cloudflared-tunnel/compare/v0.1.0...v1.0.0) (2024-01-12)

### What's Changes
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ plugin allows you to run a Cloudflare-Tunnel for exposing your

1. Search for "Cloudflared Tunnel" on the plugin screen of [Homebridge UI](https://github.com/homebridge/homebridge-config-ui-x).
2. Click **Install**.
3. Set Auto Install of Cloudflared Tunnel in Plugin Configs.
4. Restart Plugin and Cloudlfare URL will be displayed in logs.


126 changes: 63 additions & 63 deletions package-lock.json

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

10 changes: 5 additions & 5 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.0",
"version": "1.0.1",
"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 @@ -57,13 +57,13 @@
"untun": "^0.1.3"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@types/node": "^20.11.13",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.56.0",
"homebridge": "^1.7.0",
"nodemon": "^3.0.3",
"npm-check-updates": "^16.14.12",
"npm-check-updates": "^16.14.14",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
Expand Down

0 comments on commit ad43530

Please sign in to comment.