-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(main): release 0.9.3 #568
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
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.9.2" | ||
| ".": "0.9.3" | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,13 @@ | ||
| # Changelog | ||
|
|
||
| ## [0.9.3](https://github.com/ophi-dev/cribo/compare/v0.9.2...v0.9.3) (2026-08-27) | ||
|
|
||
|
|
||
| ### Bug Fixes | ||
|
|
||
| * **ci:** authenticate npm releases with token ([c3f0fe6](https://github.com/ophi-dev/cribo/commit/c3f0fe60bc98a74f530dea15a1f52997c9b3466e)) | ||
| * **npm:** update trusted publishing repository ([cac22e0](https://github.com/ophi-dev/cribo/commit/cac22e029781e8e7699775a0d7085ebfaf5972c8)) | ||
|
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 Useful? React with 👍 / 👎. |
||
|
|
||
| ## [0.9.2](https://github.com/ophi-dev/cribo/compare/v0.9.1...v0.9.2) (2026-08-20) | ||
|
|
||
|
|
||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 0.9.2 | ||
| 0.9.3 |
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 maintainers using these notes to configure or troubleshoot the 0.9.3 npm release, this entry incorrectly says token authentication shipped:
cac22e0, the next listed change, removesNODE_AUTH_TOKENagain, and the released workflow publishes through trusted-publishing OIDC with no npm token (.github/workflows/release.yml,Publish to npm). Keeping this transient, fully reverted change in the published changelog misstates the release's authentication requirements.Useful? React with 👍 / 👎.