diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e9eb0f..59363b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/box2d-wasm/package.json b/box2d-wasm/package.json index b6e33ad..9a3d1d9 100644 --- a/box2d-wasm/package.json +++ b/box2d-wasm/package.json @@ -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",