Skip to content

Commit

Permalink
v3.0.4 (#155)
Browse files Browse the repository at this point in the history
## [3.0.4](https://github.com/donavanbecker/homebridge-noip/releases/tag/v3.0.4) (2024-05-26)

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

**Full Changelog**: v3.0.3...v3.0.4
  • Loading branch information
donavanbecker authored Sep 25, 2024
1 parent ddcf72c commit fff77fe
Show file tree
Hide file tree
Showing 19 changed files with 13,065 additions and 5,966 deletions.
9 changes: 8 additions & 1 deletion 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/)

## [3.0.4](https://github.com/donavanbecker/homebridge-noip/releases/tag/v3.0.4) (2024-05-26)

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

**Full Changelog**: https://github.com/donavanbecker/homebridge-noip/compare/v3.0.3...v3.0.4

## [3.0.3](https://github.com/donavanbecker/homebridge-noip/releases/tag/v3.0.3) (2024-05-26)

### What's Changes
Expand Down Expand Up @@ -205,7 +212,7 @@ All notable changes to this project will be documented in this file. This projec

- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-noip/compare/v1.2.2..v1.2.3
**Full Changelog**: https://github.com/donavanbecker/homebridge-noip/compare/v1.2.2...v1.2.3

## [1.2.2](https://github.com/donavanbecker/homebridge-noip/compare/v1.2.1...v1.2.2) (2021-10-28)

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 fff77fe

Please sign in to comment.