Skip to content

Commit 1add202

Browse files
authored
⚡ Release 1.0.28 (#730)
Release 1.0.28
1 parent 325afa6 commit 1add202

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
### NEXT RELEASE
44

55
* _Contributing to this repo? Add info about your change here to be included in next release_
6-
* Improvement: Add ability to search Object columns, thanks to [Samuli Siivinen](https://github.com/ssamuli)
7-
* Improvement: Added/fixed a filtering option "contains string" for String fields. Case insensitive for now.
6+
7+
### 1.0.28
8+
* Improvement: Add ability to search Object columns (#727), thanks to [Samuli Siivinen](https://github.com/ssamuli)
9+
* Improvement: Added/fixed a filtering option "contains string" for String fields. Case insensitive for now (#728), thanks to [Samuli Siivinen](https://github.com/ssamuli)
10+
* Sort config data according to parameter names (#726), thanks to [Natan Rolnik](https://github.com/natanrolnik)
811

912
### 1.0.27
1013
* Improvement: Show notifications upon success or failure of save and delete objects (#718), thanks to [Natan Rolnik](https://github.com/natanrolnik)

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.0.27",
23+
"version": "1.0.28",
2424
"repository": {
2525
"type": "git",
2626
"url": "https://github.com/ParsePlatform/parse-dashboard"

0 commit comments

Comments
 (0)