Skip to content

Commit 7340aa4

Browse files
committed
build(release): v1.1.0
1 parent 64690b5 commit 7340aa4

5 files changed

Lines changed: 21 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,23 @@
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-
## v1.0.1 - 2026-04-30
6+
## v1.1.0 - 2026-05-02
77

88
- Release source: local versioning run
9+
- Base ref: `v1.0.1`
10+
- Range: `v1.0.1..HEAD`
11+
- Included commits: 1
12+
13+
### Features (1)
14+
15+
- [core] add drawDB service (`64690b5`)
16+
17+
## v1.0.1 - 2026-05-01
18+
19+
- Release tag: `v1.0.1`
920
- Base ref: `v0.51.0`
10-
- Range: `v0.51.0..HEAD`
11-
- Included commits: 4
21+
- Range: `v0.51.0..v1.0.1`
22+
- Included commits: 5
1223

1324
### Features (1)
1425

@@ -22,9 +33,10 @@ The script does not create tags locally.
2233

2334
- [readme] add index and service tags (`5dc5132`)
2435

25-
### CI / Maintenance (1)
36+
### CI / Maintenance (2)
2637

2738
- [release] v0.52.0 (`ee2ffa1`)
39+
- [release] v1.0.1 (`fd0b161`)
2840

2941
## v0.51.0 - 2026-04-29
3042

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-1.0.1-blue.svg)
3+
![Version](https://img.shields.io/badge/version-1.1.0-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
@@ -27,7 +27,7 @@ BOOKSTACK_APP_URL=https://localhost:8452
2727
BOOKSTACK_URL=https://localhost:8452/
2828
N8N_URL=https://localhost:8453/
2929
TZ=Europe/Rome
30-
APP_VERSION=1.0.1
30+
APP_VERSION=1.1.0
3131
ATLAS_DOCKER_HUB_MIRRORS=mirror.gcr.io,docker.1ms.run,docker.m.daocloud.io
3232
ATLAS_REGISTRY_PROXIES=docker.m.daocloud.io
3333

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": "1.0.1",
3+
"version": "1.1.0",
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)