1 Commits

Author SHA1 Message Date
c718b146d2 Bump version to 0.2.0
Breaking: JrxNode is now a union type (JrxElement | null | undefined),
isJrxNode renamed to isJrxElement.

Co-authored-by: Ona <no-reply@ona.com>
2026-03-14 01:11:07 +00:00

View File

@@ -4,10 +4,6 @@ on:
release:
types: [published]
permissions:
id-token: write # Required for OIDC
contents: read
jobs:
publish:
runs-on: ubuntu-latest
@@ -25,6 +21,6 @@ jobs:
- run: bun test
- run: bunx npm publish --provenance --access public
- run: bun publish --access public --provenance
env:
NPM_CONFIG_REGISTRY: https://registry.npmjs.org