From 399ec0db9b34f897778f732246f93f9111b63280 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 01:45:33 +0000 Subject: [PATCH] chore(main): release 0.0.13 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 72d5a59..883b279 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.12" + ".": "0.0.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index acde9e4..1160627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.13](https://github.com/vst/hostpatrol/compare/v0.0.12...v0.0.13) (2024-04-15) + + +### Bug Fixes + +* make tests run under pure Nix shell, fix Nix installation ([955c91b](https://github.com/vst/hostpatrol/commit/955c91b0a773ba581e8761108f74f590234095d6)) +* **website:** make small fixes/adjustments to the landing page content ([b663d71](https://github.com/vst/hostpatrol/commit/b663d71fe562eaf99e037ee3d480858e4e8f66e5)) + ## [0.0.12](https://github.com/vst/hostpatrol/compare/v0.0.11...v0.0.12) (2024-04-14) diff --git a/package.yaml b/package.yaml index f0541db..a677643 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: hostpatrol -version: 0.0.12 +version: 0.0.13 github: vst/hostpatrol license: MIT author: Vehbi Sinan Tunalioglu