Skip to content

Commit

Permalink
chore(main): release 1.0.2 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 2, 2024
1 parent 3d415e7 commit 6ce9a87
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.1"
".": "1.0.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.2](https://github.com/catppuccin/palette/compare/v1.0.1...v1.0.2) (2024-01-02)


### Bug Fixes

* **types:** add accent/monochromatic color name types ([#65](https://github.com/catppuccin/palette/issues/65)) ([3d415e7](https://github.com/catppuccin/palette/commit/3d415e7c8dd67e332225ce6c7af2700d2c3ad404))

## [1.0.1](https://github.com/catppuccin/palette/compare/v1.0.0...v1.0.1) (2023-12-29)


Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"build": "deno task build:npm & deno task build:palettes",
"generate": "deno run -A ./scripts/gen_palette.ts"
},
"version": "1.0.1"
"version": "1.0.2"
}

0 comments on commit 6ce9a87

Please sign in to comment.