You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/01/15 05:22:58 UTC

[cordova-node-xcode] 01/02: GH-10 Updated version and RELEASENOTES.md for release 2.0.0

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-node-xcode.git

commit 1a2222cf05c7e03650c637779ace783ef52293c3
Author: エリス <el...@gmail.com>
AuthorDate: Tue Jan 15 13:43:17 2019 +0900

    GH-10 Updated version and RELEASENOTES.md for release 2.0.0
---
 RELEASENOTES.md | 5 +++++
 package.json    | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index fbc422a..e07fac2 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,11 @@
 -->
 # Cordova-node-xcode Release Notes
 
+### 2.0.0 (Jan 15, 2019)
+* Updated to use ECMAScript 2015 Object.assign. ([#14](https://github.com/apache/cordova-node-xcode/pull/14))
+* fix: simple-plist@1 update in dependencies ([#30](https://github.com/apache/cordova-node-xcode/pull/30))
+* drop support for Node.js pre-6.0 [#29](https://github.com/apache/cordova-node-xcode/pull/29)
+
 ### 1.1.0 (Dec 19, 2018)
 * feat: omit objects with empty values ([#24](https://github.com/apache/cordova-node-xcode/pull/24))
 * Resolve issue with `pbxFile` extension ([#31](https://github.com/apache/cordova-node-xcode/pull/31))
diff --git a/package.json b/package.json
index e826cc0..1c5644f 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Apache Software Foundation",
   "name": "xcode",
   "description": "parser for xcodeproj/project.pbxproj files",
-  "version": "2.0.0-dev",
+  "version": "2.0.0",
   "main": "index.js",
   "repository": {
     "url": "https://github.com/apache/cordova-node-xcode.git"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org