diff --git a/README.md b/README.md index 54e2e53..2052223 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ cee.on('click',function(e){ ``` ## Release History +* 2018-02-08   v0.7.0   Add imageDataHelper. * 2015-03-07   v0.6.0   Is now written in ES6. * 2014-11-02   v0.5.0   Add `radiansToDegrees` and `degreesToRadians`. * 2014-10-13   v0.4.0   Add `mouseover` and `mouseout` events. diff --git a/package.json b/package.json index abe866d..5e1050a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "canvas-utils", - "version": "0.6.0", + "version": "0.7.0", "description": "Utility functions for the HTML5 canvas", "main": "es5-generated/index.js", "module": "src-es6/index.js",