Skip to content

Commit

Permalink
chore(release): v0.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Oct 6, 2023
1 parent d1dcffa commit 4403117
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>

## v0.2.13

[compare changes](https://github.com/esp-admin/app/compare/v0.2.12...v0.2.13)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -49,4 +49,4 @@
"ua-parser-js": "^1.0.36",
"zod": "^3.22.4"
}
}
}

0 comments on commit 4403117

Please sign in to comment.