Skip to content

Commit 1a2222c

Browse files
committed
GH-10 Updated version and RELEASENOTES.md for release 2.0.0
1 parent b1ff4cc commit 1a2222c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

RELEASENOTES.md

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
-->
2121
# Cordova-node-xcode Release Notes
2222

23+
### 2.0.0 (Jan 15, 2019)
24+
* Updated to use ECMAScript 2015 Object.assign. ([#14](https://github.com/apache/cordova-node-xcode/pull/14))
25+
* fix: simple-plist@1 update in dependencies ([#30](https://github.com/apache/cordova-node-xcode/pull/30))
26+
* drop support for Node.js pre-6.0 [#29](https://github.com/apache/cordova-node-xcode/pull/29)
27+
2328
### 1.1.0 (Dec 19, 2018)
2429
* feat: omit objects with empty values ([#24](https://github.com/apache/cordova-node-xcode/pull/24))
2530
* Resolve issue with `pbxFile` extension ([#31](https://github.com/apache/cordova-node-xcode/pull/31))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Apache Software Foundation",
33
"name": "xcode",
44
"description": "parser for xcodeproj/project.pbxproj files",
5-
"version": "2.0.0-dev",
5+
"version": "2.0.0",
66
"main": "index.js",
77
"repository": {
88
"url": "https://github.com/apache/cordova-node-xcode.git"

0 commit comments

Comments
 (0)