diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5aa42be..cc7fc76 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.15" + ".": "0.0.16" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9af1d52..a327c38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.0.16](https://github.com/vst/hostpatrol/compare/v0.0.15...v0.0.16) (2024-04-20) + + +### Features + +* **website:** improve how code-blocks are rendered on pages ([c97c401](https://github.com/vst/hostpatrol/commit/c97c401959bb9efb1f69c141a0ff337e10eee694)) + + +### Bug Fixes + +* **website:** fix paddings and margins on pages layout ([e8bee74](https://github.com/vst/hostpatrol/commit/e8bee744fa830cb6e1a7f1af435cfc2e90384964)) +* **website:** replace the screenshot with a smaller one ([2fb7123](https://github.com/vst/hostpatrol/commit/2fb7123ae5c3305552122695d2c361f0a98a2f68)) +* **website:** show logo in hero only on large display ([bdaa2e2](https://github.com/vst/hostpatrol/commit/bdaa2e295078d34d49a9130296ecc63129fc47a3)) + ## [0.0.15](https://github.com/vst/hostpatrol/compare/v0.0.14...v0.0.15) (2024-04-19) diff --git a/package.yaml b/package.yaml index 8900d90..391eda9 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: hostpatrol -version: 0.0.15 +version: 0.0.16 github: vst/hostpatrol license: MIT author: Vehbi Sinan Tunalioglu