We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce963d commit 9bcf363Copy full SHA for 9bcf363
CHANGELOG.md
@@ -9,9 +9,13 @@ project adheres to [Semantic Versioning](http://semver.org/).
9
==================
10
### Changed
11
### Added
12
-* Added `ctx.lang` to set the ISO language code for text
13
### Fixed
14
+3.2.0
15
+==================
16
+### Added
17
+* Added `ctx.lang` to set the ISO language code for text
18
+
19
3.1.2
20
21
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "canvas",
3
"description": "Canvas graphics API backed by Cairo",
4
- "version": "3.1.2",
+ "version": "3.2.0",
5
"author": "TJ Holowaychuk <[email protected]>",
6
"main": "index.js",
7
"browser": "browser.js",
0 commit comments