From 829b3edea7de0f38ed5fc02402dbe0a9074d194c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 11:53:56 +0100 Subject: [PATCH] chore(main): release 1.0.0 (#58) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ deno.json | 8 ++++++-- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..37fcefa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 79408d2..3888842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/deno.json b/deno.json index 34e0f99..a4f68f4 100644 --- a/deno.json +++ b/deno.json @@ -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",