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:
parent
7523376080
commit
205dd54c61
12
CHANGELOG.md
12
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)
|
||||
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue