mirror of
https://github.com/sirwanafifi/inkplane.git
synced 2026-07-22 08:32:24 +00:00
release: 0.2.5
This commit is contained in:
parent
423aeed688
commit
5e2f0903b6
5 changed files with 10 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue