Skip to content

Commit a4f88e1

Browse files
committed
build(main): release 0.2.25
1 parent 43c9e2b commit a4f88e1

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-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.24"
2+
".": "0.2.25"
33
}

CHANGELOG.md

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

3+
## [0.2.25](https://github.com/chemodun/X4-XMLDiffAndPatch/compare/v0.2.24...v0.2.25) (2025-03-31)
4+
5+
6+
### Bug Fixes
7+
8+
* **XMLDiff:** fixed not comparing the attributes in the root node ([43c9e2b](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/43c9e2b8e2bee9ccef170ca2be998cf31fb2b22a))
9+
* **XMLDiff:** fixed numbering an elements (was wrong index) ([43c9e2b](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/43c9e2b8e2bee9ccef170ca2be998cf31fb2b22a))
10+
* **XMLDiff:** identification of element via sibling now fully comply to XMLPath requirements ([43c9e2b](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/43c9e2b8e2bee9ccef170ca2be998cf31fb2b22a))
11+
* **XMLDiff:** relation on removed element in next operations, now remove operation will be shifted after the referred ([43c9e2b](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/43c9e2b8e2bee9ccef170ca2be998cf31fb2b22a))
12+
13+
14+
### Code Refactoring
15+
16+
* **XMLDiff:** `pathForParent` now is right named ([43c9e2b](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/43c9e2b8e2bee9ccef170ca2be998cf31fb2b22a))
17+
318
## [0.2.24](https://github.com/chemodun/X4-XMLDiffAndPatch/compare/v0.2.23...v0.2.24) (2025-03-16)
419

520

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.24
1+
0.2.25

0 commit comments

Comments
 (0)