Skip to content

Commit 017e511

Browse files
chore(release): 6.2.1 [skip ci]
## [6.2.1](v6.2.0...v6.2.1) (2024-12-27) ### Bug Fixes * specify commonjs module ([aa99153](aa99153))
1 parent d36f119 commit 017e511

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.2.1](https://github.com/alampros/react-confetti/compare/v6.2.0...v6.2.1) (2024-12-27)
2+
3+
4+
### Bug Fixes
5+
6+
* specify commonjs module ([aa99153](https://github.com/alampros/react-confetti/commit/aa99153ccb42c25f596ddbc956a68b52c53512f3))
7+
18
# [6.2.0](https://github.com/alampros/react-confetti/compare/v6.1.0...v6.2.0) (2024-12-27)
29

310

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-confetti",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"description": "React component to draw confetti for your party.",
55
"main": "dist/index.js",
66
"type": "commonjs",
@@ -82,4 +82,4 @@
8282
"engines": {
8383
"node": ">=16"
8484
}
85-
}
85+
}

0 commit comments

Comments
 (0)