Skip to content

Commit

Permalink
Update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkourlas committed Oct 31, 2021
1 parent ead751b commit a72b0f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- Update dependencies
- Export options interfaces in main module
- Update example to include root attribute

## 4.0.1

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ source maps.

## Usage

The documentation for the current version is available [here](http://www.kourlas.com/node-js2xmlparser/docs/4.0.1/).
The documentation for the current version is available [here](http://www.kourlas.com/node-js2xmlparser/docs/4.0.2/).

You can also build the documentation using npm:

Expand All @@ -76,7 +76,7 @@ var js2xmlparser = require("js2xmlparser");
var obj = {
"@": {
type: "natural",
}
},
firstName: "John",
lastName: "Smith",
dateOfBirth: new Date(1964, 7, 26),
Expand Down

0 comments on commit a72b0f9

Please sign in to comment.