Skip to content

Commit

Permalink
chore(release): 5.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.3](v5.0.2...v5.0.3) (2022-08-17)

### Bug Fixes

* export type ReactSweetAlertOptions (closes [#208](#208)) ([8a9fa8c](8a9fa8c))
  • Loading branch information
semantic-release-bot authored and limonte committed Nov 7, 2022
1 parent 3c83d44 commit 51f7be0
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 @@
## [5.0.3](https://github.com/sweetalert2/sweetalert2-react-content/compare/v5.0.2...v5.0.3) (2022-08-17)


### Bug Fixes

* export type ReactSweetAlertOptions (closes [#208](https://github.com/sweetalert2/sweetalert2-react-content/issues/208)) ([b3564da](https://github.com/sweetalert2/sweetalert2-react-content/commit/b3564da46e7ccd8301c785311e2318546dc1ed2e))

## [5.0.2](https://github.com/sweetalert2/sweetalert2-react-content/compare/v5.0.1...v5.0.2) (2022-07-22)


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": "5.0.2",
"version": "5.0.3",
"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 51f7be0

Please sign in to comment.