Skip to content

Commit

Permalink
bump to v6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Birch-san committed Jul 10, 2021
1 parent 7cac28a commit 44082d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
See https://github.com/Birch-san/box2d-wasm/releases

# v6.0.3

Added `.d.ts` declarations accompanying `entry.js`, `Box2D.js` and `Box2D.simd.js` (in case anybody wants to bypass the Node module specifier or the entrypoint and import an asset directly).

Updated UMD entrypoint to be better statically-analysable by Parcel.

# v6.0.2

[Fixed](https://github.com/Birch-san/box2d-wasm/commit/b7dab1d61d96cb28e268e2923dfb916211aa6432#diff-885c90134a4da6981f7c2fb931312d27389c9c0695d79fb5d4cbc7593cdcc2ff) substantial performance & size [regression](https://github.com/Birch-san/box2d-wasm/commit/6ec863d23d28bc8aced657d4d3280a66e656d07f#diff-885c90134a4da6981f7c2fb931312d27389c9c0695d79fb5d4cbc7593cdcc2ffR34) introduced in [`v5.0.0`](https://github.com/Birch-san/box2d-wasm/releases/tag/v5.0.0). We now correctly set optimization level.
Expand Down
2 changes: 1 addition & 1 deletion box2d-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "box2d-wasm",
"version": "6.0.2",
"version": "6.0.3",
"description": "Box2D compiled to WebAssembly",
"module": "dist/es/entry.js",
"main": "dist/umd/entry.js",
Expand Down

0 comments on commit 44082d1

Please sign in to comment.