Skip to content

Commit 018cec4

Browse files
author
Christopher J. Brody
committed
Update version & RELEASENOTES.md for release 1.1.0
1 parent 071550e commit 018cec4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

RELEASENOTES.md

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

23+
### 1.1.0 (Dec 19, 2018)
24+
* feat: omit objects with empty values ([#24](https://github.com/apache/cordova-node-xcode/pull/24))
25+
* Resolve issue with `pbxFile` extension ([#31](https://github.com/apache/cordova-node-xcode/pull/31))
26+
* uuid@3 update ([#40](https://github.com/apache/cordova-node-xcode/pull/40))
27+
* move `pegjs` to `devDependencies` in `package.json` ([#10](https://github.com/apache/cordova-node-xcode/pull/10))
28+
* Fixed bug where comment is not removed on removing embedded frameworks. ([#5](https://github.com/apache/cordova-node-xcode/pull/5))
29+
* Remove trailing whitespace from `lib/pbxWriter.js` ([#35](https://github.com/apache/cordova-node-xcode/pull/35))
30+
* docs(readme): highlight code example ([#25](https://github.com/apache/cordova-node-xcode/pull/25))
31+
* update invalid link to PEGjs in `README.md` ([#8](https://github.com/apache/cordova-node-xcode/pull/8))
32+
* [CB-14145](https://issues.apache.org/jira/browse/CB-14145) explicit nodeunit@^0.11.3 update in `devDependencies` ([#10](https://github.com/apache/cordova-node-xcode/pull/10))
33+
2334
### 1.0.0 (Oct 4, 2017)
2435
* Bump version to 1.0.0 to represent stability and follow semver more closely
2536
* Fix null-access errors in `addTo/removeFrom*PbxGroup` methods

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

0 commit comments

Comments
 (0)