Skip to content

Commit 1d56023

Browse files
chore(main): release 1.11.2 (#175)
1 parent 044fdf9 commit 1d56023

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55

66
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
77

8+
## [1.11.2](https://github.com/mcarvin8/xml-disassembler/compare/v1.11.1...v1.11.2) (2025-12-01)
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** bump fast-xml-parser from 5.3.0 to 5.3.2 ([#174](https://github.com/mcarvin8/xml-disassembler/issues/174)) ([7cb5f87](https://github.com/mcarvin8/xml-disassembler/commit/7cb5f87e11738f2d3d13ae4d32606f9f841bbd0c))
14+
* **deps:** bump yaml from 2.8.0 to 2.8.2 ([#172](https://github.com/mcarvin8/xml-disassembler/issues/172)) ([9389504](https://github.com/mcarvin8/xml-disassembler/commit/9389504496fb9c834ca82a89780e677b7d486d6a))
15+
816
## [1.11.1](https://github.com/mcarvin8/xml-disassembler/compare/v1.11.0...v1.11.1) (2025-11-02)
917

1018

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xml-disassembler",
3-
"version": "1.11.1",
3+
"version": "1.11.2",
44
"description": "Disassemble XML files into smaller, more manageable files and reassemble the XML when needed.",
55
"author": "Matt Carvin",
66
"license": "MIT",
@@ -52,7 +52,7 @@
5252
"log4js": "^6.9.1",
5353
"smol-toml": "^1.4.2",
5454
"tslib": "^2.6.2",
55-
"yaml": "^2.8.2"
55+
"yaml": "^2.8.0"
5656
},
5757
"repository": {
5858
"type": "git",

0 commit comments

Comments
 (0)