Skip to content

Commit 0b2a70f

Browse files
committed
version 3.0.3
1 parent d80900a commit 0b2a70f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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.3] ⟩ Aug 17, 2025
6+
7+
### Bugfix
8+
- Fixed a segfault where windows on Vulkan platforms were being deallocated incorrectly upon close.
9+
510
## 📦 ⟩ [v3.0.2] ⟩ Aug 17, 2025
611

712
### Misc. Improvements
@@ -534,7 +539,8 @@
534539

535540
**Initial public release** 🎉
536541

537-
[unreleased]: https://github.com/samizdatco/skia-canvas/compare/v3.0.2...HEAD
542+
[unreleased]: https://github.com/samizdatco/skia-canvas/compare/v3.0.3...HEAD
543+
[v3.0.3]: https://github.com/samizdatco/skia-canvas/compare/v3.0.2...v3.0.3
538544
[v3.0.2]: https://github.com/samizdatco/skia-canvas/compare/v3.0.1...v3.0.2
539545
[v3.0.1]: https://github.com/samizdatco/skia-canvas/compare/v3.0.0...v3.0.1
540546
[v3.0.0]: https://github.com/samizdatco/skia-canvas/compare/v2.0.2...v3.0.0

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.3-rc2",
3+
"version": "3.0.3",
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)