Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "diffzip",
"name": "Differential ZIP Backup",
"version": "0.1.11",
"version": "0.1.12",
"minAppVersion": "1.8.7",
"description": "Back our vault up with lesser storage.",
"author": "vorotamoroz",
"authorUrl": "https://github.com/vrtmrz",
"isDesktopOnly": false
}
}
72 changes: 36 additions & 36 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": "diffzip",
"version": "0.1.11",
"version": "0.1.12",
"packageManager": "[email protected]",
"description": "Differential ZIP Backup",
"main": "main.js",
Expand Down
8 changes: 8 additions & 0 deletions updates.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Updates

## 0.1.12

### Maintenance

- Updated the source and build tooling to meet the current Obsidian Community Review requirements.
- Refreshed transitive development dependencies to use patched releases.
- This release does not change DiffZip's behaviour.

## 0.1.11

### Interface
Expand Down
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"0.1.9-wakelock.1": "1.8.7",
"0.1.9": "1.8.7",
"0.1.10": "1.8.7",
"0.1.11": "1.8.7"
}
"0.1.11": "1.8.7",
"0.1.12": "1.8.7"
}
Loading