Skip to content

Commit 5762cde

Browse files
chore(release): 1.5.1 [skip ci]
## [1.5.1](v1.5.0...v1.5.1) (2024-08-30) ### Bug Fixes * **ci:** use semantic-release github action ([d0f9990](d0f9990))
1 parent d0f9990 commit 5762cde

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.5.1](https://github.com/pawcoding/Rainbow-Palette/compare/v1.5.0...v1.5.1) (2024-08-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci:** use semantic-release github action ([d0f9990](https://github.com/pawcoding/Rainbow-Palette/commit/d0f9990a7f2c0c513eee12e5cc845c6489c43ab2))
7+
18
# [1.5.0](https://github.com/pawcoding/Rainbow-Palette/compare/v1.4.0...v1.5.0) (2024-08-30)
29

310

ngsw-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
}
3333
],
3434
"appData": {
35-
"version": "1.5.0"
35+
"version": "1.5.1"
3636
}
3737
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rainbow-palette",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "This app generates your own custom color palette from just a single color. Preview your palette live or export it for usage with CSS or TailwindCSS.",
55
"homepage": "https://rainbow-palette.app/",
66
"bugs": {

0 commit comments

Comments
 (0)