Skip to content

Commit 4cb46f3

Browse files
committed
chore(release): release 7.0.1
1 parent 732d1f9 commit 4cb46f3

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+
# [7.0.1](https://github.com/kyranet/canvas-constructor/compare/v7.0.0...v7.0.1) - (2023-05-19)
6+
7+
## 🐛 Bug Fixes
8+
9+
- Update tslib dependency ([0ad6c4c](https://github.com/kyranet/canvas-constructor/commit/0ad6c4ce9e176ebc2113fe2f5bee4280300af479))
10+
- **browser:** Access from `globalThis` (#560) ([a83af48](https://github.com/kyranet/canvas-constructor/commit/a83af481b5222ab1a1f155a1bfb71d8e971f56e3))
11+
- Update dependencies (#553) ([f043125](https://github.com/kyranet/canvas-constructor/commit/f04312550bee4be1b43b0ff4ee1b969293dc590c))
12+
13+
## 📝 Documentation
14+
15+
- Fix some issues in the README (#524) ([505658d](https://github.com/kyranet/canvas-constructor/commit/505658d1203a05a4af2100fdb4c479e8f92e31ed))
16+
- Change name ([02c7910](https://github.com/kyranet/canvas-constructor/commit/02c7910a6117b7fdb2f0e67c979c10af7e5d3ee0))
17+
518
# [7.0.0](https://github.com/kyranet/canvas-constructor/compare/v6.0.2...v7.0.0) - (2022-09-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": "7.0.0",
3+
"version": "7.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)