From a317d4cfbf0e3e7cf525cbe290e4c997ad332b3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 01:47:35 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3d2ac0b..10f3091 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e938b0b..2bf08ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.2.0](https://github.com/seriousben/tabs-zero/compare/v0.1.0...v0.2.0) (2026-04-01) + + +### Features + +* separate AMO publishing into callable workflow ([e4f78d1](https://github.com/seriousben/tabs-zero/commit/e4f78d1c9e6b2755fcc06147b30bc6a988d9be0c)) + + +### Bug Fixes + +* add minimal AMO metadata with required license field ([b7c1d8d](https://github.com/seriousben/tabs-zero/commit/b7c1d8d14b07501a5b8ebbd85a9d17aa88482240)) +* add required categories field to AMO metadata ([d8d4929](https://github.com/seriousben/tabs-zero/commit/d8d49298d06daee0e183df98318222e3c86b7338)) +* correct AMO metadata format for validation ([23a84ae](https://github.com/seriousben/tabs-zero/commit/23a84ae5c7333876eeafc4b20ba29c2abaf19704)) +* put license inside version object in AMO metadata ([fdd5f7f](https://github.com/seriousben/tabs-zero/commit/fdd5f7f10ba7bb0e464553ba6acbc587bff42ea0)) +* skip AMO metadata for initial submission ([186932c](https://github.com/seriousben/tabs-zero/commit/186932caf67163f42659892700b56a27d9119c1e)) + ## 0.1.0 (2026-04-01)