Skip to content

Commit

Permalink
chore(release): 3.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.3](v3.0.2...v3.0.3) (2020-07-24)

### Bug Fixes

* **deps:** add dependabot to update deps regularly ([49fe5ad](49fe5ad))
* **deps:** update chalk to v4.1.0 ([1538bb7](1538bb7))
* **deps:** update package-lock.json ([9f87b60](9f87b60))
* **deps:** update parse5-sax-parser to v6.0.1 ([53cb4f6](53cb4f6))
  • Loading branch information
semantic-release-bot committed Jul 24, 2020
1 parent b266bd0 commit 40eda3b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [3.0.3](https://github.com/markedjs/html-differ/compare/v3.0.2...v3.0.3) (2020-07-24)


### Bug Fixes

* **deps:** add dependabot to update deps regularly ([49fe5ad](https://github.com/markedjs/html-differ/commit/49fe5ad082a02a1cb3e7c0547e6ccda21c9916b5))
* **deps:** update chalk to v4.1.0 ([1538bb7](https://github.com/markedjs/html-differ/commit/1538bb7e8c3f1a6d3d547ddbf1c0ecbe4f50b1fa))
* **deps:** update package-lock.json ([9f87b60](https://github.com/markedjs/html-differ/commit/9f87b60bf79b4cc8d3a4a78ef9b194d6f6013d0f))
* **deps:** update parse5-sax-parser to v6.0.1 ([53cb4f6](https://github.com/markedjs/html-differ/commit/53cb4f67c90d7669dd58e4311d1b432145d62c7c))

## [3.0.2](https://github.com/markedjs/html-differ/compare/v3.0.1...v3.0.2) (2020-04-28)


Expand Down
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,6 +1,6 @@
{
"name": "@markedjs/html-differ",
"version": "3.0.2",
"version": "3.0.3",
"description": "Compares two HTML",
"keywords": [
"html-differ",
Expand Down

0 comments on commit 40eda3b

Please sign in to comment.