Skip to content

Commit

Permalink
chore(release): 0.2.5 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.5](v0.2.4...v0.2.5) (2021-02-04)

### Bug Fixes

* issue where handlebars loops and conditions are being ignored ([602f990](602f990))
* make request body configurable via environment variables ([72b6a91](72b6a91))
  • Loading branch information
semantic-release-bot committed Feb 4, 2021
1 parent b6085b1 commit 6a23b82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.2.5](https://github.com/isneezy/pdf-generator-service/compare/v0.2.4...v0.2.5) (2021-02-04)


### Bug Fixes

* issue where handlebars loops and conditions are being ignored ([602f990](https://github.com/isneezy/pdf-generator-service/commit/602f9904dfad36c93d41dd16cfde0788ac2155bb))
* make request body configurable via environment variables ([72b6a91](https://github.com/isneezy/pdf-generator-service/commit/72b6a91f0d71639b7f0b8c1c663571b52d692182))

## [0.2.4](https://github.com/isneezy/pdf-generator-service/compare/v0.2.3...v0.2.4) (2021-02-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdf-generator-service",
"version": "0.2.4",
"version": "0.2.5",
"description": "A simple express service that generates a pdf based on the submitted HTML",
"main": "index.js",
"homepage": "https://github.com/isneezy/pdf-generator-service",
Expand Down

0 comments on commit 6a23b82

Please sign in to comment.