Skip to content

Commit bc9f2cd

Browse files
authored
Merge pull request #56 from no-js-dev/release/v1.15.2
chore: release v1.15.2
2 parents e72d7bc + 190a381 commit bc9f2cd

5 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ 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.15.1...HEAD)
8+
## [Unreleased](https://github.com/no-js-dev/nojs-elements/compare/v1.15.2...HEAD)
9+
10+
## [1.15.2] - 2026-06-20
11+
12+
### Fixed
13+
- fix(build): ensure all dist files contain correct version on release
914

1015
## [1.15.1](https://github.com/no-js-dev/nojs-elements/compare/v1.15.0...v1.15.1) — 2026-06-20
1116

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.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.15.1",
3+
"version": "1.15.2",
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)