diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 56441f9..a1304a1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.1" + ".": "3.0.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d312c4..00c3c5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ This log was last generated on Wed, 30 Oct 2024 17:11:25 GMT and should not be m +## [3.0.2](https://github.com/passageidentity/passage-node/compare/v3.0.1...v3.0.2) (2026-01-09) + + +### Documentation + +* add sunset notice to README ([#232](https://github.com/passageidentity/passage-node/issues/232)) ([c12d502](https://github.com/passageidentity/passage-node/commit/c12d502f3bf270aaf59939ab25d2cf858a98cbaf)) + ## [3.0.1](https://github.com/passageidentity/passage-node/compare/v3.0.0...v3.0.1) (2025-02-13) diff --git a/package-lock.json b/package-lock.json index 8bb7ce9..e022eeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@passageidentity/passage-node", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@passageidentity/passage-node", - "version": "3.0.1", + "version": "3.0.2", "license": "MIT", "dependencies": { "jose": "^5.9.6", diff --git a/package.json b/package.json index 727256d..3d09643 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@passageidentity/passage-node", - "version": "3.0.1", + "version": "3.0.2", "author": "Passage by 1Password", "license": "MIT", "description": "Passkey Complete for Node.js - Integrate into your Node.js API or service to enable a completely passwordless standalone auth solution with Passage by 1Password",