diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0d1bebe..64e0684 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.0" + ".": "1.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c6ea96..8bc98ea 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.7.0](https://github.com/catppuccin/palette/compare/v1.6.0...v1.7.0) (2024-11-02) + + +### Features + +* **ansi:** add `hsl` and `rgb` values ([#110](https://github.com/catppuccin/palette/issues/110)) ([b669cdf](https://github.com/catppuccin/palette/commit/b669cdf78cfba997ba6bf06918d83daa250caf1c)) + ## [1.6.0](https://github.com/catppuccin/palette/compare/v1.5.0...v1.6.0) (2024-11-01) diff --git a/deno.json b/deno.json index 070f4b7..2758278 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@catppuccin/palette", - "version": "1.6.0", + "version": "1.7.0", "exports": "./mod.ts", "importMap": "./import_map.json", "exclude": [ diff --git a/mod.test.ts b/mod.test.ts index a3e66c0..f1b081d 100644 --- a/mod.test.ts +++ b/mod.test.ts @@ -73,5 +73,5 @@ Deno.test("ansiEntries", () => { }); Deno.test("version", () => { - assertEquals(version, "1.6.0"); // x-release-please-version + assertEquals(version, "1.7.0"); // x-release-please-version }); diff --git a/palette.json b/palette.json index 8ecd0a4..c519d8b 100644 --- a/palette.json +++ b/palette.json @@ -1,5 +1,5 @@ { - "version": "1.6.0", + "version": "1.7.0", "latte": { "name": "Latte", "emoji": "🌻",