diff --git a/.changeset/add-css-export.md b/.changeset/add-css-export.md deleted file mode 100644 index 8e6fcb3..0000000 --- a/.changeset/add-css-export.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tenphi/glaze': minor ---- - -Add CSS custom property export method for themes and palettes \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce549b..f841e11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tenphi/glaze +## 0.3.0 + +### Minor Changes + +- [#6](https://github.com/tenphi/glaze/pull/6) [`bb4a0d1`](https://github.com/tenphi/glaze/commit/bb4a0d144c818a3f5e2979faecd66f02f970fc25) Thanks [@tenphi](https://github.com/tenphi)! - Add CSS custom property export method for themes and palettes + ## 0.2.0 ### Minor Changes diff --git a/package.json b/package.json index 826e2a5..b59fd78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tenphi/glaze", - "version": "0.2.0", + "version": "0.3.0", "description": "OKHSL-based color theme generator with WCAG contrast solving for light, dark, and high-contrast schemes", "type": "module", "main": "./dist/index.cjs",