Skip to content

Commit c1ea8cf

Browse files
Change version to 1.2.0
Rebuild build.js. Update CHANGES.md.
1 parent 69c5386 commit c1ea8cf

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGES.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
CHANGES
22
=======
33

4-
dev
5-
---
4+
1.2.0
5+
-----
66

77
Improvements:
88
- Update three.js to r138 (#96)
@@ -13,6 +13,9 @@ Improvements:
1313
Internals:
1414
- Rename branch master to main
1515

16+
Bug fixes:
17+
- Position the axes ticks correctly in scenes with width/height different than 400 pixels (#101)
18+
1619
1.1.2
1720
-----
1821

docs/build.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mathicsorg/mathics-threejs-backend",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"threejs_revision": 138,
55
"description": "Mathics 3D Graphics backend using three.js",
66
"source": "src/index.js",

0 commit comments

Comments
 (0)