diff --git a/CHANGELOG.md b/CHANGELOG.md index 918ee5a..f1c90d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.2.0](https://github.com/qq15725/modern-palette/compare/v0.1.8...v0.2.0) (2023-05-11) + + +### Bug Fixes + +* transparent pixels should not be skipped ([a4ad1c1](https://github.com/qq15725/modern-palette/commit/a4ad1c10132053aef60360244f406ad161ef637c)) + + + ## [0.1.8](https://github.com/qq15725/modern-palette/compare/v0.1.7...v0.1.8) (2023-05-09) diff --git a/package.json b/package.json index ee034e1..e1efadf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "modern-palette", "type": "module", - "version": "0.1.8", + "version": "0.2.0", "packageManager": "pnpm@8.4.0", "description": "Generate and use color palette through images or color data", "author": "wxm",