Skip to content

Commit 755c19e

Browse files
committed
chore(release): release 6.0.2
1 parent 95aa771 commit 755c19e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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

5+
# [6.0.2](https://github.com/kyranet/canvas-constructor/compare/v6.0.1...v6.0.2) - (2022-07-12)
6+
7+
## 🐛 Bug Fixes
8+
9+
- Export loadFont for /cairo (#497) ([74d3e81](https://github.com/kyranet/canvas-constructor/commit/74d3e8112e0b2aab55ea086975879bb3b968c73c))
10+
511
# [6.0.1](https://github.com/kyranet/canvas-constructor/compare/v6.0.0...v6.0.1) - (2022-06-06)
612

713
## 🐛 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.1",
3+
"version": "6.0.2",
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)