From 4d48394d575c1737c3d732fadd5a8c61c879c3ec Mon Sep 17 00:00:00 2001 From: Jon Shaffer Date: Thu, 6 Mar 2025 15:26:22 -0500 Subject: [PATCH] chore(main): release printcrew 1.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 22 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 919f63a..77bad28 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.4.0", + ".": "1.5.0", "docs": "0.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 24a7813..53b1783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.5.0](https://github.com/hyperfluid-solutions/printcrew/compare/printcrew-v1.4.0...printcrew-v1.5.0) (2025-03-06) + + +### Features + +* adding chatgpt chats support ([d6c9a17](https://github.com/hyperfluid-solutions/printcrew/commit/d6c9a17eeb64261069b7bdce0ca5d20f8466720a)) +* adding chatgpt chats support ([003d31f](https://github.com/hyperfluid-solutions/printcrew/commit/003d31f2835c37dc7f3ed55b7a2d328a8a559cd9)) +* Update manifest.json for chatgpt ([#19](https://github.com/hyperfluid-solutions/printcrew/issues/19)) ([3284b88](https://github.com/hyperfluid-solutions/printcrew/commit/3284b883136aa156baba1999436db92d061030c6)) + + +### Bug Fixes + +* Attempting fix no cursor found in releaseplease with initial-version in release-please-config.json ([e5acdad](https://github.com/hyperfluid-solutions/printcrew/commit/e5acdad935e68c699e89b76d9eb3eecea8387e6d)) +* making printer less visible when no styles available, adding test for if icon changed without building to pr action ([7139c7e](https://github.com/hyperfluid-solutions/printcrew/commit/7139c7edfa0ca3a4d7395115f3c0a49661afc10b)) +* removing docusaurus default images/features section on home ([24a4b8a](https://github.com/hyperfluid-solutions/printcrew/commit/24a4b8a58c94c96fa009a8433aeecc5eaf4889a3)) +* store rejection, unused 'scripting' perm in manifest.json ([8a360a5](https://github.com/hyperfluid-solutions/printcrew/commit/8a360a5d3a976dad5658f0e2ad2b4592878bdf28)) + ## [1.4.0](https://github.com/hyperfluid-solutions/printcrew/compare/printcrew-v1.3.0...printcrew-v1.4.0) (2025-03-06) diff --git a/manifest.json b/manifest.json index f75dfb8..04e392e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Print Crew", - "version": "1.4.0", + "version": "1.5.0", "description": "Styles pages for print.", "homepage_url": "https://hyperfluid-solutions.github.io/printcrew", "action": { diff --git a/package-lock.json b/package-lock.json index a07102d..c25c50e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "printcrew", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "printcrew", - "version": "1.4.0", + "version": "1.5.0", "license": "ISC", "dependencies": { "postcss": "^8.5.3", diff --git a/package.json b/package.json index 36c7306..382c947 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "printcrew", - "version": "1.4.0", + "version": "1.5.0", "description": "", "main": "index.js", "scripts": {