diff --git a/CHANGELOG.md b/CHANGELOG.md index e52c585..2003860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/manifest.json b/manifest.json index 89c7faa..33fe7a9 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package-lock.json b/package-lock.json index 1d62a8f..a3a6268 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" diff --git a/package.json b/package.json index 9f397e5..11a7799 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/versions.json b/versions.json index 4576dba..1eced16 100644 --- a/versions.json +++ b/versions.json @@ -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" }