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-service 1.0.0 (2023-01-23)

### Features

* port the ability to generate PDF from a web service ([b5d5d95](b5d5d95))

### Dependencies

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


### Features

* port the ability to generate PDF from a web service ([b5d5d95](https://github.com/isneezy/pdf-generator-service/commit/b5d5d95e68c80e2ae25f5220a1bace4b82917900))





### Dependencies

* **@isneezy/pdf-generator:** upgraded to 1.0.0
4 changes: 2 additions & 2 deletions packages/service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@isneezy/pdf-generator-service",
"version": "0.4.0",
"version": "1.0.0",
"description": "A powerful and versatile web service for converting HTML pages, templates, and URLs into high-quality PDF documents.",
"keywords": [
"PDF",
Expand Down Expand Up @@ -41,7 +41,7 @@
"url": "https://github.com/isneezy/pdf-generator-service/issues"
},
"dependencies": {
"@isneezy/pdf-generator": "^0.0.1",
"@isneezy/pdf-generator": "1.0.0",
"@types/lodash.pick": "^4.4.7",
"body-parser": "^1.20.1",
"commander": "^10.0.0",
Expand Down

0 comments on commit 1b566dd

Please sign in to comment.