Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.4.0...v1.0.0) (2019-04-28)

### Code Refactoring

* add strong check on params ([f6cc6dd](f6cc6dd))

### Features

* add fadeTo method to Element prototype ([b804a4a](b804a4a))

### BREAKING CHANGES

* the display property is not modified anymore
  • Loading branch information
semantic-release-bot committed Apr 28, 2019
1 parent d9a4dfa commit f9a2736
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.0.0](https://github.com/matteobad/vanilla-fade/compare/v0.4.0...v1.0.0) (2019-04-28)


### Code Refactoring

* add strong check on params ([f6cc6dd](https://github.com/matteobad/vanilla-fade/commit/f6cc6dd))


### Features

* add fadeTo method to Element prototype ([b804a4a](https://github.com/matteobad/vanilla-fade/commit/b804a4a))


### BREAKING CHANGES

* the display property is not modified anymore

# [0.4.0](https://github.com/matteobad/vanilla-fade/compare/v0.3.0...v0.4.0) (2019-04-27)


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": "vanilla-fade",
"version": "0.4.0",
"version": "1.0.0",
"description": "VanillaJS implementation of the JQuery fade methods.",
"main": "dist/vanilla-fade.js",
"module": "dist/vanilla-fade.mjs",
Expand Down

0 comments on commit f9a2736

Please sign in to comment.