Browse Source

Release 1.2.5

v1.x 1.2.5
Nathan Rajlich 10 years ago
parent
commit
e84f70fd75
  1. 13
      History.md
  2. 2
      package.json

13
History.md

@ -1,12 +1,15 @@
1.2.5 / 2015-07-28
==================
* Another npm release, since 1.2.4 was botched (see #596)
1.2.4 / 2015-07-23 1.2.4 / 2015-07-23
================== ==================
* Point `homepage` and `repository` links to * Point `homepage` and `repository` links to [`github.com/Automattic/node-canvas`][repo]
[`github.com/Automattic/node-canvas`][repo]
* Fix Travis builds and Cairo include paths (thanks, Linus Unnebäck!) * 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
================== ==================
@ -483,3 +486,5 @@
================== ==================
* Initial release * Initial release
[repo]: [https://github.com/Automattic/node-canvas]

2
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.4", "version": "1.2.5",
"author": "TJ Holowaychuk <tj@learnboost.com>", "author": "TJ Holowaychuk <tj@learnboost.com>",
"contributors": [ "contributors": [
"Nathan Rajlich <nathan@tootallnate.net>", "Nathan Rajlich <nathan@tootallnate.net>",

Loading…
Cancel
Save