Skip to content

Commit

Permalink
chore(release): release 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed May 19, 2023
1 parent 732d1f9 commit 4cb46f3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

# [7.0.1](https://github.com/kyranet/canvas-constructor/compare/v7.0.0...v7.0.1) - (2023-05-19)

## 🐛 Bug Fixes

- Update tslib dependency ([0ad6c4c](https://github.com/kyranet/canvas-constructor/commit/0ad6c4ce9e176ebc2113fe2f5bee4280300af479))
- **browser:** Access from `globalThis` (#560) ([a83af48](https://github.com/kyranet/canvas-constructor/commit/a83af481b5222ab1a1f155a1bfb71d8e971f56e3))
- Update dependencies (#553) ([f043125](https://github.com/kyranet/canvas-constructor/commit/f04312550bee4be1b43b0ff4ee1b969293dc590c))

## 📝 Documentation

- Fix some issues in the README (#524) ([505658d](https://github.com/kyranet/canvas-constructor/commit/505658d1203a05a4af2100fdb4c479e8f92e31ed))
- Change name ([02c7910](https://github.com/kyranet/canvas-constructor/commit/02c7910a6117b7fdb2f0e67c979c10af7e5d3ee0))

# [7.0.0](https://github.com/kyranet/canvas-constructor/compare/v6.0.2...v7.0.0) - (2022-09-01)

## 🏠 Refactor
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "canvas-constructor",
"version": "7.0.0",
"version": "7.0.1",
"description": "A ES6 class for node-canvas with built-in functions and chained methods.",
"author": "kyranet",
"license": "MIT",
Expand Down

0 comments on commit 4cb46f3

Please sign in to comment.