We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd38d4b commit 60a324aCopy full SHA for 60a324a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "aframe",
3
- "version": "1.3.0",
+ "version": "1.4.0",
4
"description": "A web framework for building virtual reality experiences.",
5
"homepage": "https://aframe.io/",
6
"main": "dist/aframe-master.js",
@@ -16,7 +16,7 @@
16
"lint:fix": "semistandard --fix",
17
"precommit": "npm run lint",
18
"prepush": "node scripts/testOnlyCheck.js",
19
- "prerelease": "node scripts/release.js 1.2.0 1.3.0",
+ "prerelease": "node scripts/release.js 1.3.0 1.4.0",
20
"start": "npm run dev",
21
"start:https": "npm run dev -- --server-type https",
22
"test": "karma start ./tests/karma.conf.js",
0 commit comments