Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cahilfoley committed Feb 7, 2024
1 parent ce6b83d commit 9d63582
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.1.0](https://github.com/cahilfoley/react-snowfall/compare/v2.0.0...v2.1.0) (2024-02-07)


### Bug Fixes

* Add module type to package.json to properly indicate the ESM bundle ([ce6b83d](https://github.com/cahilfoley/react-snowfall/commit/ce6b83d9ca76a074d2e714d30de742752580b9b9))
* Switch from useLayoutEffect to useEffect for better SSR compatibility ([400c0e6](https://github.com/cahilfoley/react-snowfall/commit/400c0e66605bf0e622854ae2475b7022756e4575))

## [2.0.0](https://github.com/cahilfoley/react-snowfall/compare/v1.2.1...v2.0.0) (2024-01-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-snowfall/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-snowfall",
"version": "2.0.0",
"version": "2.1.0",
"description": "A react component that creates a snowfall effect",
"type": "module",
"main": "./lib/index.js",
Expand Down

0 comments on commit 9d63582

Please sign in to comment.