Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
loganvolkers authored Nov 1, 2023
1 parent 1700f9b commit a9ceb83
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.2] - 2023-11-01

### Fixed

- Changed bundling to support splits in common JS. Fixes #29

## [2.0.1] - 2023-09-21

### Changed
Expand Down Expand Up @@ -88,7 +94,8 @@ Initial release of `jotai-molecules`
- `createScope` for creating a scope for molecules
- `ScopeProvider` a React component for providing scope to the tree

[unreleased]: https://github.com/saasquatch/jotai-molecules/compare/v2.0.1...HEAD
[unreleased]: https://github.com/saasquatch/jotai-molecules/compare/v2.0.2...HEAD
[2.0.2]: https://github.com/saasquatch/jotai-molecules/releases/tag/v2.0.2
[2.0.1]: https://github.com/saasquatch/jotai-molecules/releases/tag/v2.0.1
[2.0.0]: https://github.com/saasquatch/jotai-molecules/releases/tag/v2.0.0
[1.1.1]: https://github.com/saasquatch/jotai-molecules/releases/tag/v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bunshi",
"description": "A tiny, fast, dependency-free 1.18kb library for creating jotai atoms in a way that lets you lift state up, or push state down.",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"author": "ReferralSaaSquatch.com, Inc.",
"homepage": "https://bunshi.org",
Expand Down

0 comments on commit a9ceb83

Please sign in to comment.