Skip to content

Commit 9bcf363

Browse files
committed
3.2.0
1 parent 6ce963d commit 9bcf363

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ project adheres to [Semantic Versioning](http://semver.org/).
99
==================
1010
### Changed
1111
### Added
12-
* Added `ctx.lang` to set the ISO language code for text
1312
### Fixed
1413

14+
3.2.0
15+
==================
16+
### Added
17+
* Added `ctx.lang` to set the ISO language code for text
18+
1519
3.1.2
1620
==================
1721
### Fixed

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.1.2",
4+
"version": "3.2.0",
55
"author": "TJ Holowaychuk <[email protected]>",
66
"main": "index.js",
77
"browser": "browser.js",

0 commit comments

Comments
 (0)