Skip to content

Commit 429392f

Browse files
chore(main): release 4.2.3 (#112)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5f42a91 commit 429392f

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [4.2.3](https://github.com/Doist/twist-ai/compare/v4.2.2...v4.2.3) (2026-02-18)
4+
5+
6+
### Bug Fixes
7+
8+
* add fallback URL construction when SDK batch validation strips .url ([#113](https://github.com/Doist/twist-ai/issues/113)) ([854b5db](https://github.com/Doist/twist-ai/commit/854b5db38eb0b1f56ea7be7517e80ce227ed001d))
9+
* **deps:** update dependency dotenv to v17.2.4 ([#111](https://github.com/Doist/twist-ai/issues/111)) ([de5b1cf](https://github.com/Doist/twist-ai/commit/de5b1cff3ef208ebfacdc46873eddfbef60c2a08))
10+
311
## [4.2.2](https://github.com/Doist/twist-ai/compare/v4.2.1...v4.2.2) (2026-02-10)
412

513

package-lock.json

Lines changed: 5 additions & 5 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": "@doist/twist-ai",
3-
"version": "4.2.2",
3+
"version": "4.2.3",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)