From 8ce4a42e25cf65754cf495282d55dfdc119cb6ff Mon Sep 17 00:00:00 2001 From: dominiksta Date: Sun, 21 Jan 2024 20:02:17 +0100 Subject: [PATCH] other: bump version --- CHANGELOG.md | 14 ++++++++++++++ dist/app/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1837d4c..ea1d229 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ Changelog ====================================================================== +`0.0.2` - _2024-01-21_ +---------------------------------------------------------------------- + +### Added + +- Open and annotate PDF files (using [pdf.js](https://mozilla.github.io/pdf.js/)) +- Export to PDF (using [pdf-lib](https://pdf-lib.js.org/)) + +### Fixed + +- Zooming no longer scrolls the document +- Default SVG background for files created through the CLI was black + + `0.0.1` - _2024-01-08_ ---------------------------------------------------------------------- diff --git a/dist/app/package.json b/dist/app/package.json index ea0eb17..ff4e064 100644 --- a/dist/app/package.json +++ b/dist/app/package.json @@ -1,6 +1,6 @@ { "name": "wournal", - "version": "0.0.1", + "version": "0.0.2", "description": "An SVG Editor for Handwritten Documents", "main": "main/main.js", "author": "dominiksta", diff --git a/package-lock.json b/package-lock.json index 24a8601..2672ba2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wournal", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wournal", - "version": "0.0.1", + "version": "0.0.2", "license": "LGPL-2.1", "dependencies": { "@mvui/core": "file:vendor/mvui/packages/core", diff --git a/package.json b/package.json index 2def7af..3fcfc20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wournal", - "version": "0.0.1", + "version": "0.0.2", "description": "An SVG Editor for Handwritten Documents", "main": "src/main/main.ts", "repository": {