Skip to content

Commit 58bc728

Browse files
committed
v2.7.0
1 parent e8ad788 commit 58bc728

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ project adheres to [Semantic Versioning](http://semver.org/).
88
(Unreleased)
99
==================
1010
### Changed
11+
### Added
12+
### Fixed
13+
14+
2.7.0
15+
==================
16+
### Changed
1117
* Switch CI to Github Actions. (Adds Windows and macOS builds.)
1218
* Switch prebuilds to GitHub actions in the Automattic/node-canvas repository.
1319
Previously these were in the [node-gfx/node-canvas-prebuilt](https://github.com/node-gfx/node-canvas-prebuilt)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "canvas",
33
"description": "Canvas graphics API backed by Cairo",
4-
"version": "2.6.1",
4+
"version": "2.7.0",
55
"author": "TJ Holowaychuk <tj@learnboost.com>",
66
"main": "index.js",
77
"browser": "browser.js",

0 commit comments

Comments
 (0)