File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
### MathBox Changelog
2
2
3
- ### Unreleased
3
+ ### 2.3.1
4
4
5
- - Support Typescript ` moduleResolution: node16 ` .
5
+ - Specify "types" explicitly in ` [package.json].exports ` in order to support Typescript ` moduleResolution: node16 ` .
6
6
7
7
### 2.3.0
8
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mathbox" ,
3
- "version" : " 2.3.0 " ,
3
+ "version" : " 2.3.1 " ,
4
4
"description" : " Presentation-quality WebGL math graphing" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export class Context {
31
31
Util,
32
32
DOM : Util . VDOM ,
33
33
} ;
34
- this . Version = "2.3.0 " ;
34
+ this . Version = "2.3.1 " ;
35
35
}
36
36
37
37
//-------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments