Skip to content

Commit 561d933

Browse files
committed
v2.10.0
1 parent 3fb4ed9 commit 561d933

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@ project adheres to [Semantic Versioning](http://semver.org/).
88
(Unreleased)
99
==================
1010
### Changed
11-
* Export `pangoVersion`
1211
### Added
12+
### Fixed
13+
14+
2.10.0
15+
==================
16+
### Added
17+
* Export `pangoVersion`
1318
* [`ctx.roundRect()`](https://developer.chrome.com/blog/canvas2d/#round-rect)
1419
### Fixed
1520
* `rgba(r,g,b)` with no alpha should parse as opaque, not transparent. ([#2029](https://github.com/Automattic/node-canvas/issues/2029))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "canvas",
33
"description": "Canvas graphics API backed by Cairo",
4-
"version": "2.9.3",
4+
"version": "2.10.0",
55
"author": "TJ Holowaychuk <tj@learnboost.com>",
66
"main": "index.js",
77
"browser": "browser.js",

0 commit comments

Comments
 (0)