diff --git a/CHANGELOG.md b/CHANGELOG.md index ab40d1c..454ab08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # changelog +## 6.0.0 +* remove built-in container queries. You should use native css container queries now. Fixes #32 +* support boolean attributes. Fixes #31 + + ## 5.0.0 * update deps * drop embedded ResizeObserver; it's now present in >= 94% of global web browsers. fixes #28 diff --git a/package.json b/package.json index ee189b0..5a67f55 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "snabby", "description": "Use Snabbdom with template strings", - "version": "5.0.0", + "version": "6.0.0", "author": "Jamen Marz (https://git.io/jamen)", "repository": "mreinstein/snabby", "type": "module",