Skip to content

Commit

Permalink
to ES Module
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Jan 17, 2024
1 parent 1b38674 commit f0f3aa7
Show file tree
Hide file tree
Showing 10 changed files with 2,158 additions and 1,104 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/discord-webhooks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# This is a basic workflow to help you get started with Actions

name: Discord Webhooks

# Controls when the workflow will run
on:
release:
types: [released, prereleased]

jobs:
github-releases-to-discord:
uses: donavanbecker/.github/.github/workflows/discord-webhooks.yml@latest
with:
footer_title: "Meater"
secrets:
DISCORD_WEBHOOK_URL_LATEST: ${{ secrets.DISCORD_WEBHOOK_URL_LATEST }}
DISCORD_WEBHOOK_URL_BETA: ${{ secrets.DISCORD_WEBHOOK_URL_BETA }}
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,24 @@

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

## [2.0.0-beta](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v2.0.0) (2023-12-XX)
## [2.0.0-beta](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v2.0.0) (2024-XX-XX)

## What's Changes
### What's Changes
- Moved from CommonJS to ES Module
- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v1.4.5...v2.0.0
**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v1.4.6...v2.0.0

## [1.4.6](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v1.4.6) (2024-01-16)

### What's Changes
- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v1.4.5...v1.4.6

## [1.4.5](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v1.4.5) (2023-12-15)

## What's Changes
### What's Changes
- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v1.4.4...v1.4.5
Expand Down
Loading

0 comments on commit f0f3aa7

Please sign in to comment.