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 107dfa5 commit 2647c63Copy full SHA for 2647c63
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## 3.0.3
8
+### Fixed
9
+- Resolved security vulnerability by upgrading to `[email protected]`.
10
+
11
## 3.0.2
12
### Fixed
13
- `Canvas#resetShadows()` not clearing shadows.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "canvas-constructor",
3
- "version": "3.0.2",
+ "version": "3.0.3",
"description": "A ES6 class for node-canvas with built-in functions and chained methods.",
"main": "src/index",
"types": "typings/index.d.ts",
0 commit comments