diff --git a/CHANGELOG.md b/CHANGELOG.md index 20e175ba..8a8693bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,32 @@ # Changelog +## v0.2.14 + +[compare changes](https://github.com/esp-admin/app/compare/v0.2.13...v0.2.14) + +### 🩹 Fixes + +- Avoid sending file on profile update form ([ecb8def](https://github.com/esp-admin/app/commit/ecb8def)) + +### 💅 Refactors + +- **profile:** Remove unused loading state ([c54cfc4](https://github.com/esp-admin/app/commit/c54cfc4)) +- Add reset btn to password change form ([9e5f728](https://github.com/esp-admin/app/commit/9e5f728)) + +### 🏡 Chore + +- Upgrade nuxt-s3 ([d37537a](https://github.com/esp-admin/app/commit/d37537a)) +- Upgrade nuxt-s3 to latest ([09b2edf](https://github.com/esp-admin/app/commit/09b2edf)) +- Update example.env ([a05e8f4](https://github.com/esp-admin/app/commit/a05e8f4)) +- Remove NUXT_SECURITY_CORS_HANDLER_ORIGIN env ([c3983e7](https://github.com/esp-admin/app/commit/c3983e7)) +- **s3:** Set upload max size ([d4110f0](https://github.com/esp-admin/app/commit/d4110f0)) +- Use s3 built-in cors handler instead of nuxt-security ([d1dcffa](https://github.com/esp-admin/app/commit/d1dcffa)) + +### ❤️ Contributors + +- Becem-gharbi + ## v0.2.13 [compare changes](https://github.com/esp-admin/app/compare/v0.2.12...v0.2.13) diff --git a/package.json b/package.json index d35c9fc8..7ad1444c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "esp-admin", - "version": "0.2.13", + "version": "0.2.14", "private": true, "description": "Remote management for ESP microcontrollers", "homepage": "https://esp-admin.bg.tn", @@ -49,4 +49,4 @@ "ua-parser-js": "^1.0.36", "zod": "^3.22.4" } -} +} \ No newline at end of file