diff --git a/CHANGELOG.md b/CHANGELOG.md index 6897772..ca7c3e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ All notable changes to **NoJS Elements** will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/no-js-dev/nojs-elements/compare/v1.19.0...HEAD) +## [Unreleased](https://github.com/no-js-dev/nojs-elements/compare/v1.20.0...HEAD) + +## [1.20.0](https://github.com/no-js-dev/nojs-elements/compare/v1.19.0...v1.20.0) — 2026-07-17 + +### Changed + +- Version bump to align with NoJS Core v1.20.0 SSE directive release. No functional changes to elements. ## [1.19.0](https://github.com/no-js-dev/nojs-elements/compare/v1.18.0...v1.19.0) — 2026-07-09 diff --git a/dist/cjs/nojs-elements.js b/dist/cjs/nojs-elements.js index 6c94fad..b0b890b 100644 --- a/dist/cjs/nojs-elements.js +++ b/dist/cjs/nojs-elements.js @@ -1,5 +1,5 @@ /** - * NoJS Elements v1.19.0 — Element plugins for No.JS + * NoJS Elements v1.20.0 — Element plugins for No.JS * Drag-and-drop, and more. * @author exs.dev * @homepage https://elements.no-js.dev/ diff --git a/dist/esm/nojs-elements.js b/dist/esm/nojs-elements.js index f48af45..e749ccd 100644 --- a/dist/esm/nojs-elements.js +++ b/dist/esm/nojs-elements.js @@ -1,5 +1,5 @@ /** - * NoJS Elements v1.19.0 — Element plugins for No.JS + * NoJS Elements v1.20.0 — Element plugins for No.JS * Drag-and-drop, and more. * @author exs.dev * @homepage https://elements.no-js.dev/ diff --git a/dist/iife/nojs-elements.js b/dist/iife/nojs-elements.js index c9d9899..be1148c 100644 --- a/dist/iife/nojs-elements.js +++ b/dist/iife/nojs-elements.js @@ -1,5 +1,5 @@ /** - * NoJS Elements v1.19.0 — Element plugins for No.JS + * NoJS Elements v1.20.0 — Element plugins for No.JS * Drag-and-drop, and more. * @author exs.dev * @homepage https://elements.no-js.dev/ diff --git a/package-lock.json b/package-lock.json index 5cc429e..2386d79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@no-js-dev/nojs-elements", - "version": "1.16.1", + "version": "1.20.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@no-js-dev/nojs-elements", - "version": "1.16.1", + "version": "1.20.0", "license": "MIT", "devDependencies": { "@babel/core": "^8.0.1", diff --git a/package.json b/package.json index 612b960..8a55555 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@no-js-dev/nojs-elements", - "version": "1.19.0", + "version": "1.20.0", "description": "Element plugins for No.JS — drag-and-drop, validation, and more", "main": "dist/cjs/nojs-elements.js", "module": "dist/esm/nojs-elements.js",