Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mallikcheripally committed Jun 19, 2024
1 parent dd7b62e commit 6766be4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.2.0](https://github.com/mallikcheripally/colore-js/compare/v1.1.6...v1.2.0) (2024-06-19)


### Features

* add color inversion functionality ([d425f33](https://github.com/mallikcheripally/colore-js/commit/d425f33d0136d50e347688374b057e80f06d96a5))
* Add HSLA to Hex Alpha conversion function ([84d497c](https://github.com/mallikcheripally/colore-js/commit/84d497cb0ff587892f936ca40316d2ec36bf8ab0))
* Add hslaToHexAlpha and invertColor in API documentation ([dd7b62e](https://github.com/mallikcheripally/colore-js/commit/dd7b62e9a14b4ed6124d08cfb6545c60200ced90))
* Handle H value of 360 in hslaToRgba conversion ([5d6c5c0](https://github.com/mallikcheripally/colore-js/commit/5d6c5c0f41c180e97a108381609fbffbbf33ac40))

### [1.1.6](https://github.com/mallikcheripally/colore-js/compare/v1.1.5...v1.1.6) (2024-06-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "colore-js",
"version": "1.1.6",
"version": "1.2.0",
"description": "A JS library for Color Conversions, Manipulations, Harmony Generations, Accessibility Analysis and Parsing.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6766be4

Please sign in to comment.