Commit d3389855 authored by David Sveningsson's avatar David Sveningsson Committed by HTML-validate
Browse files

chore(release): 11.11.0

## 11.11.0 (2026-08-30)

### Features

* **api:** add `location` to `Attribute` with full source location (both key and value) ([06483434](06483434))
* **rules:** make `close-attr` autofixable ([690da4cb](690da4cb))
* **rules:** make `no-dup-class` autofixable ([83df993c](83df993c))
parent 389e97e9
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
# html-validate changelog

## 11.11.0 (2026-08-30)

### Features

- **api:** add `location` to `Attribute` with full source location (both key and value) ([0648343](https://gitlab.com/html-validate/html-validate/commit/064834341b5caba2fa6228c1e22d5f9fe4687343))
- **rules:** make `close-attr` autofixable ([690da4c](https://gitlab.com/html-validate/html-validate/commit/690da4cbe3a5b6b73914638fae3ea94bc62f89e7))
- **rules:** make `no-dup-class` autofixable ([83df993](https://gitlab.com/html-validate/html-validate/commit/83df993cafa328f82fb4c3d557e98fbe8270c7ae))

## 11.10.0 (2026-08-23)

### Features
+2 −2
Original line number Diff line number Diff line
{
  "name": "html-validate",
  "version": "11.10.0",
  "version": "11.11.0",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "name": "html-validate",
      "version": "11.10.0",
      "version": "11.11.0",
      "funding": [
        {
          "type": "github",
+1 −1
Original line number Diff line number Diff line
{
  "name": "html-validate",
  "version": "11.10.0",
  "version": "11.11.0",
  "description": "Offline HTML5 validator and linter",
  "keywords": [
    "html",