Skip to content

Commit c5f922f

Browse files
committed
Fix documentation after 7.0.0 release
Signed-off-by: Leon Grave <[email protected]>
1 parent 0e59ff4 commit c5f922f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

HISTORY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
## unreleased
66

77
<!-- add unreleased items here -->
8+
* Dependencies
9+
* Support `libxml2-wasm@^0.41` as an alternative for `libxmljs2` (via [#1184])
810

911
## 7.0.0 -- 2024-11-26
1012

@@ -22,7 +24,6 @@ All notable changes to this project will be documented in this file.
2224
* Apply latest code style guide (via [#1170], [#1181])
2325
* Dependencies
2426
* Support `libxmljs2@^0.35` (via [#1173])
25-
* Support `libxml2-wasm@^0.41` as an alternative for `libxmljs2` (via [#1184])
2627
* Use `packageurl-js@^2.0.1`, was `@>=0.0.6 <0.0.8 || ^1` (via [#1142])
2728
* Build
2829
* Use _TypeScript_ `v5.7.2` now, was `v5.6.3` (via [#1182])

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,9 @@ See the shipped `package.json` for version constraints.
126126
* [`ajv`](https://www.npmjs.com/package/ajv)
127127
* [`ajv-formats`](https://www.npmjs.com/package/ajv-formats)
128128
* [`ajv-formats-draft2019`](https://www.npmjs.com/package/ajv-formats-draft2019)
129-
* Validation of XML on _Node.js_ requires all of:
129+
* Validation of XML on _Node.js_ requires any of:
130130
* [`libxmljs2`](https://www.npmjs.com/package/libxmljs2)
131+
* [`libxml2-wasm@`](https://www.npmjs.com/package/libxml2-wasm@)
131132
* the system might need to meet the requirements for [`node-gyp`](https://github.com/TooTallNate/node-gyp#installation), in certain cases.
132133

133134
## Usage

0 commit comments

Comments
 (0)