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:
parent
1fdc227a60
commit
d0ee97fd76
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "1.4.0"
|
||||
".": "1.5.0"
|
||||
}
|
||||
|
|
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@catppuccin/palette",
|
||||
"version": "1.4.0",
|
||||
"version": "1.5.0",
|
||||
"exports": "./mod.ts",
|
||||
"importMap": "./import_map.json",
|
||||
"exclude": [
|
||||
|
|
|
@ -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
|
||||
});
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.4.0",
|
||||
"version": "1.5.0",
|
||||
"latte": {
|
||||
"name": "Latte",
|
||||
"emoji": "🌻",
|
||||
|
|
Loading…
Reference in New Issue