From 7f103c3e11f7f705ee1fb8ac430d90a798bbdfcb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 23:37:38 +0100 Subject: [PATCH] chore(main): release 1.0.3 (#68) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ deno.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b870c5e..0db4c77 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.2" + ".": "1.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fbee068..b9b9b89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.3](https://github.com/catppuccin/palette/compare/v1.0.2...v1.0.3) (2024-01-02) + + +### Bug Fixes + +* **types:** use singular for color name types ([#67](https://github.com/catppuccin/palette/issues/67)) ([7c73188](https://github.com/catppuccin/palette/commit/7c73188ac7a9ce1415520669be35db50008b9c1c)) + ## [1.0.2](https://github.com/catppuccin/palette/compare/v1.0.1...v1.0.2) (2024-01-02) diff --git a/deno.json b/deno.json index 7ef41f4..8ba18e1 100644 --- a/deno.json +++ b/deno.json @@ -14,5 +14,5 @@ "build": "deno task build:npm & deno task build:palettes", "generate": "deno run -A ./scripts/gen_palette.ts" }, - "version": "1.0.2" + "version": "1.0.3" }