We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9910243 commit 38e0a32Copy full SHA for 38e0a32
CHANGELOG.md
@@ -11,6 +11,11 @@ project adheres to [Semantic Versioning](http://semver.org/).
11
### Added
12
### Fixed
13
14
+2.11.2
15
+==================
16
+### Fixed
17
+* Building on Windows in CI (and maybe other Windows configurations?) (#2216)
18
+
19
2.11.1
20
==================
21
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "canvas",
3
"description": "Canvas graphics API backed by Cairo",
4
- "version": "2.11.1",
+ "version": "2.11.2",
5
"author": "TJ Holowaychuk <[email protected]>",
6
"main": "index.js",
7
"browser": "browser.js",
0 commit comments