Skip to content

Commit

Permalink
CB-13674 Updated version and RELEASENOTES.md for release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengill committed Dec 14, 2017
1 parent a4bf668 commit 5c57f09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
-->
# Cordova-fetch Release Notes

### 1.3.0 (Dec 14, 2017)
* [CB-13055](https://issues.apache.org/jira/browse/CB-13055): added workaround for when `jsonDiff` has more than one different key.
* Support git shortlink package references

### 1.2.1 (Oct 27, 2017)
* [CB-13504](https://issues.apache.org/jira/browse/CB-13504) updating `package.json` versions for cordova-fetch 1.2.1 release
* [CB-13501](https://issues.apache.org/jira/browse/CB-13501) : added support for node 8
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-fetch",
"version": "1.2.2-dev",
"version": "1.3.0",
"description": "Apache Cordova fetch module. Fetches from git and npm.",
"main": "index.js",
"repository": {
Expand All @@ -21,7 +21,7 @@
"email": "dev@cordova.apache.org"
},
"dependencies": {
"cordova-common": "2.1.1",
"cordova-common": "^2.2.0",
"dependency-ls": "^1.1.0",
"hosted-git-info": "^2.5.0",
"is-url": "^1.2.1",
Expand Down

0 comments on commit 5c57f09

Please sign in to comment.