Skip to content

Commit 7b5eb16

Browse files
authored
Merge pull request #11 from chemodun/release-please--branches--main
chore(main): release 0.2.18
2 parents 900d462 + 0c8d864 commit 7b5eb16

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.17"
2+
".": "0.2.18"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.2.18](https://github.com/chemodun/X4-XMLDiffAndPatch/compare/v0.2.17...v0.2.18) (2025-02-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **XMLDiff:** fix losing the previously gathered path if some parent is accessible via "//" ([a04494d](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/a04494d2e3cf3a0a216dc9e071101f310fbbb7ab))
9+
* **XMLDiff:** fix skipping valid xpath step in case if "//" doesn't work with it ([a04494d](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/a04494d2e3cf3a0a216dc9e071101f310fbbb7ab))
10+
* **XMLDiff:** in total fixes [#10](https://github.com/chemodun/X4-XMLDiffAndPatch/issues/10) ([a04494d](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/a04494d2e3cf3a0a216dc9e071101f310fbbb7ab))
11+
* **XMLDiff:** update log file deletion behavior to respect appendToLog option. Fixes [#8](https://github.com/chemodun/X4-XMLDiffAndPatch/issues/8) ([e31b246](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/e31b2462a74c135a27a80984b2d6d6f9e861dafc))
12+
313
## [0.2.17](https://github.com/chemodun/X4-XMLDiffAndPatch/compare/v0.2.16...v0.2.17) (2025-02-25)
414

515

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.17
1+
0.2.18

0 commit comments

Comments
 (0)