We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5140e commit 8707f3dCopy full SHA for 8707f3d
CHANGELOG.md
@@ -8,6 +8,12 @@ project adheres to [Semantic Versioning](http://semver.org/).
8
(Unreleased)
9
==================
10
### Changed
11
+### Added
12
+### Fixed
13
+
14
+2.8.0
15
+==================
16
+### Changed
17
* Upgrade dtslint
18
* Upgrade node-pre-gyp to 1.0.0. Note that if you are using special node-pre-gyp
19
features like `node_pre_gyp_accessKeyId`, you may need to make changes to your
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "canvas",
3
"description": "Canvas graphics API backed by Cairo",
4
- "version": "2.7.0",
+ "version": "2.8.0",
5
"author": "TJ Holowaychuk <tj@learnboost.com>",
6
"main": "index.js",
7
"browser": "browser.js",
0 commit comments