Skip to content

Commit 4d4ae11

Browse files
authored
Merge pull request #15 from chemodun:release-please--branches--main
build(main): release 0.2.22
2 parents 02027cf + 480a530 commit 4d4ae11

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-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.21"
2+
".": "0.2.22"
33
}

CHANGELOG.md

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

3+
## [0.2.22](https://github.com/chemodun/X4-XMLDiffAndPatch/compare/v0.2.21...v0.2.22) (2025-03-10)
4+
5+
6+
### Code Refactoring
7+
8+
* **XMLDiff:** always include the first attribute in the XPath element ([f3aec88](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/f3aec88c8f9ccc47056fa3b72f09b7f4a221b748))
9+
* **XMLDiff:** extract attribute to XPath element conversion into a separate method ([f3aec88](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/f3aec88c8f9ccc47056fa3b72f09b7f4a221b748))
10+
* **XMLDiff:** if one of attribute is not enough to identify the element, include step by step next attributes ([f3aec88](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/f3aec88c8f9ccc47056fa3b72f09b7f4a221b748))
11+
* **XMLDiff:** improve replace attribute detection ([37ab85e](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/37ab85e71112c5b7e4c6844e8900ca0500d8b0e8))
12+
13+
14+
### Miscellaneous Chores
15+
16+
* **XMLDiff:** add RunXMLDiff.bat script and documentation for integration with VSCode; update cspell.json ([67153e9](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/67153e91c6433f12440c445af5d2a1ebf2296652))
17+
18+
19+
### Documentation
20+
21+
* **bbcode:** Update bbcode files ([66f41a2](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/66f41a2014859845de7cb4b5419ac8ac904537fe))
22+
* **README:** add integration details for VSCode and RunXMLDiff.bat script ([dad5f06](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/dad5f06b7ea576ec733a4e4d40637ddc0b645d92))
23+
* **README:** update changelog for version 0.2.22 with XMLDiff improvements ([31c042b](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/31c042b3f8778635ef2f7e095d02d06b97e915fe))
24+
* **README:** update VSCode integration details and improve link formatting ([203c8e2](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/203c8e2229c777937c21a59e02bc98d53fc08500))
25+
326
## [0.2.21](https://github.com/chemodun/X4-XMLDiffAndPatch/compare/v0.2.20...v0.2.21) (2025-03-03)
427

528

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.21
1+
0.2.22

0 commit comments

Comments
 (0)