We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c570d commit 41adf08Copy full SHA for 41adf08
2 files changed
CHANGELOG.md
@@ -10,6 +10,9 @@ project adheres to [Semantic Versioning](http://semver.org/).
10
### Changed
11
### Added
12
### Fixed
13
+
14
+3.2.1
15
+==================
16
* Fix error message HTTP response status code in image src setter
17
* `roundRect()` shape incorrect when radii were large relative to rectangle size (#2400)
18
* Reject loadImage when src is null or invalid (#2304)
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "canvas",
3
"description": "Canvas graphics API backed by Cairo",
4
- "version": "3.2.0",
+ "version": "3.2.1",
5
"author": "TJ Holowaychuk <tj@learnboost.com>",
6
"main": "index.js",
7
"browser": "browser.js",
0 commit comments