diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96f1cd9..4c313f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.0" + ".": "1.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 47844f1..e71698b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.4.0](https://github.com/catppuccin/palette/compare/v1.3.0...v1.4.0) (2024-09-21) + + +### Features + +* add version key into `palette.json` ([#91](https://github.com/catppuccin/palette/issues/91)) ([e76a60a](https://github.com/catppuccin/palette/commit/e76a60a7126eab601ae11de8c259c7914a8856be)) +* **palettes:** prefix filenames with "Catppuccin" ([#92](https://github.com/catppuccin/palette/issues/92)) ([cf765d2](https://github.com/catppuccin/palette/commit/cf765d2269d8a4391355b7f6a6dffe580c69e1c2)) + + +### Documentation + +* **README:** add `version` into the examples ([#95](https://github.com/catppuccin/palette/issues/95)) ([cf9cb5c](https://github.com/catppuccin/palette/commit/cf9cb5c443a29542940952b70d7b17b4dd83f80c)) + ## [1.3.0](https://github.com/catppuccin/palette/compare/v1.2.0...v1.3.0) (2024-09-08) diff --git a/deno.json b/deno.json index 4e61f3b..30c2889 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@catppuccin/palette", - "version": "1.3.0", + "version": "1.4.0", "exports": "./mod.ts", "importMap": "./import_map.json", "exclude": [ diff --git a/mod.test.ts b/mod.test.ts index eeff913..d29dffe 100644 --- a/mod.test.ts +++ b/mod.test.ts @@ -23,5 +23,5 @@ Deno.test("flavors", () => { }); Deno.test("version", () => { - assertEquals(version, "1.3.0"); // x-release-please-version + assertEquals(version, "1.4.0"); // x-release-please-version }); diff --git a/palette.json b/palette.json index 0661fa7..46d86ff 100644 --- a/palette.json +++ b/palette.json @@ -1,5 +1,5 @@ { - "version": "1.3.0", + "version": "1.4.0", "latte": { "name": "Latte", "emoji": "🌻",