From 41a6bdd4c4c63a0293dc201f0ae6ecbc20979e85 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 12:44:20 +0000 Subject: [PATCH] chore(main): release 0.1.2 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index b38d7b6..8e1e0d7 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b2324..fc642f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/bubustack/bobrapet/compare/v0.1.1...v0.1.2) (2025-10-16) + + +### Miscellaneous + +* update copyright comments ([530323a](https://github.com/bubustack/bobrapet/commit/530323a22a12e3c21bcc48ca9c1aa84ed9317b5d)) + ## [0.1.1](https://github.com/bubustack/bobrapet/compare/v0.1.0...v0.1.1) (2025-10-16)