Skip to content

Commit 09f74da

Browse files
committed
chore(release): 5.0.0
1 parent 3a2aece commit 09f74da

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
# Change Log
1+
# Changelog
22

3-
All notable changes to this project will be documented in this file.
3+
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-
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6-
and this project adheres to [Semantic Versioning](http://semver.org/).
5+
## [5.0.0](https://github.com/kyranet/canvas-constructor/compare/v4.1.0...v5.0.0) (2021-07-27)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- Removed main export at `canvas-constructor`.
10+
- Dropped Node 8, 10, and 12 support
11+
12+
- specify breaking changes ([3a2aece](https://github.com/kyranet/canvas-constructor/commit/3a2aece1a1e844b7edfd316da00a0162f88a1b35))
713

814
## 4.1.0
915

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