Skip to content

Commit 5b90d9e

Browse files
authored
1.3.1 release notes & version bump (#1083)
* version bump to 1.3.1 * version bump to 1.3.1 * Update CHANGELOG.md
1 parent e7f5da4 commit 5b90d9e

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
## Parse Dashboard Changelog
22

33
### master
4-
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.0...master)
4+
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.1...master)
55

66
* _Contributing to this repo? Add info about your change here to be included in next release_
7-
* Fix: Correct inappropriate error message when no target audience is selected (#1052), thanks to [Bouimadaghene](https://github.com/starbassma)
7+
8+
### 1.3.1
9+
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.0...1.3.1)
10+
11+
* FIX: Correct inappropriate error message when no target audience is selected ([#1052](https://github.com/parse-community/parse-dashboard/pull/1051)), thanks to [Bouimadaghene](https://github.com/starbassma)
12+
* FIX: issue regarding lost mount path ([#1070](https://github.com/parse-community/parse-dashboard/pull/1070)), thanks to [Diamond Lewis](https://github.com/dplewis)
13+
* NEW: Add distinct / unique filter ([#920](https://github.com/parse-community/parse-dashboard/pull/920)), thanks to [Diamond Lewis](https://github.com/dplewis)
814

915
### 1.3.0
1016
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.2.0...1.3.0)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)