From 41af43b7caa186bceab909c5b5e1d1eeea5432b3 Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 2 Nov 2023 09:51:30 -0700 Subject: [PATCH] 6.0.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",