From c1edd1b1ab6f82e5816fec3afa8bf596d2f8972d Mon Sep 17 00:00:00 2001 From: Peter Braden Date: Wed, 24 Sep 2014 20:10:11 +0200 Subject: [PATCH] v0.7.0 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56748ce..38f33a4 100755 --- a/README.md +++ b/README.md @@ -208,6 +208,10 @@ doesn't work for you please get in touch. ## Changelog +#### 0.7.0 + +Matrix constructors, and contour access from @oskardahlberg and @emallson. + #### 0.6.0 Many updates from the community, thank you to all. diff --git a/package.json b/package.json index 3b8cc5e..a00e19f 100755 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "buffers": "0.1.1" }, - "version": "0.6.0", + "version": "0.7.0", "devDependencies": { "vows": "*" },