From b3671658be2939aab0d23d547627fb5ccdfec6b1 Mon Sep 17 00:00:00 2001 From: Natan Rolnik Date: Sun, 4 Jun 2017 23:21:40 +0300 Subject: [PATCH] :zap: Release 1.0.27 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93f194edf7..19d9e5f539 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ * _Contributing to this repo? Add info about your change here to be included in next release_ +### 1.0.27 +* Improvement: Show notifications upon success or failure of save and delete objects (#718), thanks to [Natan Rolnik](https://github.com/natanrolnik) +* Improvement: Moves download option into file editor (#716), thanks to [Natan Rolnik](https://github.com/natanrolnik) + ### 1.0.26 * Improvement: Fixes broken links, thanks to [Arthur Cinader](https://github.com/acinader) * Improvement: Title on the add row button, thanks to [Abdul Basit](https://github.com/basitsattar) diff --git a/package.json b/package.json index 8d8ac5e215..391434f2ed 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ ], "homepage": "https://github.com/ParsePlatform/parse-dashboard", "bugs": "https://github.com/ParsePlatform/parse-dashboard/issues", - "version": "1.0.26", + "version": "1.0.27", "repository": { "type": "git", "url": "https://github.com/ParsePlatform/parse-dashboard"