Skip to content

Commit 5bf41c5

Browse files
committed
chore(main): release 1.7.4
1 parent b038d03 commit 5bf41c5

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [1.7.4](https://github.com/gitcommitshow/resilient-llm/compare/v1.7.3...v1.7.4) (2026-03-23)
4+
5+
6+
### Bug Fixes
7+
8+
* remove tsconfig props that may cause issue later ([#97](https://github.com/gitcommitshow/resilient-llm/issues/97)) ([b038d03](https://github.com/gitcommitshow/resilient-llm/commit/b038d03eedd87b4d22b578cbf1e6415d4a0c9ace))
9+
310
## [1.7.3](https://github.com/gitcommitshow/resilient-llm/compare/v1.7.2...v1.7.3) (2026-03-21)
411

512

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": "resilient-llm",
3-
"version": "1.7.3",
3+
"version": "1.7.4",
44
"description": "ResilientLLM is a resilient, unified LLM interface with in-built circuit breaker, token bucket rate limiting, caching, and adaptive retry with dynamic backoff support.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)