From 6527b7a5d716c869f36ece45288949abe27c2621 Mon Sep 17 00:00:00 2001 From: AMiWR <83715695+amiwrpremium@users.noreply.github.com> Date: Wed, 22 Apr 2026 12:28:01 +0330 Subject: [PATCH] chore(master): release 0.1.3 --- .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 001eb2c..c05df9b 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 e0f679a..817c7bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3](https://github.com/amiwrpremium/shellboto/compare/v0.1.2...v0.1.3) (2026-04-22) + + +### Documentation + +* **readme:** hero + architecture images, polish pass ([#17](https://github.com/amiwrpremium/shellboto/issues/17)) ([bc47b83](https://github.com/amiwrpremium/shellboto/commit/bc47b83173add0d53e4e2938a89394bfc444b5e4)) + ## [0.1.2](https://github.com/amiwrpremium/shellboto/compare/v0.1.1...v0.1.2) (2026-04-22)