From 8074f6d766329b4f2b35590ac54157740efb2fc5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 00:31:27 +0000 Subject: [PATCH] chore(main): release fetch 0.2.1 --- .release-please-manifest.json | 2 +- fetch/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5d40b1b..675fd87 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,5 +2,5 @@ ".": "1.2.0", "fwi": "0.2.0", "nfdrs": "0.4.0", - "fetch": "0.2.0" + "fetch": "0.2.1" } diff --git a/fetch/CHANGELOG.md b/fetch/CHANGELOG.md index 05c17af..8ec91f4 100644 --- a/fetch/CHANGELOG.md +++ b/fetch/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/alpineworks/firewx/compare/fetch/v0.2.0...fetch/v0.2.1) (2026-08-03) + + +### Dependencies + +* bump alpineworks.io/firewx to v1.2.0 in the submodules ([f522f3e](https://github.com/alpineworks/firewx/commit/f522f3e220f50efa6327b5cb4b99897409c2620b)) + ## [0.2.0](https://github.com/alpineworks/firewx/compare/fetch/v0.1.0...fetch/v0.2.0) (2026-08-02)