Skip to content

Commit

Permalink
other: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiksta committed Jan 21, 2024
1 parent 7f9f244 commit 8ce4a42
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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_
----------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion dist/app/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 8ce4a42

Please sign in to comment.