From 2dd3e85be1fef566650449e5b366813dbfec8d44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 15:16:58 +0800 Subject: [PATCH] chore(main): release 0.1.3 (#17) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 352ec4c..7caf555 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f46d7e8..29db18a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3](https://github.com/hugomods/kroki/compare/v0.1.2...v0.1.3) (2024-09-13) + + +### Bug Fixes 🐞 + +* use plain text as request body instead of JSON ([#16](https://github.com/hugomods/kroki/issues/16)) ([d60f786](https://github.com/hugomods/kroki/commit/d60f78673d8b4cdffa52497a86a2e4ed58c2f48d)) + ## [0.1.2](https://github.com/hugomods/kroki/compare/v0.1.1...v0.1.2) (2024-06-08)