Skip to content

Commit 1ba257d

Browse files
committed
version 3.0.4
1 parent b3488f3 commit 1ba257d

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## 🥚 ⟩ [Unreleased]
3+
<!--## 🥚 ⟩ [Unreleased]-->
4+
5+
## 📦 ⟩ [v3.0.4] ⟩ Aug 22, 2025
46

57
### Bugfixes
68
- Variable fonts can now correctly function as fallbacks (previously only the first-matched font in a stack would be converted to a usable instance)
@@ -548,7 +550,8 @@
548550

549551
**Initial public release** 🎉
550552

551-
[unreleased]: https://github.com/samizdatco/skia-canvas/compare/v3.0.3...HEAD
553+
[unreleased]: https://github.com/samizdatco/skia-canvas/compare/v3.0.4...HEAD
554+
[v3.0.4]: https://github.com/samizdatco/skia-canvas/compare/v3.0.3...v3.0.4
552555
[v3.0.3]: https://github.com/samizdatco/skia-canvas/compare/v3.0.2...v3.0.3
553556
[v3.0.2]: https://github.com/samizdatco/skia-canvas/compare/v3.0.1...v3.0.2
554557
[v3.0.1]: https://github.com/samizdatco/skia-canvas/compare/v3.0.0...v3.0.1

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.2"
3+
version = "3.0.4"
44
description = "A canvas environment for Node"
55
authors = ["Christian Swinehart <drafting@samizdat.co>"]
66
license = "MIT"

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",
3+
"version": "3.0.4",
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)