Skip to content

Commit 4a3d5bc

Browse files
chore(release): 3.0.2 [skip ci]
## [3.0.2](v3.0.1...v3.0.2) (2020-04-28) ### Bug Fixes * don't reorder attrs with the same name ([#14](#14)) ([f9706c8](f9706c8))
1 parent f9706c8 commit 4a3d5bc

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.0.2](https://github.com/markedjs/html-differ/compare/v3.0.1...v3.0.2) (2020-04-28)
2+
3+
4+
### Bug Fixes
5+
6+
* don't reorder attrs with the same name ([#14](https://github.com/markedjs/html-differ/issues/14)) ([f9706c8](https://github.com/markedjs/html-differ/commit/f9706c8705ea08987248df2059f97e60d0d5beaa))
7+
18
## [3.0.1](https://github.com/markedjs/html-differ/compare/v3.0.0...v3.0.1) (2020-04-15)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@markedjs/html-differ",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Compares two HTML",
55
"keywords": [
66
"html-differ",

0 commit comments

Comments
 (0)