Skip to content

Commit

Permalink
Release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrove committed Oct 17, 2022
1 parent b238ebd commit c79747b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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).

## 4.0.1 (2022-10-17)

### Fixed

- The `parseXml()` function's `options` argument is now correctly marked as optional. [[#23](https://github.com/rgrove/parse-xml/issues/23)]

## 4.0.0 (2022-09-25)

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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rgrove/parse-xml",
"version": "4.0.0",
"version": "4.0.1",
"description": "A fast, safe, compliant XML parser for Node.js and browsers.",
"keywords": [
"xml",
Expand Down

0 comments on commit c79747b

Please sign in to comment.