Skip to content

Commit ac82fa7

Browse files
committed
v3.2.2
1 parent 103a620 commit ac82fa7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ project adheres to [Semantic Versioning](http://semver.org/).
1010
### Changed
1111
### Added
1212
### Fixed
13+
14+
3.2.2
15+
==================
16+
### Fixed
1317
* Fix dangling env pointer in image MIME data cleanup (#2550)
1418
* Fix `ctx.direction` not affected by `ctx.save` and `ctx.restore`
1519
* Preserve rest of PDF pages when changing width and height (#2538)

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.2.1",
4+
"version": "3.2.2",
55
"author": "TJ Holowaychuk <tj@learnboost.com>",
66
"main": "index.js",
77
"browser": "browser.js",

0 commit comments

Comments
 (0)