Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCodesThings committed Mar 10, 2024
1 parent 961ba9e commit ad1c1cb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

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

#### 1.0.0

- Initial commit [`3886f50`](https://github.com/ChrisCodesThings/rgb-color-yiq-value/commit/3886f509eef9b9fe0bccef4810dd95219290b12e)
- First commit [`961ba9e`](https://github.com/ChrisCodesThings/rgb-color-yiq-value/commit/961ba9eb768ac5f95c46ce372b0e957a35466bb5)
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": "0.1.0",
"version": "1.0.0",
"description": "Calculate the YIQ value of a color in RGB format",
"keywords": [
"rgb",
Expand Down Expand Up @@ -45,4 +45,4 @@
},
"contributors": [],
"license": "MIT"
}
}

0 comments on commit ad1c1cb

Please sign in to comment.