From 19c397c4118d3cd48561e4f3a477a6eae56ed4ec Mon Sep 17 00:00:00 2001 From: markm39 Date: Thu, 14 May 2026 21:41:56 -0500 Subject: [PATCH] chore(release): bump version to 0.3.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0830d9..a2a9c1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to `@mathnotes/mobile-ink` will be documented here. +## [0.3.0] - 2026-05-15 + +- Added the Android native ink renderer with Skia Ganesh GPU rendering and React Native view integration. +- Brought continuous multi-page notebooks to Android, including pooled native canvas activation, page preview overlays while engines mount, and saved notebook reload in the example app. +- Added Android PDF background loading, notebook serialization support, and native smoke coverage. +- Documented Android setup and parity status for the example app and package consumers. + ## [0.2.0] - 2026-05-12 - Defaulted the iOS renderer to the Ganesh/Metal path while keeping CPU selectable for A/B comparison and fallback. diff --git a/package-lock.json b/package-lock.json index 2834eac..88c6f2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mathnotes/mobile-ink", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mathnotes/mobile-ink", - "version": "0.2.0", + "version": "0.3.0", "license": "Apache-2.0", "devDependencies": { "@babel/core": "^7.25.2", diff --git a/package.json b/package.json index 0bdf019..baaab21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mathnotes/mobile-ink", - "version": "0.2.0", + "version": "0.3.0", "description": "Production-grade React Native ink engine with native Skia drawing and continuous canvas primitives.", "license": "Apache-2.0", "author": "BuilderPro LLC",