Skip to content

Commit ce62d2c

Browse files
committed
0.1.89
1 parent 4643bfe commit ce62d2c

File tree

13 files changed

+26
-12
lines changed

13 files changed

+26
-12
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.1.89](https://github.com/Brooooooklyn/canvas/compare/v0.1.88...v0.1.89) (2026-01-28)
2+
3+
4+
### Bug Fixes
5+
6+
* napi feature ([#1191](https://github.com/Brooooooklyn/canvas/issues/1191)) ([eb260b2](https://github.com/Brooooooklyn/canvas/commit/eb260b2b2bc5202fd46af6843954e4990fe8989a))
7+
8+
9+
### Features
10+
11+
* implement deferred rendering with incremental layer caching ([#1193](https://github.com/Brooooooklyn/canvas/issues/1193)) ([4643bfe](https://github.com/Brooooooklyn/canvas/commit/4643bfe2c6dda4f874221db8b36f04215ec2aae5))
12+
13+
14+
115
## [0.1.88](https://github.com/Brooooooklyn/canvas/compare/v0.1.87...v0.1.88) (2025-12-27)
216

317

npm/android-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/canvas-android-arm64",
3-
"version": "0.1.88",
3+
"version": "0.1.89",
44
"os": [
55
"android"
66
],

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/canvas-darwin-arm64",
3-
"version": "0.1.88",
3+
"version": "0.1.89",
44
"os": [
55
"darwin"
66
],

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/canvas-darwin-x64",
3-
"version": "0.1.88",
3+
"version": "0.1.89",
44
"os": [
55
"darwin"
66
],

npm/linux-arm-gnueabihf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/canvas-linux-arm-gnueabihf",
3-
"version": "0.1.88",
3+
"version": "0.1.89",
44
"os": [
55
"linux"
66
],

npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/canvas-linux-arm64-gnu",
3-
"version": "0.1.88",
3+
"version": "0.1.89",
44
"os": [
55
"linux"
66
],

npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/canvas-linux-arm64-musl",
3-
"version": "0.1.88",
3+
"version": "0.1.89",
44
"os": [
55
"linux"
66
],

npm/linux-riscv64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/canvas-linux-riscv64-gnu",
3-
"version": "0.1.88",
3+
"version": "0.1.89",
44
"os": [
55
"linux"
66
],

npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/canvas-linux-x64-gnu",
3-
"version": "0.1.88",
3+
"version": "0.1.89",
44
"os": [
55
"linux"
66
],

npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/canvas-linux-x64-musl",
3-
"version": "0.1.88",
3+
"version": "0.1.89",
44
"os": [
55
"linux"
66
],

0 commit comments

Comments
 (0)