From 7f5effa75eaad30c03a4edabfc18ac129530c9e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 00:11:56 +0000 Subject: [PATCH] chore(main): release 1.7.2 --- .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 d0972da..f2ada20 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.1" + ".": "1.7.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e9fa70..4213598 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.2](https://github.com/catppuccin/palette/compare/v1.7.1...v1.7.2) (2024-11-07) + + +### Documentation + +* **README:** add `catppuccin/ruby` ([#114](https://github.com/catppuccin/palette/issues/114)) ([b85d36a](https://github.com/catppuccin/palette/commit/b85d36adec22631684ae64ced0a5cdd15462de3b)) + ## [1.7.1](https://github.com/catppuccin/palette/compare/v1.7.0...v1.7.1) (2024-11-02) diff --git a/deno.json b/deno.json index f64e351..4b8ef89 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@catppuccin/palette", - "version": "1.7.1", + "version": "1.7.2", "exports": "./mod.ts", "importMap": "./import_map.json", "exclude": [ diff --git a/mod.test.ts b/mod.test.ts index 6670e31..f95d0c1 100644 --- a/mod.test.ts +++ b/mod.test.ts @@ -81,5 +81,5 @@ Deno.test("ansiEntries", () => { }); Deno.test("version", () => { - assertEquals(version, "1.7.1"); // x-release-please-version + assertEquals(version, "1.7.2"); // x-release-please-version }); diff --git a/palette.json b/palette.json index b3ae90e..7096893 100644 --- a/palette.json +++ b/palette.json @@ -1,5 +1,5 @@ { - "version": "1.7.1", + "version": "1.7.2", "latte": { "name": "Latte", "emoji": "🌻",