Skip to content

Commit 84665c7

Browse files
committed
chore(release): 1.21.0
1 parent 757dc95 commit 84665c7

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.21.0](https://github.com/retejs/rete-kit/compare/v1.20.0...v1.21.0) (2026-07-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **app:** adjust inline comment demo position ([e747ce4](https://github.com/retejs/rete-kit/commit/e747ce4d62186ab4168d303d851822dbda98b42a))
7+
* avoid shadowed template bindings in unit tests ([88bc7cf](https://github.com/retejs/rete-kit/commit/88bc7cf7a893f865d8e84e5fc1dad994a25a91dd))
8+
9+
10+
### Features
11+
12+
* **app:** add History and Comments features with template integration ([6bdcacb](https://github.com/retejs/rete-kit/commit/6bdcacb726e8360e9e2d0ca5ebd3dd15a2e6dcc8))
13+
114
# [1.20.0](https://github.com/retejs/rete-kit/compare/v1.19.0...v1.20.0) (2026-07-10)
215

316

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": "rete-kit",
3-
"version": "1.20.0",
3+
"version": "1.21.0",
44
"main": "bin/module.js",
55
"module": "bin/module.js",
66
"types": "bin/module.d.ts",

0 commit comments

Comments
 (0)