From 5762cdec4142bb0961f030d5d7c64de2dbd45049 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 30 Aug 2024 19:17:36 +0000 Subject: [PATCH] chore(release): 1.5.1 [skip ci] ## [1.5.1](https://github.com/pawcoding/Rainbow-Palette/compare/v1.5.0...v1.5.1) (2024-08-30) ### Bug Fixes * **ci:** use semantic-release github action ([d0f9990](https://github.com/pawcoding/Rainbow-Palette/commit/d0f9990a7f2c0c513eee12e5cc845c6489c43ab2)) --- CHANGELOG.md | 7 +++++++ ngsw-config.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54b24a7..e46bbd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.1](https://github.com/pawcoding/Rainbow-Palette/compare/v1.5.0...v1.5.1) (2024-08-30) + + +### Bug Fixes + +* **ci:** use semantic-release github action ([d0f9990](https://github.com/pawcoding/Rainbow-Palette/commit/d0f9990a7f2c0c513eee12e5cc845c6489c43ab2)) + # [1.5.0](https://github.com/pawcoding/Rainbow-Palette/compare/v1.4.0...v1.5.0) (2024-08-30) diff --git a/ngsw-config.json b/ngsw-config.json index a9779e6..96ca0ff 100644 --- a/ngsw-config.json +++ b/ngsw-config.json @@ -32,6 +32,6 @@ } ], "appData": { - "version": "1.5.0" + "version": "1.5.1" } } \ No newline at end of file diff --git a/package.json b/package.json index a6cd0a1..07171f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rainbow-palette", - "version": "1.5.0", + "version": "1.5.1", "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.", "homepage": "https://rainbow-palette.app/", "bugs": {