Skip to content

Commit 587e743

Browse files
committed
docs: changelog
1 parent 6de54a3 commit 587e743

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

12+
## [1.5.0](https://github.com/justcoded/git-extras/compare/v1.3.0...v1.5.0) (2024-10-22)
13+
### Features
14+
15+
* :sparkles: add git-plop
16+
17+
##### Whp
18+
19+
* Add whp to git extras
20+
21+
##### Code
22+
23+
* Allow to disable permission fix. Bump version
24+
* Do not override runtime directory group/user
25+
* Fix deleted files causes error in code.dirty* commands
26+
* Fix file permissions was not applied to modules
27+
* Support running dirty commands in git pre-commit hook
28+
29+
30+
---
31+
1232
## [1.4.0](https://github.com/justcoded/git-extras/compare/v1.3.0...v1.4.0) (2024-02-21)
1333
### Features
1434

bin/git-plop

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,7 @@ docker run -it --rm \
4949
-v "$src_dir:/plop" \
5050
-v "$workdir_dir:/codebase" \
5151
-e CODEBASE_DIR="$workdir_dir" \
52-
-e CODEBASE_MODULE="$module_name" \
52+
-e CODEBASE_LK_MODULE="$module_name" \
5353
ghcr.io/justcoded/plopjs:0.1.0
54+
55+
chown -R "$(whoami)":"$(whoami)" "$(pwd)"

0 commit comments

Comments
 (0)