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 a81b032 commit 7571e83Copy full SHA for 7571e83
doc/CHANGELOG.md
@@ -4,6 +4,11 @@
4
5
## master
6
7
+## 0.0.2 (2016-03-13)
8
+
9
+* Cleaned up console.logs
10
+* Fixed sRGB FBO initialization
11
12
## 0.0.1 (2016-03-13)
13
14
* Release with newer version of npm to prevent browserify transform mangling
scripts/release.sh
@@ -28,4 +28,5 @@ gulp release
28
git tag -a "v$version" -m "release $version"
29
git push origin "v$version"
30
npm publish
31
-git checkout master
+hub release create -a "build/zip/normalmap-$version.zip" "v$version"
32
+#git checkout master
0 commit comments