diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ce9cec..5e604e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.1.14 (2023-10-24) + ### 1.1.13 (2023-09-05) ### 1.1.12 (2023-09-05) diff --git a/package.json b/package.json index 79138d5..f84fd33 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "colorable-dominant", "description": "Create ARIA-compliant color themes based on a predominant color palette.", "homepage": "https://github.com/Kikobeats/colorable-dominant", - "version": "1.1.13", + "version": "1.1.14", "main": "src/index.js", "author": { "email": "josefrancisco.verdu@gmail.com",