Skip to content

Commit 0dad487

Browse files
author
Christopher J. Brody
committed
Update version & RELEASENOTES.md for release 2.1.0
1 parent 8307518 commit 0dad487

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

RELEASENOTES.md

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

23+
### 2.1.0 (December 12, 2019)
24+
* Add target test coverage ([#82](https://github.com/apache/cordova-node-xcode/pull/82))
25+
* ensure coverage for addTargetDependency with invalid input ([#81](https://github.com/apache/cordova-node-xcode/pull/81))
26+
* Support watch2 apps/extensions ([#56](https://github.com/apache/cordova-node-xcode/pull/56))
27+
* Test coverage: `addTarget` add to main project as dependency ([#76](https://github.com/apache/cordova-node-xcode/pull/76))
28+
* remove internal propReplace function not needed ([#69](https://github.com/apache/cordova-node-xcode/pull/69))
29+
* Add proper `filetypeForProducttype` test coverage ([#72](https://github.com/apache/cordova-node-xcode/pull/72))
30+
* Test existing WatchKit support ([#71](https://github.com/apache/cordova-node-xcode/pull/71))
31+
* fix a comment in lib/pbxProject.js ([#68](https://github.com/apache/cordova-node-xcode/pull/68))
32+
* Test coverage for `app_extension` target types ([#66](https://github.com/apache/cordova-node-xcode/pull/66))
33+
* add dependencies for per-file testing ([#67](https://github.com/apache/cordova-node-xcode/pull/67))
34+
* Add Node.js 12 to CI Services ([#51](https://github.com/apache/cordova-node-xcode/pull/51))
35+
* Update writeObjectsSections to match current Xcode format ([#46](https://github.com/apache/cordova-node-xcode/pull/46))
36+
2337
### 2.0.0 (Jan 15, 2019)
2438
* Updated to use ECMAScript 2015 Object.assign. ([#14](https://github.com/apache/cordova-node-xcode/pull/14))
2539
* fix: simple-plist@1 update in dependencies ([#30](https://github.com/apache/cordova-node-xcode/pull/30))

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": "2.0.1-dev",
5+
"version": "2.1.0",
66
"main": "index.js",
77
"repository": {
88
"url": "https://github.com/apache/cordova-node-xcode.git"

0 commit comments

Comments
 (0)