diff --git a/CHANGELOG.md b/CHANGELOG.md index 11023e97c..396cd7ff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ project adheres to [Semantic Versioning](http://semver.org/). ### Changed ### Added ### Fixed + +2.11.1 +================== +### Fixed * Add missing property `canvas` to the `CanvasRenderingContext2D` type * Fixed glyph positions getting rounded, resulting text having a slight `letter-spacing` effect * Fixed `ctx.font` not being restored correctly after `ctx.restore()` (#1946) diff --git a/package.json b/package.json index c45c4ea4d..29025e2d8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "canvas", "description": "Canvas graphics API backed by Cairo", - "version": "2.11.0", + "version": "2.11.1", "author": "TJ Holowaychuk ", "main": "index.js", "browser": "browser.js",