From 561d933fe251c9c9ea28f715dccf496f08667c46 Mon Sep 17 00:00:00 2001 From: Zach Bjornson Date: Sat, 3 Sep 2022 19:52:26 -0700 Subject: [PATCH] v2.10.0 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 886602912..85b51d474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,13 @@ project adheres to [Semantic Versioning](http://semver.org/). (Unreleased) ================== ### Changed -* Export `pangoVersion` ### Added +### Fixed + +2.10.0 +================== +### Added +* Export `pangoVersion` * [`ctx.roundRect()`](https://developer.chrome.com/blog/canvas2d/#round-rect) ### Fixed * `rgba(r,g,b)` with no alpha should parse as opaque, not transparent. ([#2029](/~https://github.com/Automattic/node-canvas/issues/2029)) diff --git a/package.json b/package.json index 5d4185d5e..72849d64d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "canvas", "description": "Canvas graphics API backed by Cairo", - "version": "2.9.3", + "version": "2.10.0", "author": "TJ Holowaychuk ", "main": "index.js", "browser": "browser.js",