Skip to content

Commit

Permalink
chore(release): @isneezy/[email protected] [skip ci]
Browse files Browse the repository at this point in the history
## @isneezy/pdf-generator-cli [1.0.1](https://github.com/isneezy/pdf-generator-service/compare/@isneezy/[email protected]...@isneezy/[email protected]) (2023-01-23)

### Bug Fixes

* cli script where not being executed due to missing shebang header ([c519976](c519976))
* issues where some files where not being included into the final npm package ([8e0c1a6](8e0c1a6))

### Dependencies

* **@isneezy/pdf-generator:** upgraded to 1.0.1
  • Loading branch information
semantic-release-bot committed Jan 23, 2023
1 parent bc8dc5d commit 74b3c64
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## @isneezy/pdf-generator-cli [1.0.1](https://github.com/isneezy/pdf-generator-service/compare/@isneezy/[email protected]...@isneezy/[email protected]) (2023-01-23)


### Bug Fixes

* cli script where not being executed due to missing shebang header ([c519976](https://github.com/isneezy/pdf-generator-service/commit/c519976ed2f428b4e213e19573a4279ca9d6dcac))
* issues where some files where not being included into the final npm package ([8e0c1a6](https://github.com/isneezy/pdf-generator-service/commit/8e0c1a69c210161e95f143fea5ebc672041a2733))





### Dependencies

* **@isneezy/pdf-generator:** upgraded to 1.0.1

# @isneezy/pdf-generator-cli 1.0.0 (2023-01-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@isneezy/pdf-generator-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "A powerful and versatile command line interface for converting HTML pages, templates, and URLs into high-quality PDF documents.",
"keywords": [
"HTML",
Expand Down Expand Up @@ -35,7 +35,7 @@
"url": "https://github.com/isneezy/pdf-generator-service/issues"
},
"dependencies": {
"@isneezy/pdf-generator": "1.0.0",
"@isneezy/pdf-generator": "1.0.1",
"commander": "^10.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 74b3c64

Please sign in to comment.