Skip to content

Commit 5f5a3a3

Browse files
committed
chore(release): 5.0.2
1 parent dc6f1c0 commit 5f5a3a3

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.2](https://github.com/kyranet/canvas-constructor/compare/v5.0.1...v5.0.2) (2022-01-22)
6+
7+
### Bug Fixes
8+
9+
- **deps:** ensure compatibility with latest skia-canvas ([#439](https://github.com/kyranet/canvas-constructor/issues/439)) ([481ba6f](https://github.com/kyranet/canvas-constructor/commit/481ba6fbd843d8fe270219a81ed4691d5af867ce))
10+
- restore state in `printResponsiveText` ([#388](https://github.com/kyranet/canvas-constructor/issues/388)) ([08c3418](https://github.com/kyranet/canvas-constructor/commit/08c341826eb420edd4d1c84459d827f7b30abeab))
11+
512
### [5.0.1](https://github.com/kyranet/canvas-constructor/compare/v5.0.0...v5.0.1) (2021-07-30)
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": "5.0.1",
3+
"version": "5.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)