Skip to content

Commit

Permalink
Fix documentation after 7.0.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Leon Grave <[email protected]>
  • Loading branch information
SierraNL committed Jan 10, 2025
1 parent 0e59ff4 commit c5f922f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
## unreleased

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

## 7.0.0 -- 2024-11-26

Expand All @@ -22,7 +24,6 @@ All notable changes to this project will be documented in this file.
* Apply latest code style guide (via [#1170], [#1181])
* Dependencies
* Support `libxmljs2@^0.35` (via [#1173])
* Support `libxml2-wasm@^0.41` as an alternative for `libxmljs2` (via [#1184])
* Use `packageurl-js@^2.0.1`, was `@>=0.0.6 <0.0.8 || ^1` (via [#1142])
* Build
* Use _TypeScript_ `v5.7.2` now, was `v5.6.3` (via [#1182])
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,9 @@ See the shipped `package.json` for version constraints.
* [`ajv`](https://www.npmjs.com/package/ajv)
* [`ajv-formats`](https://www.npmjs.com/package/ajv-formats)
* [`ajv-formats-draft2019`](https://www.npmjs.com/package/ajv-formats-draft2019)
* Validation of XML on _Node.js_ requires all of:
* Validation of XML on _Node.js_ requires any of:
* [`libxmljs2`](https://www.npmjs.com/package/libxmljs2)
* [`libxml2-wasm@`](https://www.npmjs.com/package/libxml2-wasm@)
* the system might need to meet the requirements for [`node-gyp`](https://github.com/TooTallNate/node-gyp#installation), in certain cases.

## Usage
Expand Down

0 comments on commit c5f922f

Please sign in to comment.