diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e43dcf..1f1a8a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.0](https://www.github.com/humanwhocodes/print-ready/compare/v0.1.0...v0.2.0) (2022-04-14) + + +### Features + +* Add metadata into PDF ([9ed20ba](https://www.github.com/humanwhocodes/print-ready/commit/9ed20bab20770d26bd918f7f43c19fffade2b740)) + + +### Bug Fixes + +* Make Puppeteer a dependency instead of a devdependency ([da76344](https://www.github.com/humanwhocodes/print-ready/commit/da76344aa0831d4de56312a6eb8defaea5f6e71a)), closes [#3](https://www.github.com/humanwhocodes/print-ready/issues/3) + ## 0.1.0 (2022-04-08) diff --git a/package-lock.json b/package-lock.json index e516527..71458d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@humanwhocodes/print-ready", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@humanwhocodes/print-ready", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "dependencies": { "pagedjs": "^0.2.0", diff --git a/package.json b/package.json index 1445b6f..1865e9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@humanwhocodes/print-ready", - "version": "0.1.0", + "version": "0.2.0", "description": "Convert HTML to PDF", "type": "module", "main": "dist/print-ready.cjs",