Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
---
<!--- END HEADER -->

## [1.7.2](https://github.com/justcoded/git-extras/compare/v1.7.1...v1.7.2) (2025-05-16)
### Bug Fixes


##### Plop

* Bump plop image version to 0.5.0


---

## [1.7.1](https://github.com/justcoded/git-extras/compare/v1.6.0...v1.7.0) (2025-05-14)
### Features

Expand Down
2 changes: 1 addition & 1 deletion bin/git-plop
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ docker run -it --rm \
-e CODEBASE_DIR="/codebase" \
-e CODEBASE_ORIGIN_DIR="$workdir_dir" \
-e CODEBASE_LK_MODULE="$module_name" \
$dckrEnvs ghcr.io/justcoded/plopjs:0.4.0
$dckrEnvs ghcr.io/justcoded/plopjs:0.5.0

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