Skip to content

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tillarnold committed Feb 16, 2018
1 parent 9872bf0 commit a3bb280
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 @@ -158,6 +158,7 @@ Get the `CanvasRenderingContext2D`. Just in cave leinwand does not provide some
Get the underlying `HTMLCanvasElement`.

## Release History
* 2018-02-16   v0.6.0   implement getters and add more utility functions
* 2018-02-09   v0.5.0   add more utility functions
* 2016-07-12   v0.4.0   add `drawImage` method
* 2015-12-05   v0.3.0   add more utility functions
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": "leinwand",
"version": "0.5.0",
"version": "0.6.0",
"description": "Method chaining for the canvas 2d api",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a3bb280

Please sign in to comment.