Skip to content

Commit d0ee97f

Browse files
chore(main): release 1.5.0 (#100)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1fdc227 commit d0ee97f

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.0"
2+
".": "1.5.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
## [1.5.0](https://github.com/catppuccin/palette/compare/v1.4.0...v1.5.0) (2024-10-26)
6+
7+
8+
### Features
9+
10+
* add ANSI colours ([#98](https://github.com/catppuccin/palette/issues/98)) ([1fdc227](https://github.com/catppuccin/palette/commit/1fdc227a6025fc968990e2439e886b736b807634))
11+
12+
13+
### Build system & distribution
14+
15+
* switch to `npm:` specifiers for Renovate ([#99](https://github.com/catppuccin/palette/issues/99)) ([6632482](https://github.com/catppuccin/palette/commit/6632482a5b09dfc7a468c426800615e97cae043e))
16+
517
## [1.4.0](https://github.com/catppuccin/palette/compare/v1.3.0...v1.4.0) (2024-09-21)
618

719

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@catppuccin/palette",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"exports": "./mod.ts",
55
"importMap": "./import_map.json",
66
"exclude": [

mod.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ Deno.test("ansiEntries", () => {
7373
});
7474

7575
Deno.test("version", () => {
76-
assertEquals(version, "1.4.0"); // x-release-please-version
76+
assertEquals(version, "1.5.0"); // x-release-please-version
7777
});

palette.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.4.0",
2+
"version": "1.5.0",
33
"latte": {
44
"name": "Latte",
55
"emoji": "🌻",

0 commit comments

Comments
 (0)