From b3e7df319c045c1dc74e390f4b3af161304c9c55 Mon Sep 17 00:00:00 2001 From: Zach Bjornson Date: Wed, 7 Sep 2022 09:41:50 -0700 Subject: [PATCH] v2.10.1 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ece076034..513643483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,12 @@ project adheres to [Semantic Versioning](http://semver.org/). ### Changed ### Added ### Fixed + +2.10.1 +================== +### Fixed * Fix `actualBoundingBoxLeft` and `actualBoundingBoxRight` when `textAlign='center'` or `'right'` ([#1909](https://github.com/Automattic/node-canvas/issues/1909)) -* Fix `rgba(r,g,b,0)` with alpha to 0 should parse as transparent, not opaque. +* Fix `rgba(r,g,b,0)` with alpha to 0 should parse as transparent, not opaque. ([#2110](https://github.com/Automattic/node-canvas/pull/2110)) 2.10.0 ================== diff --git a/package.json b/package.json index 72849d64d..034783003 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "canvas", "description": "Canvas graphics API backed by Cairo", - "version": "2.10.0", + "version": "2.10.1", "author": "TJ Holowaychuk ", "main": "index.js", "browser": "browser.js",