Skip to content

Commit 5ac8fcd

Browse files
prepare v2.3.1 (#61)
1 parent d9b92dd commit 5ac8fcd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
### MathBox Changelog
22

3-
### Unreleased
3+
### 2.3.1
44

5-
- Support Typescript `moduleResolution: node16`.
5+
- Specify "types" explicitly in `[package.json].exports` in order to support Typescript `moduleResolution: node16`.
66

77
### 2.3.0
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mathbox",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Presentation-quality WebGL math graphing",
55
"repository": {
66
"type": "git",

src/context.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class Context {
3131
Util,
3232
DOM: Util.VDOM,
3333
};
34-
this.Version = "2.3.0";
34+
this.Version = "2.3.1";
3535
}
3636

3737
//-------------------------------------------------------------------

0 commit comments

Comments
 (0)