Skip to content

Commit 0b3e864

Browse files
committed
0.3.0
1 parent 0d12961 commit 0b3e864

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].
44

55
## [Unreleased]
6+
7+
## [0.3.0] - 2025-08-22
68
### Added
79
- `core` - Add `getRecoveredData` method to return helper data
810
- `react` - Add `helperData` parameter to `onSuccess` callback
@@ -25,6 +27,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
2527
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
2628
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
2729

28-
[Unreleased]: https://github.com/rarimo/unforgettable-sdk/compare/0.2.0...HEAD
30+
[Unreleased]: https://github.com/rarimo/unforgettable-sdk/compare/0.3.0...HEAD
31+
[0.3.0]: https://github.com/rarimo/unforgettable-sdk/compare/0.2.0...0.3.0
2932
[0.2.0]: https://github.com/rarimo/unforgettable-sdk/compare/0.1.0...0.2.0
3033
[0.1.0]: https://github.com/rarimo/unforgettable-sdk/releases/tag/0.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unforgettable-sdk-monorepo",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"private": true,
55
"workspaces": [
66
"packages/*",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rarimo/unforgettable-sdk",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"sideEffects": false,
55
"license": "MIT",
66
"homepage": "https://unforgettable.app",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rarimo/unforgettable-sdk-react",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"sideEffects": false,
55
"license": "MIT",
66
"homepage": "https://unforgettable.app",

0 commit comments

Comments
 (0)