Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B1E31180B4 for ; Mon, 26 Oct 2015 23:51:00 +0000 (UTC) Received: (qmail 64614 invoked by uid 500); 26 Oct 2015 23:51:00 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 64582 invoked by uid 500); 26 Oct 2015 23:51:00 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 64570 invoked by uid 99); 26 Oct 2015 23:51:00 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Oct 2015 23:51:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3E9F9E08EA; Mon, 26 Oct 2015 23:51:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Message-Id: <180b9f4c73804164bee67532feb0ec6b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-app-hello-world git commit: Updated version and RELEASENOTES.md for release 3.10.0 Date: Mon, 26 Oct 2015 23:51:00 +0000 (UTC) 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 Authored: Mon Oct 26 16:49:53 2015 -0700 Committer: Steve Gill 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: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org