chore(main): release 1.0.0 (#58)

This commit is contained in:
github-actions[bot] 2023-12-28 11:53:56 +01:00 committed by GitHub
parent 50056b49f1
commit 829b3edea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 3 deletions

View File

@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "1.0.0"
}

View File

@ -2,6 +2,22 @@
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.
## [1.0.0](https://github.com/catppuccin/palette/compare/v0.2.0...v1.0.0) (2023-12-28)
### ⚠ BREAKING CHANGES
* complete rewrite ([#49](https://github.com/catppuccin/palette/issues/49))
### Features
* complete rewrite ([#49](https://github.com/catppuccin/palette/issues/49)) ([5aa876f](https://github.com/catppuccin/palette/commit/5aa876f162072b9eecd292fc0d21cedc7395ee69))
### Bug Fixes
* **gimp:** palette syntax ([#56](https://github.com/catppuccin/palette/issues/56)) ([403e0ef](https://github.com/catppuccin/palette/commit/403e0effd3b1ba12e751e0d20e7704f1bc55e28e))
## [0.2.0](https://github.com/catppuccin/palette/compare/v0.1.8...v0.2.0) (2023-07-10)

View File

@ -1,8 +1,12 @@
{
"importMap": "./import_map.json",
"exclude": ["dist"],
"exclude": [
"dist"
],
"fmt": {
"exclude": ["*.md"]
"exclude": [
"*.md"
]
},
"tasks": {
"build:npm": "deno run -A ./scripts/build_npm.ts",