From 09064a2408f940eeb630b83d82539df1bffeddb5 Mon Sep 17 00:00:00 2001 From: Garth Kidd Date: Thu, 23 Jul 2015 10:28:47 +1000 Subject: [PATCH 1/2] Follow repository move to Automatic. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 133f28f..30db1dc 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,8 @@ "images", "pdf" ], - "homepage": "https://github.com/learnboost/node-canvas", - "repository": "git://github.com/learnboost/node-canvas.git", + "homepage": "https://github.com/Automattic/node-canvas", + "repository": "git://github.com/Automattic/node-canvas.git", "scripts": { "test": "make test" }, From e1a1df28d8d19e9351bf04be7dfe1056f808a3dd Mon Sep 17 00:00:00 2001 From: Garth Kidd Date: Thu, 23 Jul 2015 10:29:29 +1000 Subject: [PATCH 2/2] Release 1.2.4 --- History.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 772015e..d7976c9 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,11 @@ +1.2.4 / 2015-07-23 +================== + + * Point `homepage` and `repository` links to + [`github.com/Automattic/node-canvas`][repo] + * Fix Travis builds and Cairo include paths (thanks, Linus Unnebäck!) + +[repo]: [https://github.com/Automattic/node-canvas] 1.2.3 / 2015-05-21 ================== diff --git a/package.json b/package.json index 30db1dc..8cd40c8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "canvas", "description": "Canvas graphics API backed by Cairo", - "version": "1.2.3", + "version": "1.2.4", "author": "TJ Holowaychuk ", "contributors": [ "Nathan Rajlich ",