2 Commits

Author SHA1 Message Date
semantic-release-bot
1ada238004 chore(release): 1.0.1 [skip ci]
## [1.0.1](https://gitea.1000co.fr/millianlmx/tabatago/compare/v1.0.0...v1.0.1) (2026-07-19)

### Bug Fixes

* **ci:** pr-iphone-deploy — cache, secrets, LGTM regex, concurrency, watch build, scope ([#12](#12)) ([6937a36](6937a36ccd))
2026-07-19 19:00:24 +00:00
6937a36ccd fix(ci): pr-iphone-deploy — cache, secrets, LGTM regex, concurrency, watch build, scope (#12)
All checks were successful
Admin Web Docker / Docker Build Validation (push) Has been skipped
Admin Web Docker / Admin Web Tests (push) Successful in 33s
CI / Detect Changes (push) Successful in 3s
Admin Web Docker / Semantic Release (push) Successful in 11s
CI / YouTube Worker (push) Has been skipped
Admin Web Docker / Build & Push Docker Image (push) Successful in 22s
CI / Deploy (push) Has been skipped
2026-07-19 20:59:33 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "my-app",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "next dev",

View File

@@ -1,3 +1,3 @@
{
"version": "1.0.0"
"version": "1.0.1"
}