Skip to content

Commit 67d22a6

Browse files
committed
chore(release): 🚀 5.39.0
1 parent b652d6e commit 67d22a6

7 files changed

Lines changed: 43 additions & 9 deletions

File tree

CHANGELOG.md

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

33
# Changelog
44

5+
## 5.39.0 (2026-03-24)
6+
7+
_Commits from: v5.38.7..HEAD_
8+
9+
### 📂 Unscoped changes
10+
11+
#### Other changes
12+
13+
- Merge tag 'v5.38.0' into develop ([89bf33f](https://github.com/tomgrv/devcontainer-features/commit/89bf33ffb8577dfa4dcdde139c8d52ff3c2c24fb))
14+
- Merge tag 'v5.38.1' into develop ([76413d0](https://github.com/tomgrv/devcontainer-features/commit/76413d0b740863169e76ad9af283571c706b0716))
15+
- Merge tag 'v5.38.2' into develop ([7b1f14b](https://github.com/tomgrv/devcontainer-features/commit/7b1f14b3f4feb41517cf0f84d6e094538723db4c))
16+
- Merge tag 'v5.38.3' into develop ([1a61e91](https://github.com/tomgrv/devcontainer-features/commit/1a61e917ece3ccd6a8e066e93d2371e9a338a382))
17+
- Merge tag 'v5.38.4' into develop ([c7b55fe](https://github.com/tomgrv/devcontainer-features/commit/c7b55fe12e808ad1009f06764b4a4a8ba980926a))
18+
- Merge tag 'v5.38.5' into develop ([7ea28a2](https://github.com/tomgrv/devcontainer-features/commit/7ea28a2fd45eb0b6dd2ddb5fff0315bd2ee2a2cd))
19+
- Merge tag 'v5.38.6' into develop ([3f64400](https://github.com/tomgrv/devcontainer-features/commit/3f64400d096d1eb32ea052a7dd6baae94194d7e1))
20+
- Merge tag 'v5.38.7' into develop ([61267b0](https://github.com/tomgrv/devcontainer-features/commit/61267b03c238249ece036ad3bc71832b57a9c3b4))
21+
22+
### 📦 common-utils changes
23+
24+
#### Bug Fixes
25+
26+
- 🐛 update argument prefix for params in dispatch utility ([b652d6e](https://github.com/tomgrv/devcontainer-features/commit/b652d6ed7bedb6ffe5691f658365b9ff62de684a))
27+
- 🐛 update argument processing for '=' and '+' parameters ([7820242](https://github.com/tomgrv/devcontainer-features/commit/7820242a71aab64bf5ab92b31fa6844bade179aa))
28+
29+
### 📦 gitutils changes
30+
31+
#### Bug Fixes
32+
33+
- 🐛 add stash option to handle uncommitted changes before hotfix ([c48fe65](https://github.com/tomgrv/devcontainer-features/commit/c48fe65e7894ddf3cd9e06c5ee7680306950b51a))
34+
35+
#### Features
36+
37+
- ✨ add interactive branch deletion alias ([751a660](https://github.com/tomgrv/devcontainer-features/commit/751a66014166ff621b2f83aed1914e5a8be74e32))
38+
539
## 5.38.7 (2026-03-24)
640

741
_Commits from: v5.38.6..HEAD_

package-lock.json

Lines changed: 4 additions & 4 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.38.7",
3+
"version": "5.39.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.38.5",
5+
"version": "5.39.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.38.5",
3+
"version": "5.39.0",
44
"description": "Common utilities and helper scripts for devcontainer features",
55
"files": [
66
"_*.sh",

src/gitutils/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "gitutils",
33
"name": "Git Aliases",
44
"description": "A feature to add useful Git aliases to your shell.",
5-
"version": "5.38.7",
5+
"version": "5.39.0",
66
"dependsOn": {
77
"ghcr.io/devcontainers/features/node:1": "lts",
88
"ghcr.io/tomgrv/devcontainer-features/common-utils:5": {

src/gitutils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tomgrv/gitutils",
3-
"version": "5.38.7",
3+
"version": "5.39.0",
44
"description": "Git utilities and aliases for development workflow",
55
"files": [
66
"_*.sh",

0 commit comments

Comments
 (0)