Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ All notable changes to this project 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/compare/v1.20.1...HEAD)
## [Unreleased](https://github.com/no-js-dev/nojs/compare/v1.20.2...HEAD)

## [1.20.2](https://github.com/no-js-dev/nojs/compare/v1.20.1...v1.20.2) — 2026-08-05

Patch release — lockfile compatibility fix and version alignment with Elements v1.20.2 fixes.

### Chore

- chore(deps): regenerate `package-lock.json` with npm 10 so `npm ci` works on node 20/22 — fixes "Missing conventional-commits-parser" for npm 10 consumers ([`bb8e019`](https://github.com/no-js-dev/nojs/commit/bb8e019), PR [#330](https://github.com/no-js-dev/nojs/pull/330))

## [1.20.1](https://github.com/no-js-dev/nojs/compare/v1.20.0...v1.20.1) — 2026-08-04

Expand Down
4 changes: 2 additions & 2 deletions dist/iife/no.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/iife/no.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@no-js-dev/nojs",
"version": "1.20.1",
"version": "1.20.2",
"description": "The HTML-first reactive framework — build dynamic web apps with just HTML attributes, no JavaScript required",
"browser": "dist/iife/no.js",
"unpkg": "dist/iife/no.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ const NoJS = {
},

// Version
version: "1.20.1",
version: "1.20.2",
};

// Expose sentinel symbols as read-only properties
Expand Down