Skip to content

Commit

Permalink
chore(release): 3.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.3.2](v3.3.1...v3.3.2) (2021-04-20)

### Bug Fixes

* passing react elements via .mixin ([#153](#153)) ([c2e4d76](c2e4d76)), closes [#152](#152)
  • Loading branch information
semantic-release-bot committed Apr 20, 2021
1 parent c2e4d76 commit cff3efb
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
@@ -1,3 +1,10 @@
## [3.3.2](https://github.com/sweetalert2/sweetalert2-react-content/compare/v3.3.1...v3.3.2) (2021-04-20)


### Bug Fixes

* passing react elements via .mixin ([#153](https://github.com/sweetalert2/sweetalert2-react-content/issues/153)) ([c2e4d76](https://github.com/sweetalert2/sweetalert2-react-content/commit/c2e4d76134a1b1d1f14c3f0b692f4d1306f609c7)), closes [#152](https://github.com/sweetalert2/sweetalert2-react-content/issues/152)

## [3.3.1](https://github.com/sweetalert2/sweetalert2-react-content/compare/v3.3.0...v3.3.1) (2021-02-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sweetalert2-react-content",
"version": "3.3.1",
"version": "3.3.2",
"description": "Official sweetalert2 enhancer adding support for React elements as content.",
"main": "dist/sweetalert2-react-content.cjs.js",
"module": "dist/sweetalert2-react-content.es.js",
Expand Down

0 comments on commit cff3efb

Please sign in to comment.