Skip to content

Commit b94e434

Browse files
committed
chore(release): 🚀 5.40.2
1 parent db4d7c2 commit b94e434

5 files changed

Lines changed: 17 additions & 7 deletions

File tree

CHANGELOG.md

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

33
# Changelog
44

5+
## 5.40.2 (2026-03-28)
6+
7+
_Commits from: v5.40.1..HEAD_
8+
9+
### 📦 common-utils changes
10+
11+
#### Bug Fixes
12+
13+
- 🐛 correct invocation of validate-json function in normalization script ([db4d7c2](https://github.com/tomgrv/devcontainer-features/commit/db4d7c2bf18589bcb8638f7bc1cdeefb66d1d8ed))
14+
515
## 5.40.1 (2026-03-27)
616

717
_Commits from: v5.40.0..HEAD_
@@ -694,4 +704,4 @@ _Commits from: v5.25.0..HEAD_
694704

695705
---
696706

697-
_Generated on 2026-03-27 by [tomgrv/devcontainer-features](https://github.com/tomgrv/devcontainer-features)_
707+
_Generated on 2026-03-28 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.40.1",
3+
"version": "5.40.2",
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.40.1",
5+
"version": "5.40.2",
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.40.1",
3+
"version": "5.40.2",
44
"description": "Common utilities and helper scripts for devcontainer features",
55
"files": [
66
"_*.sh",

0 commit comments

Comments
 (0)