chore: bump version a 1.2.1 e aggiorna changelog

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-12 18:47:11 +02:00
parent 47f4bcba28
commit febf2efb86
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -7,6 +7,14 @@ il progetto aderisce al [Semantic Versioning](https://semver.org/lang/it/).
--- ---
## [1.2.1] — 2026-04-12
### Fix
- **Orientamento bloccato in portrait** — l'app rimane sempre verticale indipendentemente dalla rotazione fisica del dispositivo; su APK via `android:screenOrientation="portrait"` nel manifest, su browser mobile via counter-rotate CSS dinamico
---
## [1.2.0] — 2026-04-12 ## [1.2.0] — 2026-04-12
### Aggiunto ### Aggiunto
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "biteplan", "name": "biteplan",
"version": "1.2.0", "version": "1.2.1",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite --host", "dev": "vite --host",