Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# @isneezy/pdf-generator-cli 1.0.0 (2023-01-23)

### Features

* add the ability to generate PDF files sing command line interface ([4bc11e1](4bc11e1))

### Dependencies

* **@isneezy/pdf-generator:** upgraded to 1.0.0
  • Loading branch information
semantic-release-bot committed Jan 23, 2023
1 parent 540b071 commit 0fd66f7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @isneezy/pdf-generator-cli 1.0.0 (2023-01-23)


### Features

* add the ability to generate PDF files sing command line interface ([4bc11e1](https://github.com/isneezy/pdf-generator-service/commit/4bc11e14c23e1644d66fb3272bc7ac4b6117f211))





### Dependencies

* **@isneezy/pdf-generator:** upgraded to 1.0.0
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": "0.0.1",
"version": "1.0.0",
"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 @@ -33,7 +33,7 @@
"url": "https://github.com/isneezy/pdf-generator-service/issues"
},
"dependencies": {
"@isneezy/pdf-generator": "^0.0.1",
"@isneezy/pdf-generator": "1.0.0",
"commander": "^10.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 0fd66f7

Please sign in to comment.