Skip to content

Commit 1fb6f9f

Browse files
chore(release): 5.0.1 [skip ci]
## [5.0.1](v5.0.0...v5.0.1) (2022-06-28) ### Bug Fixes * pass process.env.NODE_ENV=production to rollup build config ([734daa4](734daa4))
1 parent 734daa4 commit 1fb6f9f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.0.1](https://github.com/sweetalert2/sweetalert2-react-content/compare/v5.0.0...v5.0.1) (2022-06-28)
2+
3+
4+
### Bug Fixes
5+
6+
* pass process.env.NODE_ENV=production to rollup build config ([734daa4](https://github.com/sweetalert2/sweetalert2-react-content/commit/734daa4e1439530c7971d100f0716aeffb8a5860))
7+
18
# [5.0.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v4.2.0...v5.0.0) (2022-04-12)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sweetalert2-react-content",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Official sweetalert2 enhancer adding support for React elements as content.",
55
"main": "dist/sweetalert2-react-content.cjs.js",
66
"module": "dist/sweetalert2-react-content.es.js",

0 commit comments

Comments
 (0)