Skip to content

Commit

Permalink
Bump up to version 2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yong-asial committed Jun 27, 2018
1 parent 2daade6 commit cbe8578
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
CHANGELOG
====

v2.7.5
----
* Added `historyApiFallback` to angular template
* Modified `checkModifiedFiles` functions to return file differences if `options.actionType` is passed as `downloadProject`
* Modified `Upload/Download` functions to include custom files if `options.userDefinedSelectedFiles` and `options.userDefinedSelectFileFlag` is passed as `true`
* Generate `.monacaignore` for both `cordova` and `react-native` templates before `Upload/Download` operation
* Update `.monacaignore` pattern to follow `.gitignore` pattern
* Misc fix

v2.7.4
----
* Added directory path validation check for signing APIs.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaca-lib",
"version": "2.7.4",
"version": "2.7.5",
"description": "Monaca cloud and localkit API bindings for JavaScript",
"main": "./src/main.js",
"scripts": {
Expand Down

0 comments on commit cbe8578

Please sign in to comment.