Skip to content

Commit

Permalink
chore(release): 2.2.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.4](v2.2.3...v2.2.4) (2020-01-29)

### Bug Fixes

* more semantic HTML for error output ([21443f5](21443f5))
* unmount element before removing mountpoints when initializing ([8f2dd6f](8f2dd6f))
  • Loading branch information
semantic-release-bot committed Jan 29, 2020
1 parent eb04752 commit 67c9c74
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.2.4](https://github.com/bennypowers/stripe-elements/compare/v2.2.3...v2.2.4) (2020-01-29)


### Bug Fixes

* more semantic HTML for error output ([21443f5](https://github.com/bennypowers/stripe-elements/commit/21443f5836e851e308eb5d72a6fcbaf1376a5d1d))
* unmount element before removing mountpoints when initializing ([8f2dd6f](https://github.com/bennypowers/stripe-elements/commit/8f2dd6f179e494fbff0e6c9f253fbb13f632682b))

# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@power-elements/stripe-elements",
"version": "2.2.3",
"version": "2.2.4",
"description": "Web Component wrapper for stripe elements",
"main": "index.js",
"module": "index.js",
Expand Down

0 comments on commit 67c9c74

Please sign in to comment.