diff --git a/CHANGELOG.md b/CHANGELOG.md index eac47b99..286ea3ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,5 @@ # Changelog - -## [1.6.1] - 2021-10-01 - - - ## [1.6.0] - 2021-10-01 * Completely reworked ` + Click Me diff --git a/package.json b/package.json index b9a7649a..162e52fd 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "AJAX", "HTML" ], - "version": "1.6.1", + "version": "1.6.0", "homepage": "https://htmx.org/", "bugs": { "url": "https://github.com/bigskysoftware/htmx/issues" diff --git a/src/htmx.js b/src/htmx.js index 2fb80ed6..75d5382e 100644 --- a/src/htmx.js +++ b/src/htmx.js @@ -67,7 +67,7 @@ return (function () { createWebSocket: function(url){ return new WebSocket(url, []); }, - version: "1.6.1" + version: "1.6.0" }; var VERBS = ['get', 'post', 'put', 'delete', 'patch']; diff --git a/www/docs.md b/www/docs.md index 2c750579..e1016283 100644 --- a/www/docs.md +++ b/www/docs.md @@ -103,13 +103,13 @@ It can be used via [NPM](https://www.npmjs.com/) as "`htmx.org`" or downloaded o [unpkg](https://unpkg.com/browse/htmx.org/) or your other favorite NPM-based CDN: ``` html - + ``` For added security, you can load the script using [Subresource Integrity (SRI)](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity). ``` html - + ``` ## [AJAX](#ajax) diff --git a/www/extensions/client-side-templates.md b/www/extensions/client-side-templates.md index b436b284..28f01572 100644 --- a/www/extensions/client-side-templates.md +++ b/www/extensions/client-side-templates.md @@ -61,8 +61,8 @@ If you wish to put a template into another file, you can use a directive such as JS Bin - - + + diff --git a/www/index.md b/www/index.md index 32884042..9178808a 100644 --- a/www/index.md +++ b/www/index.md @@ -34,7 +34,7 @@ By removing these arbitrary constraints, htmx completes HTML as a [hypertext](ht ```html - + Click Me diff --git a/www/posts/2021-11-22-htmx-1.6.1-is-released.md b/www/posts/2021-11-22-htmx-1.6.1-is-released.md index 60a2594b..82d10dbd 100644 --- a/www/posts/2021-11-22-htmx-1.6.1-is-released.md +++ b/www/posts/2021-11-22-htmx-1.6.1-is-released.md @@ -1,6 +1,5 @@ --- layout: layout.njk -tags: ['posts', 'announcements'] title: htmx 1.6.0 has been released! date: 2021-10-02 ---