Skip to content

Commit ee33c48

Browse files
authored
⚡ Release 1.11.0 (#523)
* ⚡ Release 1.11.0 * Adds build step
1 parent 692b3d5 commit ee33c48

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
env:
3030
before_script: skip
3131
after_script: skip
32-
script: npm run release_docs
32+
script:
33+
- npm run release_docs
34+
- npm run build
3335
deploy:
3436
- provider: pages
3537
skip_cleanup: true

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse",
3-
"version": "1.10.2",
3+
"version": "1.11.0",
44
"description": "The Parse JavaScript SDK",
55
"homepage": "https://www.parse.com",
66
"keywords": [

0 commit comments

Comments
 (0)