Skip to content

Commit 505a56d

Browse files
chore(main): release 1.2.0 (#25)
1 parent 3c80a66 commit 505a56d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

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.2.0](https://github.com/gitcommitshow/resilient-llm/compare/v1.1.0...v1.2.0) (2025-11-28)
4+
5+
6+
### Features
7+
8+
* ship only essential in published pkg ([#24](https://github.com/gitcommitshow/resilient-llm/issues/24)) ([3c80a66](https://github.com/gitcommitshow/resilient-llm/commit/3c80a669b493fd9028f460495c4c2269b6cf0f16))
9+
310
## [1.1.0](https://github.com/gitcommitshow/resilient-llm/compare/v1.0.0...v1.1.0) (2025-11-28)
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.1.0",
3+
"version": "1.2.0",
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": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)