Skip to content

Commit

Permalink
chore(main): release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 21, 2024
1 parent cf9cb5c commit 9c91064
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.3.0"
".": "1.4.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@catppuccin/palette",
"version": "1.3.0",
"version": "1.4.0",
"exports": "./mod.ts",
"importMap": "./import_map.json",
"exclude": [
Expand Down
2 changes: 1 addition & 1 deletion mod.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
});
2 changes: 1 addition & 1 deletion palette.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0",
"version": "1.4.0",
"latte": {
"name": "Latte",
"emoji": "🌻",
Expand Down

0 comments on commit 9c91064

Please sign in to comment.