diff --git a/CHANGELOG.md b/CHANGELOG.md index ec6f176..f096d1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ # Changelog +## 0.5.7 +- Fix boolean value rendering + ## 0.5.6 - Upgrade to React 19 - Upgrade to AG Grid 33 diff --git a/package.json b/package.json index e31f3ad..c8ccb30 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dnd-spell-organizer", "license": "MIT", - "version": "0.5.6", + "version": "0.5.7", "type": "module", "scripts": { "dev": "vite", diff --git a/src/components/footer/index.tsx b/src/components/footer/index.tsx index 55f907a..e79d796 100644 --- a/src/components/footer/index.tsx +++ b/src/components/footer/index.tsx @@ -61,7 +61,7 @@ const Footer = () => { return (
- Version: 0.5.6 + Version: 0.5.7