From 4595ebb70eb86c6fef681933ee3d8baa386ef3c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 20:17:21 -0700 Subject: [PATCH] build(main): release 0.1.2 (#16) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95cee40..c63c289 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## What's Changed +### Other Changes +* ci: Fix release-checks not checking out repo by @dkoshkin in https://github.com/dkoshkin/status-writer-action/pull/15 + + +**Full Changelog**: https://github.com/dkoshkin/status-writer-action/compare/v0.1.1...v0.1.2 + +## Changelog + + + ## What's Changed ### Other Changes * ci: Trigger release-checks workflow by @dkoshkin in https://github.com/dkoshkin/status-writer-action/pull/13