Skip to content

Commit 53dda04

Browse files
committed
CB-13380 Updated version and RELEASENOTES.md for release 1.0.0
1 parent 0d05197 commit 53dda04

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

.ratignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
fixtures
2+
*.pbxproj

RELEASENOTES.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!--
2+
#
3+
# Licensed to the Apache Software Foundation (ASF) under one
4+
# or more contributor license agreements. See the NOTICE file
5+
# distributed with this work for additional information
6+
# regarding copyright ownership. The ASF licenses this file
7+
# to you under the Apache License, Version 2.0 (the
8+
# "License"); you may not use this file except in compliance
9+
# with the License. You may obtain a copy of the License at
10+
#
11+
# http://www.apache.org/licenses/LICENSE-2.0
12+
#
13+
# Unless required by applicable law or agreed to in writing,
14+
# software distributed under the License is distributed on an
15+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
# KIND, either express or implied. See the License for the
17+
# specific language governing permissions and limitations
18+
# under the License.
19+
#
20+
-->
21+
# Cordova-node-xcode Release Notes
22+
23+
### 1.0.0 (Oct 4, 2017)
24+
* Bump version to 1.0.0 to represent stability and follow semver more closely
25+
* Fix null-access errors in `addTo/removeFrom*PbxGroup` methods
26+
* Fix possible null-access error in `removeFromFrameworksPbxGroup`
27+
* add check for `isArray` so that strings don't cause an error when calling `.filter`
28+
* Updated License, Copyright, Contributors and repo url, in prep for contributing this project to Apache Cordova

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

0 commit comments

Comments
 (0)