Skip to content

Commit e44233c

Browse files
chore(main): release 1.1.0 (#70)
1 parent caefe28 commit e44233c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
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.0.3"
2+
".": "1.1.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.1.0](https://github.com/catppuccin/palette/compare/v1.0.3...v1.1.0) (2024-02-12)
6+
7+
8+
### Features
9+
10+
* add color names and spec order ([#72](https://github.com/catppuccin/palette/issues/72)) ([caefe28](https://github.com/catppuccin/palette/commit/caefe283b1b4e4efe92651346200e0f21b7d25bc))
11+
12+
13+
### Documentation
14+
15+
* fix Sass link/filename case ([#69](https://github.com/catppuccin/palette/issues/69)) ([823bd01](https://github.com/catppuccin/palette/commit/823bd0179d491facf8ca368451dddb713926bc0e))
16+
517
## [1.0.3](https://github.com/catppuccin/palette/compare/v1.0.2...v1.0.3) (2024-01-02)
618

719

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"build": "deno task build:npm & deno task build:palettes",
1515
"generate": "deno run -A ./scripts/gen_palette.ts"
1616
},
17-
"version": "1.0.3"
17+
"version": "1.1.0"
1818
}

0 commit comments

Comments
 (0)