Skip to content

Commit 615abf5

Browse files
authored
docs(CHANGELOG): wrap code parts of entry in backticks
1 parent e9fee87 commit 615abf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
88
### ⚠ BREAKING CHANGES
99

1010
- **firestore:** alter all use of DocumentSnapshot `exists` to `exists()` - should be a method not a property
11-
- **auth:** return type of auth isSignInWithEmailLink changed from boolean to Promise<boolean>
11+
- **auth:** return type of auth isSignInWithEmailLink changed from `boolean` to `Promise<boolean>`
1212
- **app, sdks:** firebase-ios-sdk 11.12.0 requires Xcode 16.2+
1313

1414
### Features

0 commit comments

Comments
 (0)