diff --git a/CHANGELOG.md b/CHANGELOG.md index c705331..629130f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 1.3.6 (2024-10-20) + +#### Bug Fixes + +* currency list position and width (e4333e46) + +#### Chores + +* **release:** 1.3.5 (59ff09ac) + + ## 1.3.5 (2024-10-19) #### Bug Fixes diff --git a/package.json b/package.json index fa65fc4..9ccf606 100644 --- a/package.json +++ b/package.json @@ -75,5 +75,5 @@ "test": "vitest --exclude 'e2e'" }, "type": "module", - "version": "1.3.5" + "version": "1.3.6" }