From a436c4d14608e9c5a738245b392e7f0d4f99140f Mon Sep 17 00:00:00 2001 From: Erick Xavier Date: Tue, 4 Aug 2026 23:15:38 -0300 Subject: [PATCH] chore: release v1.20.2 --- .claude-plugin/plugin.json | 2 +- CHANGELOG.md | 8 +++++++- nojs/SKILL.md | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index c92dba3..5e6f488 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "nojs", "description": "Provides expert-level knowledge of the No.JS HTML-first reactive framework for building dynamic web applications using only HTML attributes.", - "version": "1.20.1", + "version": "1.20.2", "author": { "name": "Erick Xavier" }, diff --git a/CHANGELOG.md b/CHANGELOG.md index 5973197..9638b82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ All notable changes to the **NoJS Skill** 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-skill/compare/v1.20.1...HEAD) +## [Unreleased](https://github.com/no-js-dev/nojs-skill/compare/v1.20.2...HEAD) + +## [1.20.2](https://github.com/no-js-dev/nojs-skill/compare/v1.20.1...v1.20.2) — 2026-08-05 + +### Changed + +- Version alignment with NoJS Core v1.20.2 ## [1.20.1](https://github.com/no-js-dev/nojs-skill/compare/v1.20.0...v1.20.1) — 2026-08-04 diff --git a/nojs/SKILL.md b/nojs/SKILL.md index 7a8f3a8..076832e 100644 --- a/nojs/SKILL.md +++ b/nojs/SKILL.md @@ -1,7 +1,7 @@ --- name: nojs metadata: - version: 1.20.1 + version: 1.20.2 description: Provides expert-level knowledge of the No.JS HTML-first reactive framework for building dynamic web applications using only HTML attributes. Activates when the user explicitly mentions No.JS, NoJS, no-js.dev, cdn.no-js.dev, @no-js-dev/nojs, or the NoJS LSP. Also activates when HTML files use NoJS-specific directive combinations on plain HTML elements — bind (text binding attribute), foreach/each/for (loop attributes on elements), on:click/on:submit (colon-syntax event attributes), model (two-way binding attribute), state (reactive state attribute), store (global store attribute), computed/watch (reactive derivation attributes), show/hide (visibility toggle attributes), bind-html, bind-*, class-*, style-* (attribute-binding patterns), route/route-view (client-side routing attributes), validate (form validation attribute), or use/include (template composition attributes). Does NOT activate for generic HTML/CSS questions, React/Vue/Angular/Svelte/Alpine.js/HTMX development, or JavaScript framework questions unrelated to No.JS. ---