Skip to content

Commit 1a7e353

Browse files
committed
chore(release): 🚀 5.39.1
1 parent 3ff3380 commit 1a7e353

5 files changed

Lines changed: 16 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
# Changelog
44

5+
## 5.39.1 (2026-03-24)
6+
7+
_Commits from: v5.39.0..HEAD_
8+
9+
### 📦 common-utils changes
10+
11+
#### Bug Fixes
12+
13+
- 🐛 update argument parsing in dispatch utility ([3ff3380](https://github.com/tomgrv/devcontainer-features/commit/3ff3380e6506c63860c5e5fe188a9644c06931c7))
14+
515
## 5.39.0 (2026-03-24)
616

717
_Commits from: v5.38.7..HEAD_

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.0",
3+
"version": "5.39.1",
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.0",
5+
"version": "5.39.1",
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.0",
3+
"version": "5.39.1",
44
"description": "Common utilities and helper scripts for devcontainer features",
55
"files": [
66
"_*.sh",

0 commit comments

Comments
 (0)