Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
## v1.3.0 (2024-07-08)

### Added

- Add support for publishing on IPv6 networks (#19) (@adriancable)
- Add support for IPv4-mapped IPv6 addresses (#43) (@donavanbecker & @hjdhjd)

### Changed

- update dependencies
- update dependencies, fix typedoc (#44)
- update changelog, fix lint
- Fix: minor housekeeping. (#48) (@@hjdhjd)
  • Loading branch information
donavanbecker committed Jul 9, 2024
1 parent e808b58 commit d607e09
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to `@homebridge/ciao` will be documented in this file. This project tries to adhere to [Semantic Versioning](http://semver.org/).

## BETA
## v1.3.0 (2024-07-08)

### Added

Expand All @@ -14,6 +14,7 @@ All notable changes to `@homebridge/ciao` will be documented in this file. This
- update dependencies
- update dependencies, fix typedoc (#44)
- update changelog, fix lint
- Fix: minor housekeeping. (#48) (@@hjdhjd)

## v1.2.0 (2024-04-10)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "@homebridge/ciao",
"version": "1.2.0",
"version": "1.3.0",
"description": "ciao is a RFC 6763 compliant dns-sd library, advertising on multicast dns (RFC 6762) implemented in plain Typescript/JavaScript",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"maintainers": [
"Andreas Bauer <mail@anderl-bauer.de>"
],
"author": "Andreas Bauer <mail@anderl-bauer.de>",
"homepage": "https://github.com/homebridge/ciao",
"license": "MIT",
Expand Down Expand Up @@ -43,6 +46,9 @@
"bugs": {
"url": "https://github.com/homebridge/ciao/issues"
},
"engines": {
"node": "^18 || ^20"
},
"files": [
"lib",
"types",
Expand Down Expand Up @@ -72,8 +78,5 @@
"ts-node": "^10.9.2",
"typedoc": "^0.26.3",
"typescript": "^5.5.2"
},
"engines": {
"node": "^18 || ^20"
}
}

0 comments on commit d607e09

Please sign in to comment.