Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rriemann committed Sep 20, 2023
1 parent a68d426 commit 8c5d6ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## HEAD

## 2.1.1 / 2023-09-20

* fix: undefined variable bug when generating docx with `website-evidence-reporter` using html-to-docx
* feature: enable section numbering and table of contents in pandoc docx/odt output
* dependencies: require now node version 16 or higher (previously 14)
* fix: override marked version in package.json to 8.0.1 (instead of 4.3.0 imposed by [email protected]) to fix custom header IDs in custom templates (workaround)
* fix: forgot to increment the version number for 2.0.0 in NPM meta data (package.json)

## 2.1.0 / 2023-09-06

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": "website-evidence-collector",
"version": "2.0.0",
"version": "2.1.1",
"description": "automation of website evidence collection for storage and transfer of personal data based on puppeteer",
"homepage": "https://edps.europa.eu/press-publications/edps-inspection-software_en",
"repository": {
Expand Down

0 comments on commit 8c5d6ad

Please sign in to comment.