From 2be913de3301eb424c0947d4d1fb9bc9df3a58c4 Mon Sep 17 00:00:00 2001 From: Chris Tran Date: Fri, 9 Jan 2026 11:34:04 -0600 Subject: [PATCH 1/2] chore: add "docs" conventional commit types to releases --- release-please-config.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/release-please-config.json b/release-please-config.json index 716a3a9..e3e630e 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,13 +1,14 @@ { "packages": { ".": { - "changelog-path": "CHANGELOG.md", - "release-type": "node", - "bump-minor-pre-major": false, - "bump-patch-for-minor-pre-major": false, - "draft": false, - "prerelease": false, - "include-component-in-tag": false + "changelog-path": "CHANGELOG.md", + "release-type": "node", + "bump-minor-pre-major": false, + "bump-patch-for-minor-pre-major": false, + "draft": false, + "prerelease": false, + "include-component-in-tag": false, + "changelog-sections": [{ "type": "docs", "section": "Documentation", "hidden": false }] } }, "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" From 2494617c0aee030b32c339470465d4f933820a59 Mon Sep 17 00:00:00 2001 From: Chris Tran Date: Fri, 9 Jan 2026 11:34:09 -0600 Subject: [PATCH 2/2] docs: add sunset notice to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c8dc2f3..0e4e527 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ ![NPM Version](https://img.shields.io/npm/v/%40passageidentity%2Fpassage-node?link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2F%40passageidentity%2Fpassage-node) ![NPM Type Definitions](https://img.shields.io/npm/types/%40passageidentity%2Fpassage-node) ![GitHub License](https://img.shields.io/github/license/passageidentity/passage-node) ![Static Badge](https://img.shields.io/badge/Built_by_1Password-grey?logo=1password) +# ⚠️ DEPRECATED +**This repository is deprecated and no longer maintained as of January 16, 2026.** + ## About [Passage by 1Password](https://1password.com/product/passage) unlocks the passwordless future with a simpler, more secure passkey authentication experience. Passage handles the complexities of the [WebAuthn API](https://blog.1password.com/what-is-webauthn/), and allows you to implement passkeys with ease.