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 2548932 commit ad5cef1Copy full SHA for ad5cef1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "aframe",
3
- "version": "1.6.0",
+ "version": "1.7.0",
4
"description": "A web framework for building virtual reality experiences.",
5
"homepage": "https://aframe.io/",
6
"main": "./dist/aframe-master.js",
@@ -24,7 +24,7 @@
24
"lint:fix": "standardx --fix",
25
"precommit": "npm run lint",
26
"prepush": "node scripts/testOnlyCheck.js",
27
- "prerelease": "node scripts/release.js 1.5.0 1.6.0",
+ "prerelease": "node scripts/release.js 1.6.0 1.7.0",
28
"start": "npm run dev",
29
"start:https": "npm run dev -- --server-type https",
30
"start:webgpu": "cross-env WEBGPU=true npm run dev -- --server-type https",
0 commit comments