Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2022-01-02)

### Bug Fixes

* throw error if transitionend is not supported ([c516c11](c516c11))
  • Loading branch information
semantic-release-bot committed Jan 2, 2022
1 parent c516c11 commit 15b3ef6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## [1.0.1](https://github.com/denisaleman/toggleTransition/compare/v1.0.0...v1.0.1) (2022-01-02)


### Bug Fixes

* throw error if transitionend is not supported ([c516c11](https://github.com/denisaleman/toggleTransition/commit/c516c11266514ccedb2ba5b65e63bc1ee015f30b))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toggle-transition",
"version": "0.0.0-development",
"version": "1.0.1",
"description": "Tiny vanilla JavaScript plugin enables you to show/hide/toggle DOM Element taking advantage of CSS transitions and without worrying about details.",
"main": "toggleTransition.js",
"scripts": {
Expand Down

0 comments on commit 15b3ef6

Please sign in to comment.