Skip to content

Tags: devbridge/jQuery-Autocomplete

Tags

v2.0.3

Toggle v2.0.3's commit message
chore(release): 2.0.3

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

v2.0.2

Toggle v2.0.2's commit message
chore(release): 2.0.2

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

v2.0.1

Toggle v2.0.1's commit message
chore(release): 2.0.1

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

v2.0.0

Toggle v2.0.0's commit message
ci(release): use node 24 and drop registry-url for OIDC publish

First v2.0.0 publish attempt 404'd. Two stacked issues:

1. actions/setup-node@v6 with registry-url: writes an .npmrc containing
   `//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}`. We never set
   NODE_AUTH_TOKEN, so npm sees the literal `XXXXX-XXXXX-XXXXX-XXXXX`
   placeholder as the auth token. That bogus credential overrides the
   OIDC flow and npm replies 404 (its stock response for failed auth on
   an existing package).

2. Node 20 ships npm 10.x; Trusted Publisher OIDC publish support
   landed in npm 11.5.1. Even with the .npmrc fix, Node 20's npm would
   not have used the OIDC token.

Bump release runner to Node 24 (npm 11.x native) and drop registry-url
so npm uses the native OIDC auth path. The CI workflow stays on Node 20
to keep verifying our package.json engines.node minimum.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

v1.5.0

Toggle v1.5.0's commit message
Rev for 1.5.0 release

v1.4.11

Toggle v1.4.11's commit message
Rev for 1.4.11 release

v1.4.10

Toggle v1.4.10's commit message
Rev for 1.4.10 release

v1.4.9

Toggle v1.4.9's commit message
Rev for 1.4.9 release

v1.4.8

Toggle v1.4.8's commit message
Rev for 1.4.8 release

v1.4.7

Toggle v1.4.7's commit message
Rev for 1.4.7 release