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 1817109 commit 80e94eaCopy full SHA for 80e94ea
CHANGELOG.md
@@ -10,8 +10,11 @@ project adheres to [Semantic Versioning](http://semver.org/).
10
### Changed
11
### Added
12
### Fixed
13
-* Fixed accidental depenency on ambient DOM types
14
+3.0.1
15
+==================
16
+### Fixed
17
+* Fixed accidental depenency on ambient DOM types
18
19
3.0.0
20
==================
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "canvas",
3
"description": "Canvas graphics API backed by Cairo",
4
- "version": "3.0.0",
+ "version": "3.0.1",
5
"author": "TJ Holowaychuk <[email protected]>",
6
"main": "index.js",
7
"browser": "browser.js",
0 commit comments