From e13300440e28e2be77d54fbcc5713ca199e66969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Sat, 9 Jul 2016 17:13:15 +0200 Subject: [PATCH] Correct a few issues with documentation and NPM publishing that slipped through in the v0.10.0 release. --- CHANGELOG.md | 8 +++++++- gulp/jsdoc | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 006293d8..d57ebfa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to Paper.js shall be documented in this file, following common [CHANGELOG](http://keepachangelog.com/) conventions. As of `0.10.0`, Paper.js adheres to [Semantic Versioning](http://semver.org/). +## `0.10.1` (Unreleased) + +### Fixed +- Correct a few issues with documentation and NPM publishing that slipped + through in the `0.10.0` release. + ## `0.10.0` ### Preamble @@ -221,7 +227,7 @@ contribute to the code. invertible transformations (#558). - Scaling shadows now works correctly with browser- and view-zoom (#831). - `Path#arcTo()` correctly handles zero sizes. -- `#importSVG()` handles onLoad and onError callbacks for string inputs that +- `#importSVG()` handles `onLoad` and `onError` callbacks for string inputs that load external resources (#827). - `#importJSON()` and `#exportJSON()` now handle non-`Item` objects correctly (#392). diff --git a/gulp/jsdoc b/gulp/jsdoc index 4a90c050..698991bf 160000 --- a/gulp/jsdoc +++ b/gulp/jsdoc @@ -1 +1 @@ -Subproject commit 4a90c0501d3d0a1f5fec2363e9dce623d0758401 +Subproject commit 698991bfba9210c6d94c08bd70ba9f815ea98bdf diff --git a/package.json b/package.json index 6535c60a..301f3e9a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ ], "main": "dist/paper-full.js", "scripts": { - "prepublish": "gulp minify", + "prepublish": "gulp build minify docs", "precommit": "gulp jshint", "prepush": "gulp test", "build": "gulp build",