diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fe50f9..7124fbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # htmx-attributes +## 0.6.0 + +### Minor Changes + +- correct hx-disable-elt attribute to hx-disabled-elt (Contribution by https://github.com/jpaddeo) + ## 0.5.0 ### Minor Changes diff --git a/package.json b/package.json index e9f05c0..8124a9a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "HTMX Attributes", "description": "HTMX attribute support for VSCode, enabling your HTMX workflow", "type": "module", - "version": "0.5.0", + "version": "0.6.0", "publisher": "CraigRBroughton", "engines": { "vscode": "^1.22.0"