We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dacb25d commit b79233fCopy full SHA for b79233f
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### 0.18.2 (13 August 2025)
2
+
3
+### Fixed
4
5
+- Fix rollup configuration adding `types: "./rapier.d.ts"` to the export config.
6
7
### 0.18.1 (8 August 2025)
8
9
### Modified
builds/prepare_builds/templates/Cargo.toml.tera
@@ -1,6 +1,6 @@
[package]
name = "dimforge_{{ js_package_name }}" # Can't be named rapier{{ dimension }}d which conflicts with the dependency.
-version = "0.18.1"
+version = "0.18.2"
authors = ["Sébastien Crozet <[email protected]>"]
description = "{{ dimension }}-dimensional physics engine in Rust - official JS bindings."
documentation = "https://rapier.rs/rustdoc/rapier{{ dimension }}d/index.html"
0 commit comments