Repository: cordova-app-hello-world Updated Branches: refs/heads/master 7608c6a38 -> 5b29205b4
Updated version and RELEASENOTES.md for release 3.10.0 Project: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/commit/5b29205b Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/tree/5b29205b Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/diff/5b29205b Branch: refs/heads/master Commit: 5b29205b4a9e70603392114b8d89c20892cb6eb6 Parents: 7608c6a Author: Steve Gill <[email protected]> Authored: Mon Oct 26 16:49:53 2015 -0700 Committer: Steve Gill <[email protected]> Committed: Mon Oct 26 16:49:53 2015 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/blob/5b29205b/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 8ca568f..63963c2 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,11 @@ --> # Release Notes +### 3.10.0 (Oct 26, 2015) +* CB-9712 CLI 5.3 breaks with node 3.3.3 +* don't duplicate hooks guide +* CB-8896 updated whitelist dependency to use spec + ### 3.9.0 (Mar 23, 2015) * CB-8716 Add Whitelist plugin to config.xml http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/blob/5b29205b/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 7d29290..32a8caf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-app-hello-world", - "version": "3.9.1-dev", + "version": "3.10.0", "description": "This is the hello world app used by the `cordova create` command.", "repository": { "type": "git", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
