chore(main): release 1.5.0 (#100)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-10-27 00:27:20 +01:00 committed by GitHub
parent 1fdc227a60
commit d0ee97fd76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 16 additions and 4 deletions

View File

@ -1,3 +1,3 @@
{
".": "1.4.0"
".": "1.5.0"
}

View File

@ -2,6 +2,18 @@
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.5.0](https://github.com/catppuccin/palette/compare/v1.4.0...v1.5.0) (2024-10-26)
### Features
* add ANSI colours ([#98](https://github.com/catppuccin/palette/issues/98)) ([1fdc227](https://github.com/catppuccin/palette/commit/1fdc227a6025fc968990e2439e886b736b807634))
### Build system & distribution
* switch to `npm:` specifiers for Renovate ([#99](https://github.com/catppuccin/palette/issues/99)) ([6632482](https://github.com/catppuccin/palette/commit/6632482a5b09dfc7a468c426800615e97cae043e))
## [1.4.0](https://github.com/catppuccin/palette/compare/v1.3.0...v1.4.0) (2024-09-21)

View File

@ -1,6 +1,6 @@
{
"name": "@catppuccin/palette",
"version": "1.4.0",
"version": "1.5.0",
"exports": "./mod.ts",
"importMap": "./import_map.json",
"exclude": [

View File

@ -73,5 +73,5 @@ Deno.test("ansiEntries", () => {
});
Deno.test("version", () => {
assertEquals(version, "1.4.0"); // x-release-please-version
assertEquals(version, "1.5.0"); // x-release-please-version
});

View File

@ -1,5 +1,5 @@
{
"version": "1.4.0",
"version": "1.5.0",
"latte": {
"name": "Latte",
"emoji": "🌻",