This commit is contained in:
Danny Coates 2018-03-12 12:26:37 -07:00
parent da82ef814b
commit ecd61830aa
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
4 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,9 @@
## Change Log ## 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) - [#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) - [#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) - [#779](https://github.com/mozilla/send/pull/779) implemented crypto polyfills for ms edge (@dannycoates)

View File

@ -140,6 +140,7 @@ kenrick95
manxmensch manxmensch
mirzet.omerovic.1992 mirzet.omerovic.1992
ravmn ravmn
rcmainak
reza.habibi2008 reza.habibi2008
savemore99.sm savemore99.sm
shikhar-scs shikhar-scs

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "firefox-send", "name": "firefox-send",
"version": "2.5.0", "version": "2.5.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,7 +1,7 @@
{ {
"name": "firefox-send", "name": "firefox-send",
"description": "File Sharing Experiment", "description": "File Sharing Experiment",
"version": "2.5.0", "version": "2.5.1",
"author": "Mozilla (https://mozilla.org)", "author": "Mozilla (https://mozilla.org)",
"repository": "mozilla/send", "repository": "mozilla/send",
"homepage": "https://github.com/mozilla/send/", "homepage": "https://github.com/mozilla/send/",