diff --git a/CHANGELOG.md b/CHANGELOG.md index 10aac0d31..945877590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ project adheres to [Semantic Versioning](http://semver.org/). (Unreleased) ================== ### Changed +### Added +### Fixed + +2.7.0 +================== +### Changed * Switch CI to Github Actions. (Adds Windows and macOS builds.) * Switch prebuilds to GitHub actions in the Automattic/node-canvas repository. Previously these were in the [node-gfx/node-canvas-prebuilt](https://github.com/node-gfx/node-canvas-prebuilt) diff --git a/package.json b/package.json index c01c56fec..78b31f82b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "canvas", "description": "Canvas graphics API backed by Cairo", - "version": "2.6.1", + "version": "2.7.0", "author": "TJ Holowaychuk ", "main": "index.js", "browser": "browser.js",