chore(main): release 1.0.1 (#62)

This commit is contained in:
github-actions[bot] 2023-12-29 04:46:13 +01:00 committed by GitHub
parent 59ed5dd906
commit af11bc6d13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 2 deletions

View File

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

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.
## [1.0.1](https://github.com/catppuccin/palette/compare/v1.0.0...v1.0.1) (2023-12-29)
### Bug Fixes
* deno types ([#59](https://github.com/catppuccin/palette/issues/59)) ([59ed5dd](https://github.com/catppuccin/palette/commit/59ed5dd9061fbbbd7faa52988afab0f821720882))
### Build system & distribution
* distribute palette as zip file as well ([#60](https://github.com/catppuccin/palette/issues/60)) ([1ce383c](https://github.com/catppuccin/palette/commit/1ce383c2c545d6ca4d2e62ab614fe2cf7234bf66))
## [1.0.0](https://github.com/catppuccin/palette/compare/v0.2.0...v1.0.0) (2023-12-28)

View File

@ -14,5 +14,5 @@
"build": "deno task build:npm & deno task build:palettes",
"generate": "deno run -A ./scripts/gen_palette.ts"
},
"version": "1.0.0"
"version": "1.0.1"
}