diff --git a/CHANGELOG.md b/CHANGELOG.md index 396cd7ff0..cbbdb8254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ project adheres to [Semantic Versioning](http://semver.org/). ### Added ### Fixed +2.11.2 +================== +### Fixed +* Building on Windows in CI (and maybe other Windows configurations?) (#2216) + 2.11.1 ================== ### Fixed diff --git a/package.json b/package.json index 29025e2d8..77e72328c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "canvas", "description": "Canvas graphics API backed by Cairo", - "version": "2.11.1", + "version": "2.11.2", "author": "TJ Holowaychuk ", "main": "index.js", "browser": "browser.js",