Skip to content

Commit c7f280b

Browse files
committed
0.5.0
1 parent d01f511 commit c7f280b

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.5.0] - 2025-09-23
68
### Changed
79
- Use exact package versions in `package.json`
810
- `core` - Move data transfer key pair logic to utils
@@ -46,7 +48,8 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
4648
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
4749
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
4850

49-
[Unreleased]: https://github.com/rarimo/unforgettable-sdk/compare/0.4.0...HEAD
51+
[Unreleased]: https://github.com/rarimo/unforgettable-sdk/compare/0.5.0...HEAD
52+
[0.5.0]: https://github.com/rarimo/unforgettable-sdk/compare/0.4.0...0.5.0
5053
[0.4.0]: https://github.com/rarimo/unforgettable-sdk/compare/0.3.1...0.4.0
5154
[0.3.1]: https://github.com/rarimo/unforgettable-sdk/compare/0.3.0...0.3.1
5255
[0.3.0]: https://github.com/rarimo/unforgettable-sdk/compare/0.2.0...0.3.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.4.0",
3+
"version": "0.5.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.4.0",
3+
"version": "0.5.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.4.0",
3+
"version": "0.5.0",
44
"sideEffects": false,
55
"license": "MIT",
66
"homepage": "https://unforgettable.app",

0 commit comments

Comments
 (0)