Skip to content

Commit

Permalink
Version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tillarnold committed Feb 8, 2018
1 parent eba341e commit c873ca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c873ca7

Please sign in to comment.