Skip to content

Commit

Permalink
prepare release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swiknaba committed Nov 23, 2022
1 parent adbe3ee commit 787737b
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]

## [0.4.0] - 2022-11-23
### Changed
- updated dependencies
- upgraded node from version 16 (EOL) to 18 (LTS)
- updated download URL for google content as per their documentation
- do not use `sudo` to install dependencies in Docker (failed to compile with sudo on latest version)


## [0.3.0] - 2022-01-03
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-render",
"version": "0.3.2",
"version": "0.4.0",
"main": "index.ts",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 787737b

Please sign in to comment.