Skip to content

Commit

Permalink
Merge pull request #11 from cb1kenobi/master
Browse files Browse the repository at this point in the history
Updated deps, readme, & changelog
  • Loading branch information
cb1kenobi committed Apr 9, 2018
2 parents 8d2e68e + 00e54a3 commit 27a8d7c
Show file tree
Hide file tree
Showing 4 changed files with 1,722 additions and 1,485 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# v1.1.0 (Apr 9, 2018)

* Removed `appcd-*` dependencies and locked down the appcd version in the `package.json`.
[(DAEMON-208)](https://jira.appcelerator.org/browse/DAEMON-208)
* Fixed URLs in `package.json`.
* Updated npm dependencies.

# v1.0.1 (Dec 15, 2017)

* Fixed scope issue where this.data was not resolving.
[(DAEMON-211)](https://jira.appcelerator.org/browse/DAEMON-211)
* Updated ioslib to fix [DAEMON-209](https://jira.appcelerator.org/browse/DAEMON-209).
* Updated npm dependencies.

# v1.0.0 (Dec 5, 2017)

* Initial release.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@ appcd.call('/ios/latest/info', ctx => {
console.log(ctx.response);
});
```

## Legal

This project is open source under the [Apache Public License v2][1] and is developed by
[Axway, Inc](http://www.axway.com/) and the community. Please read the [`LICENSE`][1] file included
in this distribution for more information.

[1]: https://github.com/appcelerator/appcd-plugin-ios/blob/master/LICENSE
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"source-map-support": "^0.5.4"
},
"devDependencies": {
"appcd-gulp": "^1.0.1",
"appcd-gulp": "^1.1.2",
"gulp": "^3.9.1"
},
"homepage": "https://github.com/appcelerator/appcd-plugin-ios#readme",
Expand Down
Loading

0 comments on commit 27a8d7c

Please sign in to comment.