Skip to content

Commit

Permalink
chore(release): 0.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.3](v0.2.2...v0.2.3) (2020-10-22)

### Bug Fixes

* **toc:** links are now clickable and no more wrong page numbers ([#57](#57)) ([455fd60](455fd60))
  • Loading branch information
semantic-release-bot committed Oct 22, 2020
1 parent 455fd60 commit e3b94c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.2.3](https://github.com/isneezy/pdf-generator-service/compare/v0.2.2...v0.2.3) (2020-10-22)


### Bug Fixes

* **toc:** links are now clickable and no more wrong page numbers ([#57](https://github.com/isneezy/pdf-generator-service/issues/57)) ([455fd60](https://github.com/isneezy/pdf-generator-service/commit/455fd6084cc5fac01233aa5d3c7c8e3bbcadbfaf))

## [0.2.2](https://github.com/isneezy/pdf-generator-service/compare/v0.2.1...v0.2.2) (2020-10-19)


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.2",
"version": "0.2.3",
"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 e3b94c0

Please sign in to comment.