Skip to content

Commit

Permalink
2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCodesThings committed May 27, 2024
1 parent 6080095 commit 4f0bfde
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.2](https://github.com/ChrisCodesThings/rgb-color-yiq-value/compare/v2.1.1...v2.1.2)

- fix: import types from basic-color-types [`6080095`](https://github.com/ChrisCodesThings/rgb-color-yiq-value/commit/60800950bf4a348f4fd9832e454abffe61d11184)
- chore: don't test on new tag [`e7761bf`](https://github.com/ChrisCodesThings/rgb-color-yiq-value/commit/e7761bf69d432a90b49973015607825a4a07bbf1)

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

> 1 May 2024
- 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)
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.1.1",
"version": "2.1.2",
"description": "Function to calculate the YIQ value of a color in RGB format",
"keywords": [
"rgb",
Expand Down Expand Up @@ -49,4 +49,4 @@
},
"contributors": [],
"license": "MIT"
}
}

0 comments on commit 4f0bfde

Please sign in to comment.