Skip to content

Commit 5bb8ead

Browse files
committed
version 3.0.6
1 parent 84c246a commit 5bb8ead

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
<!--## 🥚 ⟩ [Unreleased]-->
44

5+
## 📦 ⟩ [v3.0.6] ⟩ Aug 28, 2025
6+
7+
### Bugfix
8+
- Fixed Windows CI build
9+
510
## 📦 ⟩ [v3.0.5] ⟩ Aug 28, 2025
611

712
### Misc. Improvements
@@ -560,7 +565,8 @@
560565

561566
**Initial public release** 🎉
562567

563-
[unreleased]: https://github.com/samizdatco/skia-canvas/compare/v3.0.5...HEAD
568+
[unreleased]: https://github.com/samizdatco/skia-canvas/compare/v3.0.6...HEAD
569+
[v3.0.6]: https://github.com/samizdatco/skia-canvas/compare/v3.0.5...v3.0.6
564570
[v3.0.5]: https://github.com/samizdatco/skia-canvas/compare/v3.0.4...v3.0.5
565571
[v3.0.4]: https://github.com/samizdatco/skia-canvas/compare/v3.0.3...v3.0.4
566572
[v3.0.3]: https://github.com/samizdatco/skia-canvas/compare/v3.0.2...v3.0.3

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "skia-canvas"
3-
version = "3.0.5"
3+
version = "3.0.6"
44
description = "A canvas environment for Node"
55
authors = ["Christian Swinehart <drafting@samizdat.co>"]
66
license = "MIT"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skia-canvas",
3-
"version": "3.0.6-rc1",
3+
"version": "3.0.6",
44
"description": "A multi-threaded, GPU-accelerated, Canvas API for Node",
55
"author": "Christian Swinehart <drafting@samizdat.co>",
66
"license": "MIT",

0 commit comments

Comments
 (0)