Skip to content

Commit de1fe70

Browse files
committed
chore(release): 5.0.1
1 parent 3414108 commit de1fe70

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [5.0.1](https://github.com/kyranet/canvas-constructor/compare/v5.0.0...v5.0.1) (2021-07-30)
6+
7+
### Bug Fixes
8+
9+
- include DOM types ([#378](https://github.com/kyranet/canvas-constructor/issues/378)) ([3414108](https://github.com/kyranet/canvas-constructor/commit/341410863d0c35af5dc9c288775e546cda670bcb))
10+
- write export files for custom loaders ([#377](https://github.com/kyranet/canvas-constructor/issues/377)) ([be298b2](https://github.com/kyranet/canvas-constructor/commit/be298b22075316ca61bef6d3cadcc5df6c0eda06))
11+
512
## [5.0.0](https://github.com/kyranet/canvas-constructor/compare/v4.1.0...v5.0.0) (2021-07-27)
613

714
### ⚠ BREAKING CHANGES

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": "5.0.0",
3+
"version": "5.0.1",
44
"description": "A ES6 class for node-canvas with built-in functions and chained methods.",
55
"author": "kyranet",
66
"license": "MIT",

0 commit comments

Comments
 (0)