Skip to content

Commit f63b9b4

Browse files
authored
prepare for 2.0.4 (#1347)
* prepare for 2.0.4 * add another bug fix * fix 'marked' version
1 parent 359aadf commit f63b9b4

File tree

3 files changed

+20
-16
lines changed

3 files changed

+20
-16
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
## Parse Dashboard Changelog
22

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

66
* _Contributing to this repo? Add info about your change here to be included in next release_
7+
### 2.0.4
8+
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.0.3...2.0.4)
9+
* Fix: Restore `ObjectId` to filter ([#1315](https://github.com/parse-community/parse-dashboard/pull/1315)), thanks to [Wolfwood](https://github.com/W0lfw00d)
10+
* Fix: Prevent duplicate entries when sorting by `createdAt` ([#1334](https://github.com/parse-community/parse-dashboard/pull/1334)), thanks to [Wolfwood](https://github.com/W0lfw00d)
711

812
### 2.0.3
913
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.0.2...2.0.3)

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"homepage": "https://github.com/ParsePlatform/parse-dashboard",
2323
"bugs": "https://github.com/ParsePlatform/parse-dashboard/issues",
24-
"version": "2.0.3",
24+
"version": "2.0.4",
2525
"repository": {
2626
"type": "git",
2727
"url": "https://github.com/ParsePlatform/parse-dashboard"
@@ -89,7 +89,7 @@
8989
"file-loader": "4.2.0",
9090
"http-server": "0.11.1",
9191
"jest": "24.8.0",
92-
"marked": "0.6.2",
92+
"marked": "0.7.0",
9393
"node-sass": "4.12.0",
9494
"null-loader": "^3.0.0",
9595
"parse-server": "github:parseplatform/parse-server#master",

0 commit comments

Comments
 (0)