Skip to content

Commit 382c696

Browse files
authored
⚡ Release 1.1.1 (#788)
1 parent 618ba05 commit 382c696

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@
33
### NEXT RELEASE
44

55
* _Contributing to this repo? Add info about your change here to be included in next release_
6+
7+
### 1.1.1
8+
69
* Fix: Updating array of Dates now keeps it's type (was changing to array of ISO strings, issue #590), thanks to [David Riha](https://github.com/rihadavid)
710
* Fix: NaN displayed when filter input is empty or negative number (#749), thanks to [Miguel Serrrano](https://github.com/miguel-s)
811
* Fix: Addresses issue related to displaying iOS alert object containing title and body keys (#539), thanks to [Robert Martin del Campo](https://github.com/repertus)
912
* Feature: Adds support for localized push notifications if server version is high enough, thanks to [Florent Vilmart](https://github.com/flovilmart)
13+
* Feature: Adds support for readOnly masterKey, thanks to [Florent Vilmart](https://github.com/flovilmart)
14+
* Feature: Adds support for polygon types, thansk to [Mads Bjerre](https://github.com/madsb)
15+
* Feature: Adds support for push time, expiration time, and expiration interval, thanks to [Marvel Mathew](https://github.com/marvelm)
1016

1117
### 1.1.0
1218

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"homepage": "https://github.com/ParsePlatform/parse-dashboard",
2222
"bugs": "https://github.com/ParsePlatform/parse-dashboard/issues",
23-
"version": "1.1.0",
23+
"version": "1.1.1",
2424
"repository": {
2525
"type": "git",
2626
"url": "https://github.com/ParsePlatform/parse-dashboard"

0 commit comments

Comments
 (0)