Skip to content

Commit 682020d

Browse files
chore(release): v0.6.0 [skip ci]
1 parent 8f54a32 commit 682020d

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

CHANGELOG.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,18 @@
1-
## [0.5.0](https://github.com/curityio/react-native-haapi-module/compare/v0.4.13...v0.5.0) (2024-11-21)
1+
# [0.6.0](https://github.com/curityio/react-native-haapi-module/compare/v0.5.0...v0.6.0) (2024-11-25)
22

33

4-
### Features
5-
6-
7-
* Support for passkeys for both Android and iOS have been added. To make this possible, numerous action has been taken on the codebase.
4+
### Bug Fixes
85

9-
* SDK version has been pinned to 4.1.x*
10-
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:
11-
https://curity.io/docs/haapi-android-sdk/latest/CHANGELOG.html
12-
https://curity.io/docs/haapi-ios-sdk/latest/CHANGELOG.html
6+
* Custom http headers and query parameters for ios ([#28](https://github.com/curityio/react-native-haapi-module/issues/28)) ([6a2344c](https://github.com/curityio/react-native-haapi-module/commit/6a2344cbf57e62984eddbe173020a8091e3409cc))
137

14-
* Multiple new events
15-
Events concerning Webauthn/Passkeys and other lifecykle events has been added. See README for documentation.
168

9+
### Features
1710

18-
## [0.4.13](https://github.com/curityio/react-native-haapi-module/compare/v0.4.12...v0.4.13) (2024-11-19)
11+
* Update to latest SDK versions ([4c525d4](https://github.com/curityio/react-native-haapi-module/commit/4c525d4707897535ce1cb47d7ad177a0f0a0e85e))
1912

2013

21-
### Bug Fixes
2214

15+
# [0.5.0](https://github.com/curityio/react-native-haapi-module/compare/v0.4.12...v0.5.0) (2024-11-25)
2316

24-
* 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.
2517

2618

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@curity/react-native-haapi-module",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "React Native Modules to use with Hypermedia Authentication API of the Curity Identity Server",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)