-
Notifications
You must be signed in to change notification settings - Fork 0
chore(master): release 0.5.0 #95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| { | ||
| ".": "0.4.0" | ||
| ".": "0.5.0" | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "@complyeaze/pack", | ||
| "version": "0.4.0", | ||
| "version": "0.5.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When this release PR lands, the canonical package/runtime version becomes AGENTS.md reference: AGENTS.md:L49-L53 Useful? React with 馃憤聽/ 馃憥. |
||
| "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", | ||
|
|
||
| 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.5.0"; // x-release-please-version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For readers of the public v0.5.0 release notes, this unqualified "GSTR-2B download" fix strengthens the current source/store claim: the manifest/package/README still describe GSTR-2B as private, source-build experimental support rather than a generally supported download. Keep the same qualifier here, or avoid naming it as an unqualified release capability, so the generated release notes do not overstate the shipped public surface.
AGENTS.md reference: AGENTS.md:L137-L137
Useful? React with 馃憤聽/ 馃憥.