Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCodesThings committed May 1, 2024
1 parent 4c59670 commit 47761a0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ 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.1](https://github.com/ChrisCodesThings/rgb-color-yiq-value/compare/v2.1.0...v2.1.1)

- fix: nicer TS syntax [`4c59670`](https://github.com/ChrisCodesThings/rgb-color-yiq-value/commit/4c596704229d7fb79ab58d9852282303a070f6f1)

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

> 16 April 2024
- 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)

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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chriscodesthings/rgb-color-yiq-value",
"version": "2.1.0",
"version": "2.1.1",
"description": "Function to calculate the YIQ value of a color in RGB format",
"keywords": [
"rgb",
Expand Down

0 comments on commit 47761a0

Please sign in to comment.