Skip to content

Commit

Permalink
chore(main): release 1.6.0 (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 2, 2024
1 parent bc3215e commit 92f704d
Show file tree
Hide file tree
Showing 5 changed files with 12 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.5.0"
".": "1.6.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.5.0",
"version": "1.6.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 @@ -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
});
2 changes: 1 addition & 1 deletion palette.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.5.0",
"version": "1.6.0",
"latte": {
"name": "Latte",
"emoji": "🌻",
Expand Down

0 comments on commit 92f704d

Please sign in to comment.