Skip to content

Commit

Permalink
chore(main): release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctran88 committed Jan 2, 2025
1 parent 1c927d5 commit b6afb35
Show file tree
Hide file tree
Showing 4 changed files with 19 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 @@
{
".": "2.12.1"
".": "3.0.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ This log was last generated on Wed, 30 Oct 2024 17:11:25 GMT and should not be m

<!-- Start content -->

## [3.0.0](https://github.com/passageidentity/passage-node/compare/v2.12.1...v3.0.0) (2025-01-02)


### ⚠ BREAKING CHANGES

* remove deprecated AppInfo code from codegen ([#208](https://github.com/passageidentity/passage-node/issues/208))
* removes deprecated code from Passage class ([#209](https://github.com/passageidentity/passage-node/issues/209))
* codegen models now use camelCase props ([#207](https://github.com/passageidentity/passage-node/issues/207))

### Features

* codegen models now use camelCase props ([#207](https://github.com/passageidentity/passage-node/issues/207)) ([fb6c694](https://github.com/passageidentity/passage-node/commit/fb6c6946254d573f6b20281788ef6294b7fa0c01))
* remove deprecated AppInfo code from codegen ([#208](https://github.com/passageidentity/passage-node/issues/208)) ([1c927d5](https://github.com/passageidentity/passage-node/commit/1c927d54c0419e2ffc3377b1948d898371c2fa08))
* removes deprecated code from Passage class ([#209](https://github.com/passageidentity/passage-node/issues/209)) ([ba42c26](https://github.com/passageidentity/passage-node/commit/ba42c26314f8dc5eec8b8b735c540ae24ef68262))

## [2.12.1](https://github.com/passageidentity/passage-node/compare/v2.12.0...v2.12.1) (2024-12-16)


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-node",
"version": "2.12.1",
"version": "3.0.0",
"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",
Expand Down

0 comments on commit b6afb35

Please sign in to comment.