Skip to content

Commit

Permalink
chore: release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
f-23 committed May 24, 2023
1 parent c57f4c8 commit 70a58cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@


# [2.0.0](https://github.com/f-23/react-native-passkey/compare/v1.1.3...v2.0.0) (2023-05-24)

# Changelog

All notable changes to this project will be documented in this file.
Expand Down Expand Up @@ -35,4 +39,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixes

- README fixes
- README fixes
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-passkey",
"version": "1.1.3",
"version": "2.0.0",
"description": "Passkey implementation for React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 70a58cc

Please sign in to comment.