Skip to content

Commit 23ad63c

Browse files
committed
chore(release): 1.14.1
1 parent 19373cb commit 23ad63c

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.14.1](https://github.com/retejs/rete-kit/compare/v1.14.0...v1.14.1) (2025-08-29)
2+
3+
4+
### Bug Fixes
5+
6+
* **assets:** correct import statements to use 'type' syntax ([2e5cd3a](https://github.com/retejs/rete-kit/commit/2e5cd3a7cb26ac0066e2760be2e3de0b73395cd1))
7+
* **cra:** react types ([148e1fd](https://github.com/retejs/rete-kit/commit/148e1fda9fe64a3da5acc1798e12017542d79c46))
8+
* **react-vite:** specify vite 7 ([e7cd160](https://github.com/retejs/rete-kit/commit/e7cd160be0b2c72737607213ebb7da052ae3566c))
9+
110
# [1.14.0](https://github.com/retejs/rete-kit/compare/v1.13.0...v1.14.0) (2025-06-30)
211

312

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

0 commit comments

Comments
 (0)