Skip to content

Commit 155dbea

Browse files
committed
docs: Changelog formatting
1 parent a69edd5 commit 155dbea

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
## [0.5.0](https://github.com/curityio/react-native-haapi-module/compare/v0.4.13...v0.5.0) (2024-11-21)
2+
3+
4+
### Features
5+
26
Support for passkeys for both Android and iOS have been added. To make this possible, numerous action has been taken on the codebase.
37

4-
### SDK version has been pinned to 4.1.x
8+
#### SDK version has been pinned to 4.1.x
59
Previous releases did not pin the version on iOS, and android was using 4.0. If you experiencing differences with this update, please refer to the SDK changelogs:
610
https://curity.io/docs/haapi-android-sdk/latest/CHANGELOG.html
711
https://curity.io/docs/haapi-ios-sdk/latest/CHANGELOG.html
812

9-
### Multiple new events
13+
#### Multiple new events
1014
* RegistrationStep
1115
* WebAuthnAuthenticationStep
1216
* WebAuthnUserCancelled
@@ -17,5 +21,14 @@ https://curity.io/docs/haapi-ios-sdk/latest/CHANGELOG.html
1721
* HaapiFinishedLoading
1822
* LoggedOut
1923
* UnknownRespons
24+
25+
26+
27+
2028
## [0.4.13](https://github.com/curityio/react-native-haapi-module/compare/v0.4.12...v0.4.13) (2024-11-19)
21-
Fix: The iOS module was dependant on the `start` method being called every time the module was loaded. This made it hard to keep an application state between app starts. This dependency is now removed, so that methods like `refreshToken` works without the `start` method` being called first.
29+
30+
31+
### Bug Fixes
32+
* The iOS module was dependant on the `start` method being called every time the module was loaded. This made it hard to keep an application state between app starts. This dependency is now removed, so that methods like `refreshToken` works without the `start` method` being called first.
33+
34+

0 commit comments

Comments
 (0)