Skip to content

Commit

Permalink
chore(release): 4.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.1](v4.1.0...v4.1.1) (2021-07-22)

### Bug Fixes

* **types:** add missing types for .mixin() ([#173](#173)) ([2a35c97](2a35c97))
  • Loading branch information
semantic-release-bot committed Jul 22, 2021
1 parent 2a35c97 commit ff4c318
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 @@
## [4.1.1](https://github.com/sweetalert2/sweetalert2-react-content/compare/v4.1.0...v4.1.1) (2021-07-22)


### Bug Fixes

* **types:** add missing types for .mixin() ([#173](https://github.com/sweetalert2/sweetalert2-react-content/issues/173)) ([2a35c97](https://github.com/sweetalert2/sweetalert2-react-content/commit/2a35c9792dc3b1ca73a8ad9047dd885acb01b2fd))

# [4.1.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v4.0.1...v4.1.0) (2021-06-20)


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": "4.1.0",
"version": "4.1.1",
"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 ff4c318

Please sign in to comment.