Skip to content
Merged
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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imdeadpool/codex-account-switcher",
"version": "0.1.20",
"version": "0.1.21",
"description": "A command-line tool that lets you manage and switch between multiple Codex accounts instantly, no more constant logins and logouts.",
"license": "MIT",
"bin": {
Expand Down
24 changes: 24 additions & 0 deletions releases/v0.1.21.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# codex-account-switcher v0.1.21

## Summary
This release bumps the package one patch above the current npm version so the next manual publish can proceed.

## What's changed
- Updated package metadata from `0.1.20` to `0.1.21`.
- Added release notes for `v0.1.21` so the GitHub release and npm publish notes have a concrete changelog entry.
- No runtime CLI behavior changed in this release.

## Verification
- `npm test`
- `npm pack --dry-run`

## Upgrade notes
- No breaking CLI changes.
- Manual publish should use `npm publish --access public` after verification.

## Publish checklist
1. Review package metadata and release notes.
2. `npm test`
3. `npm pack --dry-run`
4. `npm publish --access public`
5. Create GitHub release `v0.1.21` from `releases/v0.1.21.md`