From 773fa840a359829f79997e09a63737eea9983ef4 Mon Sep 17 00:00:00 2001 From: CRBroughton Date: Wed, 7 Feb 2024 21:31:53 +0000 Subject: [PATCH] feat: :bookmark: 0.6.0 - correct hx-disable-elt attribute to hx-disabled-elt --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"