Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
willmendesneto committed May 9, 2021
1 parent 4b50931 commit 0fa3e9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][]

## [4.0.0][] - 2021-05-09

### Updated

- Updating the project dependencies and devDependencies to the latest version
Expand Down Expand Up @@ -186,3 +188,7 @@ To improve readability, these type definitions were renamed
[3.1.1]: https://github.com/willmendesneto/hex-to-css-filter/tree/v3.1.1
[unreleased]: https://github.com/willmendesneto/hex-to-css-filter/compare/v3.1.2...HEAD
[3.1.2]: https://github.com/willmendesneto/hex-to-css-filter/tree/v3.1.2


[Unreleased]: https://github.com/willmendesneto/hex-to-css-filter/compare/v4.0.0...HEAD
[4.0.0]: https://github.com/willmendesneto/hex-to-css-filter/tree/v4.0.0
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "hex-to-css-filter",
"version": "3.1.2",
"version": "4.0.0",
"description": "hex-to-css-filter - Easy way to generate colors from HEX to CSS Filters",
"author": "Will Mendes <willmendesneto@gmail.com>",
"repository": {
Expand Down

0 comments on commit 0fa3e9b

Please sign in to comment.