From cc070bb1295cc548489b16f5f3cfb8ec038385ef Mon Sep 17 00:00:00 2001 From: Liakhovskyi Vladyslav Date: Mon, 15 Jun 2026 16:50:41 +0300 Subject: [PATCH] chore(main): release 1.0.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b870c5e..0db4c77 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.2" + ".": "1.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0640e36..1d1fcee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.3](https://github.com/RevoTale/blog/compare/v1.0.2...v1.0.3) (2026-06-15) + + +### Bug Fixes + +* **deps:** update github.com/gomarkdown/markdown digest to e08cff8 ([6113118](https://github.com/RevoTale/blog/commit/61131181b2a41b3f6c7fe54c0a63ca89affeb081)) +* **deps:** update github.com/gomarkdown/markdown digest to e08cff8 ([90c4849](https://github.com/RevoTale/blog/commit/90c4849ed0b9a4bdeadd3c26a4735367b7d01948)) + ## [1.0.2](https://github.com/RevoTale/blog/compare/v1.0.1...v1.0.2) (2026-05-29)