We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 103a620 commit ac82fa7Copy full SHA for ac82fa7
CHANGELOG.md
@@ -10,6 +10,10 @@ project adheres to [Semantic Versioning](http://semver.org/).
10
### Changed
11
### Added
12
### Fixed
13
+
14
+3.2.2
15
+==================
16
+### Fixed
17
* Fix dangling env pointer in image MIME data cleanup (#2550)
18
* Fix `ctx.direction` not affected by `ctx.save` and `ctx.restore`
19
* Preserve rest of PDF pages when changing width and height (#2538)
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "canvas",
3
"description": "Canvas graphics API backed by Cairo",
4
- "version": "3.2.1",
+ "version": "3.2.2",
5
"author": "TJ Holowaychuk <tj@learnboost.com>",
6
"main": "index.js",
7
"browser": "browser.js",
0 commit comments