Skip to content

Commit ea7ab04

Browse files
authored
⚡️ Release 1.3.3 (#1100)
1 parent acdc799 commit ea7ab04

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ after_script:
2121
- greenkeeper-lockfile-upload
2222
deploy:
2323
provider: npm
24+
skip_cleanup: true
2425
on:
2526
tags: true
2627
all_branches: true

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
## Parse Dashboard Changelog
22

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

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

8+
### 1.3.3
9+
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.2...1.3.3)
10+
11+
* FIX: Travis configuration which was preventing 1.3.2 from publishing, thanks to [Diamond Lewis](https://github.com/dplewis)
12+
813
### 1.3.2
914
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.1...1.3.2)
1015

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)