From ed40aa9fe09088ce7b770150c79f4bb1f1163a62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20K=C3=BCntzler?= Date: Sat, 28 Jan 2023 14:25:47 +0100 Subject: [PATCH 1/2] chore: release 1.1.3 --- CHANGELOG.md | 6 +++++- package.json | 16 ++++++++++++---- 2 files changed, 17 insertions(+), 5 deletions(-) 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, From aac4ebc499936bd2f0c1b641b035a5a795fa845c Mon Sep 17 00:00:00 2001 From: Fabian <39348200+f-23@users.noreply.github.com> Date: Sat, 28 Jan 2023 14:26:13 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79b2614..d71d54b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,3 @@ - - -## [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. @@ -39,4 +35,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixes -- README fixes \ No newline at end of file +- README fixes