Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: homebridge-plugins/homebridge-resideo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.5
Choose a base ref
...
head repository: homebridge-plugins/homebridge-resideo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.6
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Jan 16, 2024

  1. v1.4.6

    ## [Version 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**: v1.4.5...v1.4.6
    donavanbecker committed Jan 16, 2024
    Copy the full SHA
    6ca6961 View commit details
Showing with 310 additions and 231 deletions.
  1. +32 −9 .github/labeler.yml
  2. +0 −13 .github/workflows/codeql-analysis.yml
  3. +7 −0 CHANGELOG.md
  4. +264 −202 package-lock.json
  5. +7 −7 package.json
41 changes: 32 additions & 9 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,38 @@
# Add 'branding' to any file changes within 'resideo' folder
# Add 'branding' label to any changes within 'docs' folder or any subfolders
branding:
- resideo/*
- honeywell/*
- changed-files:
- any-glob-to-any-file: branding/**

# Add 'enhancement' label to any change to index.js file
# Add 'docs' label to any change to .md files within the entire repository
docs:
- changed-files:
- any-glob-to-any-file: '**/*.md'

# Add 'enhancement' label to any change to src files within the source dir EXCEPT for the docs sub-folder
enhancement:
- src/*
- package.json
- pakcage-lock.json
- config.schema.json
- changed-files:
- any-glob-to-any-file: 'src/**/*'
- any-glob-to-any-file: 'config.schema.json'

# Add 'dependencies' label to any change to src files within the source dir EXCEPT for the docs sub-folder
dependencies:
- changed-files:
- any-glob-to-any-file: 'package.json'
- any-glob-to-any-file: 'package-lock.json'

# Add 'beta' label to any PR that is opened against the `beta` branch
beta:
- base-branch: 'beta*'

# Add 'alpha' label to any PR that is opened against the `alpha` branch
alpha:
- base-branch: 'alpha*'

# Add 'latest' label to any PR that is opened against the `latest` branch
latest:
- base-branch: 'latest'

# Add 'workflow' to any changes within 'workflow' folder or any subfolders
workflow:
- .github/workflows/*
- changed-files:
- any-glob-to-any-file: .github/**
13 changes: 0 additions & 13 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,13 @@

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

## [Version 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

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

## What's Changes
Loading