Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "1.4.0",
".": "1.5.0",
"docs": "0.0.1"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "printcrew",
"version": "1.4.0",
"version": "1.5.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
Loading