From 5f68c22653fb20e39203f0ddf6719505a145e53b Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Tue, 13 Jan 2026 09:15:39 -0600 Subject: [PATCH] fix: release 0.15.1 with correct build artifacts - Bump version to 0.15.1 - Rename workflow job from 'test' to 'publish' Fixes #83: Published 0.15.0 was not built from the tagged commit --- .github/workflows/release.yml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce25cd4..d7ba329 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ defaults: shell: bash jobs: - test: + publish: name: Publish to NPM runs-on: ubuntu-latest permissions: diff --git a/package-lock.json b/package-lock.json index 5c44ad7..aa02540 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@workos-inc/authkit-react", - "version": "0.15.0", + "version": "0.15.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@workos-inc/authkit-react", - "version": "0.15.0", + "version": "0.15.1", "license": "MIT", "dependencies": { "@workos-inc/authkit-js": "0.17.0" diff --git a/package.json b/package.json index 0301fff..3aa6d8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos-inc/authkit-react", - "version": "0.15.0", + "version": "0.15.1", "description": "AuthKit React SDK", "main": "./dist/index.js", "module": "./dist/index.mjs",