Skip to content

Commit 4572379

Browse files
committed
chore(release): release 6.0.1
1 parent d27a04a commit 4572379

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file.
44

5+
# [6.0.1](https://github.com/kyranet/canvas-constructor/compare/v6.0.0...v6.0.1) - (2022-06-06)
6+
7+
## 🐛 Bug Fixes
8+
9+
- Re-add export files (#486) ([d27a04a](https://github.com/kyranet/canvas-constructor/commit/d27a04ae3f19fac8ed9e364f8dbcc28b16368ead))
10+
- Resolved infinite recursion in `resetTransform` ([352a24e](https://github.com/kyranet/canvas-constructor/commit/352a24e203c028e13e8186623526d83b81de4191))
11+
- **browser:** Export `loadImage` rather than `resolveImage` ([ef0be31](https://github.com/kyranet/canvas-constructor/commit/ef0be313bf9e69fe99c5b1c882f6f145963a2354))
12+
13+
## 📝 Documentation
14+
15+
- Include napi-rs to typedoc entry points ([fad3d6e](https://github.com/kyranet/canvas-constructor/commit/fad3d6e56328f478dad963beb214d20b859a8c3a))
16+
- Mention `@napi-rs/canvas` ([3ddf9f6](https://github.com/kyranet/canvas-constructor/commit/3ddf9f64464430f42e3af10c026f4c45d0fd6a44))
17+
518
# [6.0.0](https://github.com/kyranet/canvas-constructor/compare/v5.0.2...v6.0.0) - (2022-06-01)
619

720
## 🏠 Refactor

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": "6.0.0",
3+
"version": "6.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)