Skip to content

Commit 8ef746a

Browse files
committed
chore(release): 🚀 5.40.0
1 parent 53e7a8e commit 8ef746a

5 files changed

Lines changed: 30 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
# Changelog
44

5+
## 5.40.0 (2026-03-27)
6+
7+
_Commits from: v5.39.2..HEAD_
8+
9+
### 📂 Unscoped changes
10+
11+
#### Other changes
12+
13+
- Merge tag 'v5.39.0' into develop ([d3c7956](https://github.com/tomgrv/devcontainer-features/commit/d3c79568c025f8a75000b5d058c1375c34d6b8c6))
14+
- Merge tag 'v5.39.1' into develop ([5cc9646](https://github.com/tomgrv/devcontainer-features/commit/5cc96466899a2829f6d13fc6df4f2e3c7ce21ea3))
15+
- Merge tag 'v5.39.2' into develop ([083e77e](https://github.com/tomgrv/devcontainer-features/commit/083e77e6a128778b7e79ea592d9ecc6e48900032))
16+
- ♻️ simplify doppler settings structure ([53e7a8e](https://github.com/tomgrv/devcontainer-features/commit/53e7a8e1eb07024c4f1828feff5f7087fd7bd45c))
17+
18+
### 📦 common-utils changes
19+
20+
#### Bug Fixes
21+
22+
- 🐛 enhance argument parsing for dispatch and args scripts ([fcda5a3](https://github.com/tomgrv/devcontainer-features/commit/fcda5a322eb85f9aafd020b9ea770f64598a4b51))
23+
- 🐛 improve error handling for missing source in json loader ([da4adde](https://github.com/tomgrv/devcontainer-features/commit/da4adde8478ea014d3c38844c9fd8fa8ccf34481))
24+
- 🐛 improve parameter handling in dispatch script ([8ae8fa5](https://github.com/tomgrv/devcontainer-features/commit/8ae8fa5ddfa89730ee28987be289ffaad5203794))
25+
- 🐛 improve schema loading and error handling in JSON validation ([5259f49](https://github.com/tomgrv/devcontainer-features/commit/5259f49a7b65fb89c17534892655629c79ed410c))
26+
- 🐛 remove unused preserve function call in dispatch script ([e91d5c3](https://github.com/tomgrv/devcontainer-features/commit/e91d5c3a5a42623968b6f8411ca54fcd7eb5ce90))
27+
528
## 5.39.2 (2026-03-25)
629

730
_Commits from: v5.39.1..HEAD_
@@ -661,4 +684,4 @@ _Commits from: v5.25.0..HEAD_
661684

662685
---
663686

664-
_Generated on 2026-03-25 by [tomgrv/devcontainer-features](https://github.com/tomgrv/devcontainer-features)_
687+
_Generated on 2026-03-27 by [tomgrv/devcontainer-features](https://github.com/tomgrv/devcontainer-features)_

package-lock.json

Lines changed: 3 additions & 3 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": "@tomgrv/devcontainer-features",
3-
"version": "5.39.2",
3+
"version": "5.40.0",
44
"description": "Configure dev environment with devcontainer, gitflow, gitversion, git aliases & hooks. Can be used a devcontainer features",
55
"keywords": [
66
"dev",

src/common-utils/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "common-utils",
33
"name": "Common Utils",
44
"description": "Common utils for tomgrv/devcontainer-features",
5-
"version": "5.39.2",
5+
"version": "5.40.0",
66
"dependsOn": {
77
"ghcr.io/devcontainers/features/common-utils": {}
88
},

src/common-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tomgrv/common-utils",
3-
"version": "5.39.2",
3+
"version": "5.40.0",
44
"description": "Common utilities and helper scripts for devcontainer features",
55
"files": [
66
"_*.sh",

0 commit comments

Comments
 (0)