Skip to content

Commit 2b9e81e

Browse files
committed
3.0.1
1 parent 1817109 commit 2b9e81e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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

Lines changed: 4 additions & 2 deletions
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",
@@ -64,7 +64,9 @@
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
}

0 commit comments

Comments
 (0)