Skip to content

Commit 2647c63

Browse files
committed
release: Bump version to 3.0.3
1 parent 107dfa5 commit 2647c63

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 3.0.3
8+
### Fixed
9+
- Resolved security vulnerability by upgrading to `[email protected]`.
10+
711
## 3.0.2
812
### Fixed
913
- `Canvas#resetShadows()` not clearing shadows.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "canvas-constructor",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "A ES6 class for node-canvas with built-in functions and chained methods.",
55
"main": "src/index",
66
"types": "typings/index.d.ts",

0 commit comments

Comments
 (0)