Skip to content

Commit

Permalink
prepare v2.2.1 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherChudzicki committed Dec 18, 2022
1 parent 800e56a commit db0be8b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### MathBox Changelog

### 2.2.1
- Add Typescript support for live properties and `bind`. [#43](https://github.com/unconed/mathbox/pull/43)

### 2.2.0

- [#32](https://github.com/unconed/mathbox/pull/32) and [#34](https://github.com/unconed/mathbox/pull/34)Ported Steven's changes from [0.0.6-dev](https://github.com/unconed/mathbox/blob/dev/CHANGES.md):
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.2.0",
"version": "2.2.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.2.0";
this.Version = "2.2.1";
}

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

0 comments on commit db0be8b

Please sign in to comment.