From fc160f5d3a4bc1171fa012391dda923561fb497e Mon Sep 17 00:00:00 2001 From: Zach Bjornson Date: Thu, 22 Dec 2022 09:07:02 -0800 Subject: [PATCH] v2.11.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1a61ef90..75e335c0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ project adheres to [Semantic Versioning](http://semver.org/). ### Changed ### Added ### Fixed + +2.11.0 +================== +### Fixed * Replace triple-slash directive in types with own types to avoid polluting TS modules with globals ([#1656](https://github.com/Automattic/node-canvas/issues/1656)) 2.10.2 diff --git a/package.json b/package.json index bfc152224..c45c4ea4d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "canvas", "description": "Canvas graphics API backed by Cairo", - "version": "2.10.2", + "version": "2.11.0", "author": "TJ Holowaychuk ", "main": "index.js", "browser": "browser.js",