Skip to content

Commit

Permalink
Document v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swiknaba committed Dec 27, 2022
1 parent 7aa0e68 commit 8d4c5df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2022-12-27
### Added
- Support for landscape PDFs, [#197](https://github.com/dbl-works/pdf-renderer/pull/197)



## [1.0.0] - 2022-11-25
### Changed
- use port `5017` instead of `5000` due to conflicts with other services (e.g. on macOS Monterey)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pdf-renderer",
"descrption": "Standalone server using Chrome/Puppeteer to generate PDFs from HTML input.",
"version": "1.0.0",
"version": "1.1.0",
"email": "oss@dbl.works",
"url": "https://github.com/dbl-works/pdf-renderer",
"main": "index.ts",
Expand Down

0 comments on commit 8d4c5df

Please sign in to comment.