Skip to content

Commit 773fa84

Browse files
committed
feat: 🔖 0.6.0 - correct hx-disable-elt attribute to hx-disabled-elt
1 parent 828d269 commit 773fa84

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# htmx-attributes
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- correct hx-disable-elt attribute to hx-disabled-elt (Contribution by <a href="https://github.com/jpaddeo">https://github.com/jpaddeo</a>)
8+
39
## 0.5.0
410

511
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "HTMX Attributes",
44
"description": "HTMX attribute support for VSCode, enabling your HTMX workflow",
55
"type": "module",
6-
"version": "0.5.0",
6+
"version": "0.6.0",
77
"publisher": "CraigRBroughton",
88
"engines": {
99
"vscode": "^1.22.0"

0 commit comments

Comments
 (0)