From 58bc728df354c4d9a0e8a25d5b04710bfb8fb7e9 Mon Sep 17 00:00:00 2001 From: Zach Bjornson Date: Sat, 1 Aug 2020 13:31:33 -0700 Subject: [PATCH] v2.7.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",