Browse Source

Merge pull request #586 from garthk/bump124

Bump version to 1.2.4
v1.x 1.2.4
Juriy Zaytsev 10 years ago
parent
commit
21383b990e
  1. 8
      History.md
  2. 6
      package.json

8
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 1.2.3 / 2015-05-21
================== ==================

6
package.json

@ -1,7 +1,7 @@
{ {
"name": "canvas", "name": "canvas",
"description": "Canvas graphics API backed by Cairo", "description": "Canvas graphics API backed by Cairo",
"version": "1.2.3", "version": "1.2.4",
"author": "TJ Holowaychuk <tj@learnboost.com>", "author": "TJ Holowaychuk <tj@learnboost.com>",
"contributors": [ "contributors": [
"Nathan Rajlich <nathan@tootallnate.net>", "Nathan Rajlich <nathan@tootallnate.net>",
@ -18,8 +18,8 @@
"images", "images",
"pdf" "pdf"
], ],
"homepage": "https://github.com/learnboost/node-canvas", "homepage": "https://github.com/Automattic/node-canvas",
"repository": "git://github.com/learnboost/node-canvas.git", "repository": "git://github.com/Automattic/node-canvas.git",
"scripts": { "scripts": {
"test": "make test" "test": "make test"
}, },

Loading…
Cancel
Save