Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 075AC200C7D for ; Tue, 2 May 2017 02:11:57 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 05FAA160BC2; Tue, 2 May 2017 00:11:57 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4CD36160BC1 for ; Tue, 2 May 2017 02:11:56 +0200 (CEST) Received: (qmail 84889 invoked by uid 500); 2 May 2017 00:11:55 -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 84880 invoked by uid 99); 2 May 2017 00:11:55 -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; Tue, 02 May 2017 00:11:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 65069DFB91; Tue, 2 May 2017 00:11:55 +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: <21a6fc1b3af643f1b8934ef6058168a4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-app-hello-world git commit: CB-12747 Updated version and RELEASENOTES.md for release 3.12.0 Date: Tue, 2 May 2017 00:11:55 +0000 (UTC) archived-at: Tue, 02 May 2017 00:11:57 -0000 Repository: cordova-app-hello-world Updated Branches: refs/heads/3.12.x [created] a82a0c552 CB-12747 Updated version and RELEASENOTES.md for release 3.12.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/a82a0c55 Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/tree/a82a0c55 Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/diff/a82a0c55 Branch: refs/heads/3.12.x Commit: a82a0c55233010f3ac0a7cd776f8240279b8a1ae Parents: e3b8a9c Author: Steve Gill Authored: Tue May 2 01:20:19 2017 +0200 Committer: Steve Gill Committed: Tue May 2 01:20:19 2017 +0200 ---------------------------------------------------------------------- RELEASENOTES.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/blob/a82a0c55/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 04204a4..34adafd 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,10 @@ --> # Release Notes +### 3.12.0 (May 02, 2017) +* [CB-12684](https://issues.apache.org/jira/browse/CB-12684): added `package.json` to default hello world app +* Add github pull request template + ### 3.11.0 (Sep 29, 2016) * [CB-11938](https://issues.apache.org/jira/browse/CB-11938) updated csp to include content: for img-src * [CB-11412](https://issues.apache.org/jira/browse/CB-11412) Update templates to designate template source dir http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/blob/a82a0c55/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index b753d29..048f0e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-app-hello-world", - "version": "3.11.1-dev", + "version": "3.12.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