diff --git a/liquid-fire/CHANGELOG.md b/liquid-fire/CHANGELOG.md index 96fad430..9e41c47c 100644 --- a/liquid-fire/CHANGELOG.md +++ b/liquid-fire/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.36.2 (2024-08-06) + +- Refactor: Remove `@ember/string` peerDependency (#691) + ## 0.36.1 (2023-10-13) - BUGFIX: Fix `move-over` element calculation (wrong replacing from jquery) (#687) diff --git a/liquid-fire/package.json b/liquid-fire/package.json index 0c623c1e..e6893563 100644 --- a/liquid-fire/package.json +++ b/liquid-fire/package.json @@ -1,6 +1,6 @@ { "name": "liquid-fire", - "version": "0.36.1", + "version": "0.36.2", "description": "Animated transitions for Ember applications.", "keywords": [ "ember-addon"