Skip to content

Commit

Permalink
chore: release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
f-23 committed Jan 28, 2023
1 parent 0f9eb97 commit ed40aa9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -87,7 +87,9 @@
]
},
"commitlint": {
"extends": ["@commitlint/config-conventional"]
"extends": [
"@commitlint/config-conventional"
]
},
"release-it": {
"name": "react-native-passkey",
Expand All @@ -112,7 +114,10 @@
},
"eslintConfig": {
"root": true,
"extends": ["@react-native-community", "prettier"],
"extends": [
"@react-native-community",
"prettier"
],
"rules": {
"prettier/prettier": [
"error",
Expand All @@ -126,7 +131,10 @@
]
}
},
"eslintIgnore": ["node_modules/", "lib/"],
"eslintIgnore": [
"node_modules/",
"lib/"
],
"prettier": {
"quoteProps": "consistent",
"singleQuote": true,
Expand Down

0 comments on commit ed40aa9

Please sign in to comment.