Skip to content

Commit 04feb5c

Browse files
douglasmuraokaacinader
authored andcommitted
1.4.0 version bump + changelog (#1134)
* 1.4.0 version bump + changelog * formatting * Add Lodash Security fix to changelog * nit
1 parent d6c9e3e commit 04feb5c

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
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.3...master)
4+
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.4.0...master)
55

66
* _Contributing to this repo? Add info about your change here to be included in next release_
77

8+
### 1.4.0
9+
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.3...1.4.0)
10+
* Security Fix: see the [advisory](https://github.com/parse-community/parse-dashboard/network/alert/package-lock.json/lodash/open) for details. [22d748](https://github.com/parse-community/parse-dashboard/pull/1134/commits/22d748fdc1e95661dc39226f5f797dc8fb0e5c2f)
11+
* Feature: GraphQL API playground ([#1123](https://github.com/parse-community/parse-dashboard/pull/1123)), thanks to [Douglas Muraoka](https://github.com/douglasmuraoka)
12+
* Fix: Can't switch (dropdown list) between servers [#1045](https://github.com/parse-community/parse-dashboard/issues/1045) ([#1125](https://github.com/parse-community/parse-dashboard/pull/1125)), thanks to [Douglas Muraoka](https://github.com/douglasmuraoka)
13+
814
### 1.3.3
915
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.2...1.3.3)
1016

package-lock.json

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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"Cloud Code Viewer",
66
"Cloud Code Jobs Viewer and Runner",
77
"Parse Config",
8-
"API Console",
8+
"REST API Console",
9+
"GraphQL API Console",
910
"Class Level Permissions Editor",
1011
"Pointer Permissions Editor",
1112
"Send Push Notifications",
@@ -20,7 +21,7 @@
2021
],
2122
"homepage": "https://github.com/ParsePlatform/parse-dashboard",
2223
"bugs": "https://github.com/ParsePlatform/parse-dashboard/issues",
23-
"version": "1.3.3",
24+
"version": "1.4.0",
2425
"repository": {
2526
"type": "git",
2627
"url": "https://github.com/ParsePlatform/parse-dashboard"

0 commit comments

Comments
 (0)