Skip to content

Commit 41adf08

Browse files
committed
v3.2.1
1 parent f2c570d commit 41adf08

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ project adheres to [Semantic Versioning](http://semver.org/).
1010
### Changed
1111
### Added
1212
### Fixed
13+
14+
3.2.1
15+
==================
1316
* Fix error message HTTP response status code in image src setter
1417
* `roundRect()` shape incorrect when radii were large relative to rectangle size (#2400)
1518
* Reject loadImage when src is null or invalid (#2304)

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

0 commit comments

Comments
 (0)