Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.4...v1.1.0) (2023-03-26)

### Features

* add text color recommendation function ([37c628d](37c628d))
  • Loading branch information
semantic-release-bot committed Mar 26, 2023
1 parent 37c628d commit c957435
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0](https://github.com/gfellerph/sass-apca/compare/v1.0.4...v1.1.0) (2023-03-26)


### Features

* add text color recommendation function ([37c628d](https://github.com/gfellerph/sass-apca/commit/37c628de1eb9e68a9e9721c1fc9bb2c273acae36))

## [1.0.4](https://github.com/gfellerph/sass-apca/compare/v1.0.3...v1.0.4) (2023-03-26)


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": "sass-apca",
"version": "1.0.4",
"version": "1.1.0",
"description": "Sass implementation of the [Accessible Perceptual Contrast Algorithm (APCA)](https://git.apcacontrast.com/) for the WCAG 3.0 specification.",
"keywords": [
"sass",
Expand Down

0 comments on commit c957435

Please sign in to comment.