diff --git a/CHANGELOG.md b/CHANGELOG.md index 31355a43..6db5dd00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ ## Change Log -### upcoming (2018/03/08 19:27 +00:00) +### upcoming (2018/03/12 19:25 +00:00) +- [#789](https://github.com/mozilla/send/pull/789) Fixed #775 : Made text not-selectable (@RCMainak) + +### v2.5.0 (2018/03/08 19:31 +00:00) - [#782](https://github.com/mozilla/send/pull/782) updated docs (@dannycoates) - [#781](https://github.com/mozilla/send/pull/781) Don't translate URL-safe chars, b64 is doing it for us (@timvisee) - [#779](https://github.com/mozilla/send/pull/779) implemented crypto polyfills for ms edge (@dannycoates) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7098b697..516fb644 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -140,6 +140,7 @@ kenrick95 manxmensch mirzet.omerovic.1992 ravmn +rcmainak reza.habibi2008 savemore99.sm shikhar-scs diff --git a/package-lock.json b/package-lock.json index 46197fa3..067c47a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "firefox-send", - "version": "2.5.0", + "version": "2.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 295bc2e4..73524ac7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "firefox-send", "description": "File Sharing Experiment", - "version": "2.5.0", + "version": "2.5.1", "author": "Mozilla (https://mozilla.org)", "repository": "mozilla/send", "homepage": "https://github.com/mozilla/send/",