Skip to content

Commit ecdbf56

Browse files
committed
Updated RELEASENOTES.md & version for release 3.0.1 (node-xcode-3.0.1)
1 parent cd6f86f commit ecdbf56

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

RELEASENOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
-->
2121
# Cordova-node-xcode Release Notes
2222

23+
### 3.0.1 (May 15, 2020)
24+
25+
* [GH-109](https://github.com/apache/cordova-node-xcode/pull/109) Add targetName to paramter to getBuildProperty
26+
2327
### 3.0.0 (Apr 09, 2020)
2428

2529
* node-xcode-3.0.0 Added NOTICE for release

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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": "3.0.1-dev",
5+
"version": "3.0.1",
66
"main": "index.js",
77
"repository": "github:apache/cordova-node-xcode",
88
"bugs": "https://github.com/apache/cordova-node-xcode/issues",

0 commit comments

Comments
 (0)