diff --git a/docs/changelog.md b/docs/changelog.md index 62fd5b7c..7d81a7b0 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,7 +4,7 @@ Requires libvips v8.4.2. -#### v0.17.0 - TBD +#### v0.17.0 - 11th December 2016 * Drop support for versions of Node prior to v4. diff --git a/package.json b/package.json index 3e7a1444..2f7d53ad 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,6 @@ "docs": "for m in constructor input resize composite operation colour channel output utility; do documentation build --shallow --format=md lib/$m.js >docs/api-$m.md; done" }, "main": "lib/index.js", - "types": "lib/types.d.ts", "repository": { "type": "git", "url": "git://github.com/lovell/sharp"