Skip to content

Commit

Permalink
Merge pull request #41 from passageidentity/release-major-v1.0.0
Browse files Browse the repository at this point in the history
v1.0.0 into main
  • Loading branch information
SinaSeylani authored Oct 21, 2024
2 parents 3491328 + 28c66ec commit caf9e2d
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 1.0.0

* chore: add changefile for major release


Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "major",
"comment": "Automated major version bump",
"packageName": "@passageidentity/passage-react-native",
"email": "[email protected]",
"dependentChangeType": "major"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "major",
"comment": "Automated major version bump",
"packageName": "@passageidentity/passage-react-native",
"email": "[email protected]",
"dependentChangeType": "major"
}
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-react-native",
"version": "0.7.1",
"version": "1.0.0",
"description": "Native passkey authentication for your React Native app",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit caf9e2d

Please sign in to comment.