Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Tran <[email protected]>
  • Loading branch information
github-actions[bot] and ctran88 authored Jan 16, 2025
1 parent 94e2c45 commit e038ee1
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.5"
".": "1.0.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ This log was last generated on Thu, 24 Oct 2024 15:40:33 GMT and should not be m

<!-- Start content -->

## [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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e038ee1

Please sign in to comment.