File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff 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
16193.0.0
1720==================
Original file line number Diff line number Diff line change 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" ,
6464 "node" : " ^18.12.0 || >= 20.9.0"
6565 },
6666 "binary" : {
67- "napi_versions" : [7 ]
67+ "napi_versions" : [
68+ 7
69+ ]
6870 },
6971 "license" : " MIT"
7072}
You can’t perform that action at this time.
0 commit comments