Skip to content

Commit 8195fe8

Browse files
committed
chore(release): 2.2.0
1 parent ddb7af2 commit 8195fe8

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.2.0](https://github.com/doeixd/invokers/compare/v2.1.1...v2.2.0) (2026-01-30)
6+
7+
8+
### Features
9+
10+
* **adapters:** add optional anchor invokers ([ead7d59](https://github.com/doeixd/invokers/commit/ead7d5920ebdb03d7b6b2e0a6f8da7db918722d6))
11+
* **fetch:** add HTML response selection ([5bdb13b](https://github.com/doeixd/invokers/commit/5bdb13b6266e06815df22f7ae04d5ef4efcdca6d))
12+
513
### [2.1.1](https://github.com/doeixd/invokers/compare/v2.1.0...v2.1.1) (2026-01-29)
614

715

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": "invokers",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "A powerful, platform-first JavaScript library for creating modern user interfaces with declarative HTML. Features universal command chaining, conditional execution, and declarative workflow orchestration via `data-and-then` attributes and `<and-then>` elements. Use the native `command` attribute to build accessible, interactive UIs with sophisticated multi-step workflows, all with zero custom JavaScript. Includes View Transition API support, Interest Invokers (hover cards, tooltips) polyfill, and 40+ built-in expression functions for reactive computations.",
55
"author": "Patrick Glenn",
66
"license": "MIT",

0 commit comments

Comments
 (0)