Skip to content

Commit

Permalink
chore: release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krampstudio committed Apr 19, 2023
1 parent 7eeff76 commit efe69fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,13 @@ describe('assert some xml', function(){
Any contribution is welcome! Please check the [issues](https://github.com/krampstudio/chai-xml/issues). Do some unit tests as far as possible.

## Release History
* _0.4.1_ dependency update
* _0.3.0_ adding `deep` comparison. Thanks to [PR #2](https://github.com/krampstudio/chai-xml/pull/2)
* _0.3.1_ change package.json keywords
* _0.3.2_ Add eslint, fix parsing error when invalid, add package-lock.json
* _0.2.0_ initial release. Support `xml` property, `valid` method and overwrite the `equal/eq/equals` methods


## License
Copyright (c) 2014-2018 Bertrand Chevrier
Copyright (c) 2014-2023 Bertrand Chevrier
Licensed under the MIT license.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chai-xml",
"description": "Xml assertions for Chai",
"version": "0.4.0",
"version": "0.4.1",
"homepage": "https://github.com/krampstudio/chai-xml",
"author": {
"name": "Bertrand Chevrier",
Expand Down

0 comments on commit efe69fa

Please sign in to comment.