Skip to content

Commit

Permalink
chore(release): v0.6.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 25, 2024
1 parent 8f54a32 commit 682020d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
20 changes: 6 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,18 @@
## [0.5.0](https://github.com/curityio/react-native-haapi-module/compare/v0.4.13...v0.5.0) (2024-11-21)
# [0.6.0](https://github.com/curityio/react-native-haapi-module/compare/v0.5.0...v0.6.0) (2024-11-25)


### Features


* Support for passkeys for both Android and iOS have been added. To make this possible, numerous action has been taken on the codebase.
### Bug Fixes

* SDK version has been pinned to 4.1.x*
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:
https://curity.io/docs/haapi-android-sdk/latest/CHANGELOG.html
https://curity.io/docs/haapi-ios-sdk/latest/CHANGELOG.html
* 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))

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

### Features

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


### Bug Fixes

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

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


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@curity/react-native-haapi-module",
"version": "0.5.0",
"version": "0.6.0",
"description": "React Native Modules to use with Hypermedia Authentication API of the Curity Identity Server",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 682020d

Please sign in to comment.