Skip to content

Commit 80e94ea

Browse files
committed
v3.0.1
1 parent 1817109 commit 80e94ea

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ project adheres to [Semantic Versioning](http://semver.org/).
1010
### Changed
1111
### Added
1212
### Fixed
13-
* Fixed accidental depenency on ambient DOM types
1413

14+
3.0.1
15+
==================
16+
### Fixed
17+
* Fixed accidental depenency on ambient DOM types
1518

1619
3.0.0
1720
==================

package.json

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

0 commit comments

Comments
 (0)