Skip to content

Commit

Permalink
GH-10 Updated version and RELEASENOTES.md for release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Jan 15, 2019
1 parent b1ff4cc commit 1a2222c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1a2222c

Please sign in to comment.