Skip to content

Commit e41f9d4

Browse files
committed
0.5.1
1 parent 502fe43 commit e41f9d4

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.1] - 2025-09-23
68
### Changed
79
- `core` - Update example usage in README.md
810

@@ -50,7 +52,8 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
5052
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
5153
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
5254

53-
[Unreleased]: https://github.com/rarimo/unforgettable-sdk/compare/0.5.0...HEAD
55+
[Unreleased]: https://github.com/rarimo/unforgettable-sdk/compare/0.5.1...HEAD
56+
[0.5.1]: https://github.com/rarimo/unforgettable-sdk/compare/0.5.0...0.5.1
5457
[0.5.0]: https://github.com/rarimo/unforgettable-sdk/compare/0.4.0...0.5.0
5558
[0.4.0]: https://github.com/rarimo/unforgettable-sdk/compare/0.3.1...0.4.0
5659
[0.3.1]: https://github.com/rarimo/unforgettable-sdk/compare/0.3.0...0.3.1

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.5.0",
3+
"version": "0.5.1",
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.5.0",
3+
"version": "0.5.1",
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.5.0",
3+
"version": "0.5.1",
44
"sideEffects": false,
55
"license": "MIT",
66
"homepage": "https://unforgettable.app",

0 commit comments

Comments
 (0)