Skip to content

Commit 38e0a32

Browse files
committed
v2.11.2
1 parent 9910243 commit 38e0a32

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ project adheres to [Semantic Versioning](http://semver.org/).
1111
### Added
1212
### Fixed
1313

14+
2.11.2
15+
==================
16+
### Fixed
17+
* Building on Windows in CI (and maybe other Windows configurations?) (#2216)
18+
1419
2.11.1
1520
==================
1621
### Fixed

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.11.1",
4+
"version": "2.11.2",
55
"author": "TJ Holowaychuk <[email protected]>",
66
"main": "index.js",
77
"browser": "browser.js",

0 commit comments

Comments
 (0)