diff --git a/CHANGELOG.md b/CHANGELOG.md index 454ab08..93e92ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # changelog +## 6.1.0 +* replace hyperx-tmp with hyperx now that the module has necessary bug fixes published + + ## 6.0.0 * remove built-in container queries. You should use native css container queries now. Fixes #32 * support boolean attributes. Fixes #31 diff --git a/package.json b/package.json index 4760380..c6b0a4c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "snabby", "description": "Use Snabbdom with template strings", - "version": "6.0.0", + "version": "6.1.0", "author": "Jamen Marz (https://git.io/jamen)", "repository": "mreinstein/snabby", "type": "module",