Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferlund committed Jan 7, 2025
1 parent 4e01c7b commit 1892f59
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 0.2.0 - 2025-01-07

### Changed

- Replaced the state handling. Instead of using React Context, the hook now uses [https://www.npmjs.com/package/@xstate/store](xstate/store) for state management.

### Fixed

- Replacing the state handling fixed some edge case bugs where the state could become out of sync when switching between different identites.

## 0.1.0 - 2024-10-16

### Changed
Expand Down

0 comments on commit 1892f59

Please sign in to comment.