From 92708db0a438b0ed16bc48c3be7e74e2e1620aac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 00:14:09 +0000 Subject: [PATCH] chore(main): release 1.7.1 (#113) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ deno.json | 2 +- mod.test.ts | 2 +- palette.json | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 64e0684..d0972da 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.0" + ".": "1.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bc98ea..7e9fa70 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.1](https://github.com/catppuccin/palette/compare/v1.7.0...v1.7.1) (2024-11-02) + + +### Bug Fixes + +* **ansi:** better names for `normal` and `bright` objects ([#112](https://github.com/catppuccin/palette/issues/112)) ([251f6a2](https://github.com/catppuccin/palette/commit/251f6a21e763097f6af47a912fcdd7a546088794)) + ## [1.7.0](https://github.com/catppuccin/palette/compare/v1.6.0...v1.7.0) (2024-11-02) diff --git a/deno.json b/deno.json index 2758278..f64e351 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@catppuccin/palette", - "version": "1.7.0", + "version": "1.7.1", "exports": "./mod.ts", "importMap": "./import_map.json", "exclude": [ diff --git a/mod.test.ts b/mod.test.ts index 35c054d..6670e31 100644 --- a/mod.test.ts +++ b/mod.test.ts @@ -81,5 +81,5 @@ Deno.test("ansiEntries", () => { }); Deno.test("version", () => { - assertEquals(version, "1.7.0"); // x-release-please-version + assertEquals(version, "1.7.1"); // x-release-please-version }); diff --git a/palette.json b/palette.json index 53fd0b7..b3ae90e 100644 --- a/palette.json +++ b/palette.json @@ -1,5 +1,5 @@ { - "version": "1.7.0", + "version": "1.7.1", "latte": { "name": "Latte", "emoji": "🌻",