Skip to content

chore(pkg): bump version to 0.4.0 - #22

Merged
mackt merged 3 commits into
mainfrom
chore/bump-version-0.4.0
Jul 29, 2026
Merged

chore(pkg): bump version to 0.4.0#22
mackt merged 3 commits into
mainfrom
chore/bump-version-0.4.0

Conversation

@mackt

@mackt mackt commented Jul 29, 2026

Copy link
Copy Markdown
Owner

Summary

Bump the package version from 0.3.0 to 0.4.0 for the minor release that includes FSRS flashcard review.

This PR changes only the version metadata in package.json and package-lock.json, keeping the package version and release tag contract aligned before publishing. The corresponding release-procedure documentation is isolated in #23 and should merge first.

Verification

  • npm audit — 0 vulnerabilities
  • npm run check — passed
  • npm test — 131 tests passed across 2 files
  • npm run lint — 0 errors; 2 existing warnings
  • npm run fmt:check — 32 files checked
  • npm pack --dry-run --jsonpi-language-tutor@0.4.0, 18 files, 37,513 B packed / 127,612 B unpacked

Release follow-up

After #23 and this PR are merged, update local main, then run:

git tag -a v0.4.0 -m "chore(release): 0.4.0"
git push origin v0.4.0
gh release create v0.4.0 --verify-tag --generate-notes

Publishing the GitHub Release triggers the existing OIDC npm publish workflow. Do not run npm version minor again after merging this PR; that would advance the manifest to 0.5.0.

Prepare the minor release that includes FSRS flashcard review while keeping package and lockfile version metadata aligned.
@mackt
mackt marked this pull request as ready for review July 29, 2026 16:17

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7e3e491b1f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread package.json
Document the branch-protected release flow so maintainers bump version metadata through a PR, then tag the merged commit without accidentally advancing to the next version.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 31121a9bcf

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread AGENTS.md Outdated
Keep this version bump manifest-only; the release procedure update now lives in #23.
@mackt
mackt merged commit 87efa24 into main Jul 29, 2026
1 check passed
@mackt
mackt deleted the chore/bump-version-0.4.0 branch July 29, 2026 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant