Skip to content

Commit

Permalink
v1.1.2 (#14)
Browse files Browse the repository at this point in the history
## [1.1.2](https://github.com/donavanbecker/homebridge-meater/releases/tag/v1.1.2) (2024-09-25)

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

**Full Changelog**: v1.1.1...v1.1.2
  • Loading branch information
donavanbecker authored Sep 25, 2024
1 parent f8c01df commit cd58645
Show file tree
Hide file tree
Showing 21 changed files with 13,110 additions and 6,013 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [1.1.2](https://github.com/donavanbecker/homebridge-meater/releases/tag/v1.1.2) (2024-09-25)

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

**Full Changelog**: https://github.com/donavanbecker/homebridge-meater/compare/v1.1.1...v1.1.2

## [1.1.1](https://github.com/donavanbecker/homebridge-meater/releases/tag/v1.1.1) (2024-05-26)

### What's Changed
Expand Down
1 change: 1 addition & 0 deletions docs/.nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
22 changes: 22 additions & 0 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
:root {
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}

@media (prefers-color-scheme: light) { :root {
--code-background: var(--light-code-background);
} }

@media (prefers-color-scheme: dark) { :root {
--code-background: var(--dark-code-background);
} }

:root[data-theme='light'] {
--code-background: var(--light-code-background);
}

:root[data-theme='dark'] {
--code-background: var(--dark-code-background);
}

pre, code { background: var(--code-background); }
18 changes: 18 additions & 0 deletions docs/assets/icons.js

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

Loading

0 comments on commit cd58645

Please sign in to comment.