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..643ab9d 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-05) + + +### 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 65d6830..893cbf5 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