Skip to content

Commit 4350cd9

Browse files
committed
chore(release): release 7.0.0
1 parent fcac109 commit 4350cd9

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.
44

5+
# [7.0.0](https://github.com/kyranet/canvas-constructor/compare/v6.0.2...v7.0.0) - (2022-09-01)
6+
7+
## 🏠 Refactor
8+
9+
- Re-export async `loadImage` from `@napi-rs/canvas` (#516) ([c5ad068](https://github.com/kyranet/canvas-constructor/commit/c5ad0689a37a0b5920b14d0c579dd88844444051))
10+
- 💥 **BREAKING CHANGE:** When using @napi/rs loader the `loadImage` function is now an async function returning a `Promise`
11+
512
# [6.0.2](https://github.com/kyranet/canvas-constructor/compare/v6.0.1...v6.0.2) - (2022-07-12)
613

714
## 🐛 Bug Fixes

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