Skip to content

Commit

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

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.1](https://github.com/cahilfoley/react-snowfall/compare/v2.1.0...v2.1.1) (2024-09-06)


### Bug Fixes

* **ESM:** Update the published library to include file extensions for proper ESM compatibility ([a5d6a8f](https://github.com/cahilfoley/react-snowfall/commit/a5d6a8f9b4b36f892d47184115d4c45d18aa0dd3)), closes [#76](https://github.com/cahilfoley/react-snowfall/issues/76) [#73](https://github.com/cahilfoley/react-snowfall/issues/73)

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


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.1.0",
"version": "2.1.1",
"description": "A react component that creates a snowfall effect",
"type": "module",
"main": "./lib/index.js",
Expand Down

0 comments on commit eacc15e

Please sign in to comment.