Skip to content

Commit fa6b266

Browse files
chore(main): release 1.0.2
1 parent f9d0944 commit fa6b266

4 files changed

+11
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.1"
2+
".": "1.0.2"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ This log was last generated on Thu, 24 Oct 2024 15:40:33 GMT and should not be m
44

55
<!-- Start content -->
66

7+
## [1.0.2](https://github.com/passageidentity/passage-flex-node/compare/v1.0.1...v1.0.2) (2025-02-13)
8+
9+
10+
### Bug Fixes
11+
12+
* use v0 value if npm_package_version is undefined ([#91](https://github.com/passageidentity/passage-flex-node/issues/91)) ([f9d0944](https://github.com/passageidentity/passage-flex-node/commit/f9d094420b2e16a59e8e59b9415e4a0e491a495a))
13+
714
## [1.0.1](https://github.com/passageidentity/passage-flex-node/compare/v1.0.0...v1.0.1) (2025-01-29)
815

916

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@passageidentity/passage-flex-node",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"author": "Passage by 1Password",
55
"description": "Passkey Flex for Node.js - Add passkey authentication to your own Node.js authentication flows with Passage by 1Password",
66
"homepage": "https://docs.passage.id/complete",

0 commit comments

Comments
 (0)