diff --git a/CHANGELOG.md b/CHANGELOG.md index 30ec5fd..17d4e9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [1.0.2] - 2022-05-23 + +### Fixed * fixes bug with `hexToRgbaCss` when passed an alpha of 0 ## [1.0.1] - 2020-08-29 diff --git a/package.json b/package.json index cd33644..2cde047 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rpearce/hex", - "version": "1.0.1", + "version": "1.0.2", "description": "Hexadecimal color code & RGBa utility functions", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",