diff --git a/CHANGELOG.md b/CHANGELOG.md index d71d54b..79b2614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ + + +## [1.1.3](https://github.com/f-23/react-native-passkey/compare/v1.1.2...v1.1.3) (2023-01-28) + # Changelog All notable changes to this project will be documented in this file. @@ -35,4 +39,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixes -- README fixes +- README fixes \ No newline at end of file diff --git a/package.json b/package.json index e148de6..81b521b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-passkey", - "version": "1.1.2", + "version": "1.1.3", "description": "Passkey implementation for React Native", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -87,7 +87,9 @@ ] }, "commitlint": { - "extends": ["@commitlint/config-conventional"] + "extends": [ + "@commitlint/config-conventional" + ] }, "release-it": { "name": "react-native-passkey", @@ -112,7 +114,10 @@ }, "eslintConfig": { "root": true, - "extends": ["@react-native-community", "prettier"], + "extends": [ + "@react-native-community", + "prettier" + ], "rules": { "prettier/prettier": [ "error", @@ -126,7 +131,10 @@ ] } }, - "eslintIgnore": ["node_modules/", "lib/"], + "eslintIgnore": [ + "node_modules/", + "lib/" + ], "prettier": { "quoteProps": "consistent", "singleQuote": true,