Skip to content

Commit ae18a54

Browse files
committed
v0.20.1
1 parent 10af3d1 commit ae18a54

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.20.1
4+
5+
- Fixes 'overhandling' of arrow keypresses ([#169](https://github.com/stevenpetryk/mafs/pull/169))
6+
37
## 0.20.0
48

59
- Use package entrypoints, correctly tag this package as ESM using "type": "module" ([#170](https://github.com/stevenpetryk/mafs/pull/170/)).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mafs",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
44
"license": "MIT",
55
"author": "Steven Petryk (https://stevenpetryk.com)",
66
"description": "React components for interactive, animated math visualizations.",

0 commit comments

Comments
 (0)