Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCodesThings committed Apr 16, 2024
1 parent 7fa9583 commit 943896b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v2.1.0](https://github.com/ChrisCodesThings/rgb-color-yiq-value/compare/v2.0.1...v2.1.0)

- feat: add JSDoc and TS defs [`7adf2e3`](https://github.com/ChrisCodesThings/rgb-color-yiq-value/commit/7adf2e3446133281a50dc85b014b38e43c54b2ef)
- docs: update readme [`7fa9583`](https://github.com/ChrisCodesThings/rgb-color-yiq-value/commit/7fa958389e214ac76f9b52ffb3773ff5f9a78637)

#### [v2.0.1](https://github.com/ChrisCodesThings/rgb-color-yiq-value/compare/v2.0.0...v2.0.1)

> 12 March 2024
- fix: update test to match input change! [`c431ec3`](https://github.com/ChrisCodesThings/rgb-color-yiq-value/commit/c431ec333adf84a83d2239ec4ed0f77c88dc98f2)

### [v2.0.0](https://github.com/ChrisCodesThings/rgb-color-yiq-value/compare/v1.0.0...v2.0.0)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chriscodesthings/rgb-color-yiq-value",
"version": "2.0.1",
"version": "2.1.0",
"description": "Function to calculate the YIQ value of a color in RGB format",
"keywords": [
"rgb",
Expand Down Expand Up @@ -47,4 +47,4 @@
},
"contributors": [],
"license": "MIT"
}
}

0 comments on commit 943896b

Please sign in to comment.