chore(main): release 0.2.0 (#53)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-07-10 04:38:19 +02:00 committed by GitHub
parent 7523376080
commit 205dd54c61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 3 deletions

View File

@ -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)

4
package-lock.json generated
View File

@ -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",

View File

@ -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",