diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 32b319f..4a34d5c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.10" + ".": "0.0.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 08c64ac..c12786b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.0.11](https://github.com/vst/lhp/compare/v0.0.10...v0.0.11) (2024-04-08) + + +### Features + +* add optional data to host definition ([141ed01](https://github.com/vst/lhp/commit/141ed01eb96059638d6a782bbff89a216fff26aa)) +* add optional external identifier to host definition ([57bc106](https://github.com/vst/lhp/commit/57bc106a2f96a1526c36dc620cf859de0694f62b)) +* **website:** adopt new host spec field on host details page ([b6996b0](https://github.com/vst/lhp/commit/b6996b07619bb2b4a2bd96722e9e0823bb7076e7)) + + +### Bug Fixes + +* **release:** build and publish Website on release, not push to main ([67f7133](https://github.com/vst/lhp/commit/67f713356641c45fb348080218c811a27cb9bd4f)) +* **release:** fetch all history for all tags and branches before build ([ae1ce55](https://github.com/vst/lhp/commit/ae1ce556b324c9447d110269e7984a9c9c791e40)) + ## [0.0.10](https://github.com/vst/lhp/compare/v0.0.9...v0.0.10) (2024-04-06) diff --git a/package.yaml b/package.yaml index a9c125a..1c80160 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: lhp -version: 0.0.10 +version: 0.0.11 github: vst/lhp license: MIT author: Vehbi Sinan Tunalioglu