Skip to content

Commit 42eefda

Browse files
committed
chore(version): 0.3.13
1 parent bc0fac6 commit 42eefda

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
@@ -2,6 +2,12 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## 0.3.13 - 2024-11-11
6+
#### Miscellaneous Chores
7+
- ecsact to entt reg prepare (#159) - (bc0fac6) - Austin Kelway
8+
9+
- - -
10+
511
## 0.3.12 - 2024-11-08
612
#### Bug Fixes
713
- nullptr hard set on actions (#157) - (0763495) - Austin Kelway

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "ecsact_rt_entt",
3-
version = "0.3.12",
3+
version = "0.3.13",
44
compatibility_level = 3,
55
)
66

0 commit comments

Comments
 (0)