Skip to content

Commit c79747b

Browse files
committed
Release 4.0.1
1 parent b238ebd commit c79747b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to parse-xml are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## 4.0.1 (2022-10-17)
6+
7+
### Fixed
8+
9+
- The `parseXml()` function's `options` argument is now correctly marked as optional. [[#23](https://github.com/rgrove/parse-xml/issues/23)]
10+
511
## 4.0.0 (2022-09-25)
612

713
parse-xml has been rewritten in TypeScript. The API is unchanged, but the `parseXml()` function is now a named export rather than a default export, which will require a small change to how you import it. See below for details.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rgrove/parse-xml",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "A fast, safe, compliant XML parser for Node.js and browsers.",
55
"keywords": [
66
"xml",

0 commit comments

Comments
 (0)