Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Oct 11, 2021
1 parent 17c1547 commit 0de52b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.1.4 (2021-10-11)

- #67 - Fixed compatibility with jsdom by replacing all uses of `setImmedaite` with `setTimeout`.

# 3.1.3 (2021-06-19)

- #65 - Got rid of constructor.name usage, since minifying can break it.
Expand Down

0 comments on commit 0de52b5

Please sign in to comment.