From 61e474e299b04babd4b5348bc15ba71bee42099e Mon Sep 17 00:00:00 2001 From: Caleb Hearon Date: Tue, 21 Jan 2025 21:54:46 -0500 Subject: [PATCH] 3.1.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33c2b1cd0..b0383e8c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ project adheres to [Semantic Versioning](http://semver.org/). (Unreleased) ================== ### Changed +### Added +### Fixed + +3.1.0 +================== * Replaced `simple-get ` with ` Node.js builtin` `fetch` (#2309) * `ctx.font` has a new C++ parser and is 2x-400x faster. Please file an issue if you experience different results, as caching has been removed. * The restriction of registering fonts before a canvas is created has been removed. You can now register a font as late as right before the `fillText` call ([#1921](https://github.com/Automattic/node-canvas/issues/1921)) diff --git a/package.json b/package.json index 8d4133042..22b5f3f49 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "canvas", "description": "Canvas graphics API backed by Cairo", - "version": "3.0.1", + "version": "3.1.0", "author": "TJ Holowaychuk ", "main": "index.js", "browser": "browser.js",