diff --git a/CHANGELOG.md b/CHANGELOG.md index 20e145a9..b2e69755 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 3.4.0-alpha-rc1 +- ES6 feature into master +- new threejs location based +- new dispose methods in arjs-context.js andarjs-source.js +- use of artoolkit5-js instead of old jsartoolkit5 as base code +- other bug fixes see PR #400 # 3.3.3 - Fixed bug which prevents `minDistance` and `maxDistance` working with a simulated location diff --git a/HOW_TO_RELEASE.md b/HOW_TO_RELEASE.md index d79ade01..d57dbb5e 100644 --- a/HOW_TO_RELEASE.md +++ b/HOW_TO_RELEASE.md @@ -9,10 +9,8 @@ package.json README.md # Build everything - aka a-frame and three.js -make build -cd aframe -make build-location-only -cd .. +npm install +npm run build # Commit everything git add . && git commit -a -m 'Last commit before release' && git push diff --git a/README.md b/README.md index 322e0947..8d848863 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Please import the one you need for your project, not both: You can also import a specific version replacing `master` keyword with version tag: ```html -