release: 0.2.5

This commit is contained in:
Sirwan Afifi 2026-07-17 15:24:00 +01:00
parent 423aeed688
commit 5e2f0903b6
5 changed files with 10 additions and 5 deletions

View file

@ -2,6 +2,10 @@
All notable changes to Inkplane are documented here.
## 0.2.5 — 2026-07-17
- Republish the current Inkplane build as patch release 0.2.5.
## 0.2.4 — 2026-07-17
- Match Obsidian's accepted multi-asset provenance statement format.

View file

@ -1,7 +1,7 @@
{
"id": "ink-layer",
"name": "Inkplane",
"version": "0.2.4",
"version": "0.2.5",
"minAppVersion": "1.7.2",
"description": "An infinite handwriting canvas with note embeds, designed for Apple Pencil and other pens.",
"author": "Sirwan Afifi",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "inkplane",
"version": "0.2.4",
"version": "0.2.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "inkplane",
"version": "0.2.4",
"version": "0.2.5",
"license": "MIT",
"dependencies": {
"perfect-freehand": "^1.2.3"

View file

@ -1,6 +1,6 @@
{
"name": "inkplane",
"version": "0.2.4",
"version": "0.2.5",
"description": "A Pencil-first infinite drawing canvas with embeds for Obsidian.",
"private": true,
"type": "module",

View file

@ -4,5 +4,6 @@
"0.2.1": "1.7.2",
"0.2.2": "1.7.2",
"0.2.3": "1.7.2",
"0.2.4": "1.7.2"
"0.2.4": "1.7.2",
"0.2.5": "1.7.2"
}