Skip to content

Commit

Permalink
prepare v2.3.1 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherChudzicki authored Jan 18, 2023
1 parent d9b92dd commit 5ac8fcd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### MathBox Changelog

### Unreleased
### 2.3.1

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

### 2.3.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mathbox",
"version": "2.3.0",
"version": "2.3.1",
"description": "Presentation-quality WebGL math graphing",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class Context {
Util,
DOM: Util.VDOM,
};
this.Version = "2.3.0";
this.Version = "2.3.1";
}

//-------------------------------------------------------------------
Expand Down

0 comments on commit 5ac8fcd

Please sign in to comment.