Skip to content

Commit

Permalink
chore(release): 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jul 27, 2021
1 parent 3a2aece commit 09f74da
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Change Log
# Changelog

All notable changes to this project will be documented in this file.
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.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [5.0.0](https://github.com/kyranet/canvas-constructor/compare/v4.1.0...v5.0.0) (2021-07-27)

### ⚠ BREAKING CHANGES

- Removed main export at `canvas-constructor`.
- Dropped Node 8, 10, and 12 support

- specify breaking changes ([3a2aece](https://github.com/kyranet/canvas-constructor/commit/3a2aece1a1e844b7edfd316da00a0162f88a1b35))

## 4.1.0

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": "4.1.0",
"version": "5.0.0",
"description": "A ES6 class for node-canvas with built-in functions and chained methods.",
"author": "kyranet",
"license": "MIT",
Expand Down

0 comments on commit 09f74da

Please sign in to comment.