Skip to content

Commit ef124b3

Browse files
authored
chore(release): v6.0.1 (#58)
* chore(release): v6.0.1 * trigger build always
1 parent ac53418 commit ef124b3

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="6.0.1"></a>
2+
## [6.0.1](https://github.com/rayrutjes/diffable-html/compare/v4.1.0...v6.0.1) (2025-02-17)
3+
4+
5+
### Features
6+
7+
* update attribute formatting ([#45](https://github.com/rayrutjes/diffable-html/issues/45)) ([69120ea](https://github.com/rayrutjes/diffable-html/commit/69120ea))
8+
9+
10+
111
<a name="6.0.0"></a>
212

313
# [6.0.0](https://github.com/rayrutjes/diffable-html/compare/v4.1.0...v6.0.0) (2025-02-13)

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diffable-html",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Opinionated HTML formatter focused towards making HTML diffs readable.",
55
"main": "dist/diffable-html.js",
66
"author": "Raymond RUTJES <raymond.rutjes@gmail.com> (https://github.com/rayrutjes/)",
@@ -10,7 +10,8 @@
1010
"build:watch": "rollup --config --watch",
1111
"test": "jest --verbose",
1212
"changelog": "conventional-changelog --preset angular --infile CHANGELOG.md --same-file",
13-
"changelog:unreleased": "conventional-changelog --preset angular --output-unreleased"
13+
"changelog:unreleased": "conventional-changelog --preset angular --output-unreleased",
14+
"prepack": "npm run build"
1415
},
1516
"files": [
1617
"dist"

0 commit comments

Comments
 (0)