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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ project adheres to [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.ht
This file is generated by [git-cliff](https://github.com/orhun/git-cliff) from Conventional Commits.
Run `pnpm changelog --tag vX.Y.Z` to prepare a release; do not edit it by hand.

## [0.0.4] - 2026-08-14

### Fixed
- **auth:** Gate protected actions on Turnstile (#71) ([8b31c7d](https://github.com/StringKe/xid/commit/8b31c7d7d7676b9f52902269d74072bb292ef9c8))

## [0.0.3] - 2026-08-13

### Security
Expand Down Expand Up @@ -108,6 +113,7 @@ Run `pnpm changelog --tag vX.Y.Z` to prepare a release; do not edit it by hand.
- Retrigger workers builds after webhook loss ([b48d798](https://github.com/StringKe/xid/commit/b48d7984298e4c9428475d4856691d0b0c25d56d))

[Unreleased]: https://github.com/StringKe/xid/commits/main
[0.0.4]: https://github.com/StringKe/xid/releases/tag/v0.0.4
[0.0.3]: https://github.com/StringKe/xid/releases/tag/v0.0.3
[0.0.2]: https://github.com/StringKe/xid/releases/tag/v0.0.2
[0.0.1]: https://github.com/StringKe/xid/releases/tag/v0.0.1
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": "xid",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"description": "XID is an open-source, edge-native identity platform on Cloudflare Workers: OIDC/OAuth provider, multi-tenant RBAC, enterprise SSO federation (SAML and SCIM) and passkey-first hosted auth UI.",
"keywords": [
Expand Down