Skip to content

Commit 13845ae

Browse files
authored
Merge pull request #16 from justcoded/feature/plop
Feature/plop
2 parents 5328c5c + ff7e045 commit 13845ae

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
---
1010
<!--- END HEADER -->
1111

12+
## [1.7.2](https://github.com/justcoded/git-extras/compare/v1.7.1...v1.7.2) (2025-05-16)
13+
### Bug Fixes
14+
15+
16+
##### Plop
17+
18+
* Bump plop image version to 0.5.0
19+
20+
21+
---
22+
1223
## [1.7.1](https://github.com/justcoded/git-extras/compare/v1.6.0...v1.7.0) (2025-05-14)
1324
### Features
1425

bin/git-plop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ docker run -it --rm \
5454
-e CODEBASE_DIR="/codebase" \
5555
-e CODEBASE_ORIGIN_DIR="$workdir_dir" \
5656
-e CODEBASE_LK_MODULE="$module_name" \
57-
$dckrEnvs ghcr.io/justcoded/plopjs:0.4.0
57+
$dckrEnvs ghcr.io/justcoded/plopjs:0.5.0
5858

5959
sudo chown -R "$(whoami)":"$(whoami)" "$(pwd)"

0 commit comments

Comments
 (0)