diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d147e1..d63fe2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.2.0](https://github.com/catppuccin/palette/compare/v0.1.8...v0.2.0) (2023-07-10) + + +### Features + +* add `nim` library ([26fe0a4](https://github.com/catppuccin/palette/commit/26fe0a4789d730371b84e2b525b8943751491ac8)) + + +### Bug Fixes + +* **npm:** export types for ESM ([#52](https://github.com/catppuccin/palette/issues/52)) ([162abfc](https://github.com/catppuccin/palette/commit/162abfceb5b02e1df992ac34ab449e3762eafb67)) + ### [0.1.8](https://github.com/catppuccin/palette/compare/v0.1.7...v0.1.8) (2023-04-02) diff --git a/package-lock.json b/package-lock.json index e4051fd..9790d38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@catppuccin/palette", - "version": "0.1.8", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@catppuccin/palette", - "version": "0.1.8", + "version": "0.2.0", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index ad2dc42..6babee3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@catppuccin/palette", - "version": "0.1.8", + "version": "0.2.0", "description": "Soothing pastel themes for the high-spirited!", "main": "dist/index.js", "module": "dist/index.mjs",