From 9a01820b1e2ab5eebcc4503cbbf64a414b9e0b9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 11:40:45 +0000 Subject: [PATCH] chore(master): release 0.3.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package.json | 2 +- src/extension/version.ts | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0477999..6969ddf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.2" + ".": "0.3.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d7c81b..c36fdb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to ComplyEaze Pack are documented here. ## Unreleased +## [0.3.3](https://github.com/lamemustafa/pack/compare/v0.3.2...v0.3.3) (2026-07-04) + + +### Documentation + +* **release:** record v0.3.2 publication evidence ([#53](https://github.com/lamemustafa/pack/issues/53)) ([b85d10d](https://github.com/lamemustafa/pack/commit/b85d10db7f3be03ad5c7093a90f62987a9dc611e)) +* **store:** add verified CWS asset exports ([#55](https://github.com/lamemustafa/pack/issues/55)) ([1379961](https://github.com/lamemustafa/pack/commit/13799611e30cbb4e73f2634902cc3f729b910093)) +* **store:** record v0.3.2 CWS submission ([ff0b2c8](https://github.com/lamemustafa/pack/commit/ff0b2c8629c2a80462d98c483c37a668b0f124f5)) + ## [0.3.2](https://github.com/lamemustafa/pack/compare/v0.3.1...v0.3.2) (2026-07-04) diff --git a/package.json b/package.json index a56ed4b..e56ea81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@complyeaze/pack", - "version": "0.3.2", + "version": "0.3.3", "private": true, "description": "ComplyEaze Pack: local-first GST filed-return downloader for GSTR-3B PDFs and GSTR-1 PDF/Excel files.", "type": "module", diff --git a/src/extension/version.ts b/src/extension/version.ts index 3918574..69d6b43 100644 --- a/src/extension/version.ts +++ b/src/extension/version.ts @@ -1 +1 @@ -export const PACK_PRODUCT_VERSION = "0.3.2"; // x-release-please-version +export const PACK_PRODUCT_VERSION = "0.3.3"; // x-release-please-version