Skip to content

Commit a862af8

Browse files
committed
3.1.2
1 parent 2738a70 commit a862af8

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+
3.1.2
15+
==================
16+
### Fixed
17+
* Fix crash when setting width/height on PDF, SVG canvas (#2520)
18+
1419
3.1.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": "3.1.1",
4+
"version": "3.1.2",
55
"author": "TJ Holowaychuk <[email protected]>",
66
"main": "index.js",
77
"browser": "browser.js",

0 commit comments

Comments
 (0)