Skip to content

Commit b23ce1e

Browse files
5.0.0
1 parent a8a1c01 commit b23ce1e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased][]
99

10+
## [5.0.0][] - 2021-08-07
11+
1012
### Updated
1113

1214
- Updating NodeJS version to v14.15.5
@@ -230,3 +232,7 @@ To improve readability, these type definitions were renamed
230232
[3.1.2]: https://github.com/willmendesneto/hex-to-css-filter/tree/v3.1.2
231233
[unreleased]: https://github.com/willmendesneto/hex-to-css-filter/compare/v4.0.0...HEAD
232234
[4.0.0]: https://github.com/willmendesneto/hex-to-css-filter/tree/v4.0.0
235+
236+
237+
[Unreleased]: https://github.com/willmendesneto/hex-to-css-filter/compare/v5.0.0...HEAD
238+
[5.0.0]: https://github.com/willmendesneto/hex-to-css-filter/tree/v5.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hex-to-css-filter",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "hex-to-css-filter - Easy way to generate colors from HEX to CSS Filters",
55
"author": "Will Mendes <willmendesneto@gmail.com>",
66
"repository": {

0 commit comments

Comments
 (0)