Skip to content

Commit b79233f

Browse files
committed
Release v0.18.2
1 parent dacb25d commit b79233f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
### 0.18.1 (8 August 2025)
28

39
### Modified

builds/prepare_builds/templates/Cargo.toml.tera

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dimforge_{{ js_package_name }}" # Can't be named rapier{{ dimension }}d which conflicts with the dependency.
3-
version = "0.18.1"
3+
version = "0.18.2"
44
authors = ["Sébastien Crozet <[email protected]>"]
55
description = "{{ dimension }}-dimensional physics engine in Rust - official JS bindings."
66
documentation = "https://rapier.rs/rustdoc/rapier{{ dimension }}d/index.html"

0 commit comments

Comments
 (0)