Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.4.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to ComplyEaze Pack are documented here.

## Unreleased

## [0.4.1](https://github.com/lamemustafa/pack/compare/v0.4.0...v0.4.1) (2026-07-16)


### Documentation

* **agent:** align reviewed manifest boundaries ([#82](https://github.com/lamemustafa/pack/issues/82)) ([818ebf7](https://github.com/lamemustafa/pack/commit/818ebf7f4ca6b13ebf92dad9d166fe6fb63be804))

## [0.4.0](https://github.com/lamemustafa/pack/compare/v0.3.3...v0.4.0) (2026-07-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@complyeaze/pack",
"version": "0.4.0",
"version": "0.4.1",
Comment thread
lamemustafa marked this conversation as resolved.
"private": true,
"description": "ComplyEaze Pack: local-first GST filed-return downloader for GSTR-3B/GSTR-1 files, with private GSTR-2B source-build support.",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/extension/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PACK_PRODUCT_VERSION = "0.4.0"; // x-release-please-version
export const PACK_PRODUCT_VERSION = "0.4.1"; // x-release-please-version
Loading