diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7f58a50..fea3454 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.5" + ".": "1.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d382de2..300a269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ This log was last generated on Thu, 24 Oct 2024 15:40:33 GMT and should not be m +## [1.0.0](https://github.com/passageidentity/passage-flex-node/compare/v0.2.5...v1.0.0) (2025-01-16) + + +### ⚠ BREAKING CHANGES + +* update auth.createRegisterTransaction and user.revokeDevice signatures to use two separate arguments ([#83](https://github.com/passageidentity/passage-flex-node/issues/83)) +* remove deprecated AppInfo code from codegen ([#77](https://github.com/passageidentity/passage-flex-node/issues/77)) +* Reorganize API with new class structure and improved error handling ([#66](https://github.com/passageidentity/passage-flex-node/issues/66)) + +### Features + +* add externalId prop to PassageUser type ([#76](https://github.com/passageidentity/passage-flex-node/issues/76)) ([6db397a](https://github.com/passageidentity/passage-flex-node/commit/6db397ae556f15f6784ab9f4ece9dc9285e6e4ac)) +* add parameter guards for all methods ([#84](https://github.com/passageidentity/passage-flex-node/issues/84)) ([7f6b79e](https://github.com/passageidentity/passage-flex-node/commit/7f6b79e9faa2075534528e14b41494f046a6f318)) +* parameter guard ([#80](https://github.com/passageidentity/passage-flex-node/issues/80)) ([ad7239f](https://github.com/passageidentity/passage-flex-node/commit/ad7239fd63752998e17ef42278fc03207a94c7a6)) +* remove deprecated AppInfo code from codegen ([#77](https://github.com/passageidentity/passage-flex-node/issues/77)) ([13f2cf9](https://github.com/passageidentity/passage-flex-node/commit/13f2cf9eb4e8e4f2d393a68f7673f0ba65c9749f)) +* Reorganize API with new class structure and improved error handling ([#66](https://github.com/passageidentity/passage-flex-node/issues/66)) ([7f1aa55](https://github.com/passageidentity/passage-flex-node/commit/7f1aa55f8049f3c4fcf1ad8ca39136caa10aa9ad)) +* update auth.createRegisterTransaction and user.revokeDevice signatures to use two separate arguments ([#83](https://github.com/passageidentity/passage-flex-node/issues/83)) ([fb6e173](https://github.com/passageidentity/passage-flex-node/commit/fb6e173056cceeffadd9b0c08ee7893ef3285aa8)) +* updates user.get rejected error type and message ([#71](https://github.com/passageidentity/passage-flex-node/issues/71)) ([bae9587](https://github.com/passageidentity/passage-flex-node/commit/bae95876c7ae36530aee6e152bc2dda34527df97)) + ## 0.2.5 Thu, 24 Oct 2024 15:40:33 GMT diff --git a/package-lock.json b/package-lock.json index c5cbd9d..6532757 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@passageidentity/passage-flex-node", - "version": "0.2.5", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@passageidentity/passage-flex-node", - "version": "0.2.5", + "version": "1.0.0", "license": "MIT", "dependencies": { "jose": "^5.9.6", diff --git a/package.json b/package.json index 51b6587..0fe49fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@passageidentity/passage-flex-node", - "version": "0.2.5", + "version": "1.0.0", "author": "Passage by 1Password", "description": "Passkey Flex for Node.js - Add passkey authentication to your own Node.js authentication flows with Passage by 1Password", "homepage": "https://docs.passage.id/complete",