Skip to content

Commit ceb236a

Browse files
committed
build(release): v0.45.2
1 parent 2978688 commit ceb236a

5 files changed

Lines changed: 11 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
Generated by `npm run set:version`.
44
The local changelog is rebuilt from the available `v*` release tags and the current `HEAD` range.
55
The script does not create tags locally.
6-
## v0.45.1 - 2026-04-19
6+
## v0.45.2 - 2026-04-19
77

88
- Release source: local versioning run
99
- Base ref: `v0.40.5`
1010
- Range: `v0.40.5..HEAD`
11-
- Included commits: 10
11+
- Included commits: 11
1212

1313
### Features (5)
1414

@@ -29,6 +29,10 @@ The script does not create tags locally.
2929
- remove nextcloud aio references (`13ce184`)
3030
- [readme] align core services and bootstrap flow (`8915674`)
3131

32+
### CI / Maintenance (1)
33+
34+
- [release] v0.45.1 (`2978688`)
35+
3236
## v0.40.5 - 2026-04-16
3337

3438
- Release tag: `v0.40.5`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Atlas Lab 🚀
22

3-
![Version](https://img.shields.io/badge/version-0.45.1-blue.svg)
3+
![Version](https://img.shields.io/badge/version-0.45.2-blue.svg)
44
![License](https://img.shields.io/badge/license-MIT-22c55e.svg)
55
![Docker Compose](https://img.shields.io/badge/Docker%20Compose-v2-2496ED?logo=docker&logoColor=white)
66
![Gateway](https://img.shields.io/badge/Gateway-Caddy-1F2937?logo=caddy&logoColor=white)

env/lab.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ PYTHON_DEV_URL=https://localhost:8451/
2828
HEDGEDOC_URL=https://localhost:8452/
2929
N8N_URL=https://localhost:8453/
3030
TZ=Europe/Rome
31-
APP_VERSION=0.45.1
31+
APP_VERSION=0.45.2
3232
ATLAS_DOCKER_HUB_MIRRORS=mirror.gcr.io,docker.1ms.run,docker.m.daocloud.io
3333
ATLAS_REGISTRY_PROXIES=docker.m.daocloud.io
3434

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cli-node-docker-atlas-lab",
3-
"version": "0.45.1",
3+
"version": "0.45.2",
44
"description": "Self-contained Node.js CLI and Docker stack for Atlas Lab, a localhost-first self-hosted platform with optional AI and workbench layers.",
55
"license": "MIT",
66
"author": "d4v3-rm",

0 commit comments

Comments
 (0)