Skip to content

Commit

Permalink
5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Apr 25, 2024
1 parent 347d415 commit e3bd258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"typescript",
],
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
Expand Down
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-seoul/kakao-login",
"version": "5.4.0",
"version": "5.4.1",
"description": "React Native Module for Kakao Login",
"main": "src/index",
"types": "src/index.d.ts",
Expand Down

0 comments on commit e3bd258

Please sign in to comment.