We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1541544 commit f91598eCopy full SHA for f91598e
2 files changed
CHANGELOG.md
@@ -10,6 +10,10 @@ project adheres to [Semantic Versioning](http://semver.org/).
10
### Changed
11
### Added
12
### Fixed
13
+
14
+3.2.3
15
+==================
16
+### Fixed
17
* Fix building with gcc (#2559)
18
19
3.2.2
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "canvas",
3
"description": "Canvas graphics API backed by Cairo",
4
- "version": "3.2.2",
+ "version": "3.2.3",
5
"author": "TJ Holowaychuk <tj@learnboost.com>",
6
"main": "index.js",
7
"browser": "browser.js",
0 commit comments