From 92f704d94149aa88d201f79f61161a5db1ceaadd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 06:43:41 +0000 Subject: [PATCH] chore(main): release 1.6.0 (#107) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ deno.json | 2 +- mod.test.ts | 2 +- palette.json | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dd8fde7..0d1bebe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.0" + ".": "1.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dc2d98..3c6ea96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.6.0](https://github.com/catppuccin/palette/compare/v1.5.0...v1.6.0) (2024-11-01) + + +### Features + +* **ansi:** add `name` and `order` keys ([#106](https://github.com/catppuccin/palette/issues/106)) ([2fa1506](https://github.com/catppuccin/palette/commit/2fa150676256efe4700ee38000beb0a6ec1390d6)) +* **ansi:** add `name` key to `normal` & `bright` objects ([#108](https://github.com/catppuccin/palette/issues/108)) ([bc3215e](https://github.com/catppuccin/palette/commit/bc3215e690677724e14cd7a50e373b7bba4a7a93)) + ## [1.5.0](https://github.com/catppuccin/palette/compare/v1.4.0...v1.5.0) (2024-10-26) diff --git a/deno.json b/deno.json index 06271ca..070f4b7 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@catppuccin/palette", - "version": "1.5.0", + "version": "1.6.0", "exports": "./mod.ts", "importMap": "./import_map.json", "exclude": [ diff --git a/mod.test.ts b/mod.test.ts index 262c783..a3e66c0 100644 --- a/mod.test.ts +++ b/mod.test.ts @@ -73,5 +73,5 @@ Deno.test("ansiEntries", () => { }); Deno.test("version", () => { - assertEquals(version, "1.5.0"); // x-release-please-version + assertEquals(version, "1.6.0"); // x-release-please-version }); diff --git a/palette.json b/palette.json index e2c6372..54767c9 100644 --- a/palette.json +++ b/palette.json @@ -1,5 +1,5 @@ { - "version": "1.5.0", + "version": "1.6.0", "latte": { "name": "Latte", "emoji": "🌻",