Skip to content

Commit

Permalink
chore(release): 6.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [6.2.1](v6.2.0...v6.2.1) (2024-12-27)

### Bug Fixes

* specify commonjs module ([aa99153](aa99153))
  • Loading branch information
semantic-release-bot committed Dec 27, 2024
1 parent d36f119 commit 017e511
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [6.2.1](https://github.com/alampros/react-confetti/compare/v6.2.0...v6.2.1) (2024-12-27)


### Bug Fixes

* specify commonjs module ([aa99153](https://github.com/alampros/react-confetti/commit/aa99153ccb42c25f596ddbc956a68b52c53512f3))

# [6.2.0](https://github.com/alampros/react-confetti/compare/v6.1.0...v6.2.0) (2024-12-27)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-confetti",
"version": "6.2.0",
"version": "6.2.1",
"description": "React component to draw confetti for your party.",
"main": "dist/index.js",
"type": "commonjs",
Expand Down Expand Up @@ -82,4 +82,4 @@
"engines": {
"node": ">=16"
}
}
}

0 comments on commit 017e511

Please sign in to comment.