From ac49d38e492ccbafdaba556379ae0cf73db68b33 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Mon, 6 May 2024 22:53:42 +0000
Subject: [PATCH] chore(release): 5.0.1 [skip ci]

## [5.0.1](https://github.com/Cammin/LDtkToUnity/compare/5.0.0...5.0.1) (2024-05-06)

### Bug Fixes

* LDtkComponentParallax will now execute after all other scripts to prevent potential race conditions in FixedUpdate or LateUpdate ([d3f90df](https://github.com/Cammin/LDtkToUnity/commit/d3f90df936a1fe1d3cb6a470faf02c5ab65663ca))
---
 CHANGELOG.md | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 CHANGELOG.md

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 00000000..d8275d7f
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,6 @@
+## [5.0.1](https://github.com/Cammin/LDtkToUnity/compare/5.0.0...5.0.1) (2024-05-06)
+
+
+### Bug Fixes
+
+* LDtkComponentParallax will now execute after all other scripts to prevent potential race conditions in FixedUpdate or LateUpdate ([d3f90df](https://github.com/Cammin/LDtkToUnity/commit/d3f90df936a1fe1d3cb6a470faf02c5ab65663ca))