Skip to content

Commit 08dcf63

Browse files
committed
chore(release): 🚀 5.38.4
1 parent 14a10d8 commit 08dcf63

5 files changed

Lines changed: 18 additions & 7 deletions

File tree

CHANGELOG.md

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

33
# Changelog
44

5+
## 5.38.4 (2026-03-22)
6+
7+
_Commits from: v5.38.3..HEAD_
8+
9+
### 📦 gitutils changes
10+
11+
#### Bug Fixes
12+
13+
- 🐛 ensure develop branch is up-to-date before finishing release ([14a10d8](https://github.com/tomgrv/devcontainer-features/commit/14a10d826dd90dafec83e6351f1027e7dfc3331d))
14+
- 🐛 fix rebase ([a71f997](https://github.com/tomgrv/devcontainer-features/commit/a71f997a7297f1700df3be854e8ba9658416f1a3))
15+
516
## 5.38.3 (2026-03-21)
617

718
_Commits from: v5.38.2..HEAD_
@@ -531,4 +542,4 @@ _Commits from: v5.25.0..HEAD_
531542

532543
---
533544

534-
_Generated on 2026-03-21 by [tomgrv/devcontainer-features](https://github.com/tomgrv/devcontainer-features)_
545+
_Generated on 2026-03-22 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.38.3",
3+
"version": "5.38.4",
44
"description": "Configure dev environment with devcontainer, gitflow, gitversion, git aliases & hooks. Can be used a devcontainer features",
55
"keywords": [
66
"dev",

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.3",
5+
"version": "5.38.4",
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.3",
3+
"version": "5.38.4",
44
"description": "Git utilities and aliases for development workflow",
55
"files": [
66
"_*.sh",

0 commit comments

Comments
 (0)