diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f1cbabe --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +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. + +### [0.1.7](https://github.com/catppuccin/palette/compare/v0.1.6...v0.1.7) (2023-03-03) + + +### Bug Fixes + +* expose scss files in package.json 'exports' ([#43](https://github.com/catppuccin/palette/issues/43)) ([0bc8247](https://github.com/catppuccin/palette/commit/0bc8247f1a7d62d8804d8aed1294930caedaf73b)) diff --git a/package-lock.json b/package-lock.json index 8d810d1..b24cda3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@catppuccin/palette", - "version": "0.1.6", + "version": "0.1.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@catppuccin/palette", - "version": "0.1.6", + "version": "0.1.7", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 4558466..55f125b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@catppuccin/palette", - "version": "0.1.6", + "version": "0.1.7", "description": "Soothing pastel themes for the high-spirited!", "main": "dist/index.js", "module": "dist/index.mjs",