Skip to content

Commit 6a9373e

Browse files
authored
Merge pull request #74 from no-js-dev/chore/NOJS-278-version-bump
chore(release): bump version to 1.20.0
2 parents 211d401 + 0390176 commit 6a9373e

6 files changed

Lines changed: 13 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ All notable changes to **NoJS Elements** will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased](https://github.com/no-js-dev/nojs-elements/compare/v1.19.0...HEAD)
8+
## [Unreleased](https://github.com/no-js-dev/nojs-elements/compare/v1.20.0...HEAD)
9+
10+
## [1.20.0](https://github.com/no-js-dev/nojs-elements/compare/v1.19.0...v1.20.0) — 2026-07-17
11+
12+
### Changed
13+
14+
- Version bump to align with NoJS Core v1.20.0 SSE directive release. No functional changes to elements.
915

1016
## [1.19.0](https://github.com/no-js-dev/nojs-elements/compare/v1.18.0...v1.19.0) — 2026-07-09
1117

dist/cjs/nojs-elements.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/esm/nojs-elements.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/iife/nojs-elements.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@no-js-dev/nojs-elements",
3-
"version": "1.19.0",
3+
"version": "1.20.0",
44
"description": "Element plugins for No.JS — drag-and-drop, validation, and more",
55
"main": "dist/cjs/nojs-elements.js",
66
"module": "dist/esm/nojs-elements.js",

0 commit comments

Comments
 (0)