Skip to content

Commit

Permalink
feat: 🔖 0.5.0 - better parameter support
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBroughton committed Jan 27, 2024
1 parent 600d65b commit b12d66c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/soft-parents-lie.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# htmx-attributes

## 0.5.0

### Minor Changes

- 600d65b: update hx-vals, hx-disable-elt, hx-headers and hx-include to support parameter selection

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "HTMX Attributes",
"description": "HTMX attribute support for VSCode, enabling your HTMX workflow",
"type": "module",
"version": "0.4.0",
"version": "0.5.0",
"publisher": "CraigRBroughton",
"engines": {
"vscode": "^1.22.0"
Expand Down

0 comments on commit b12d66c

Please sign in to comment.