Skip to content

Commit fb1891f

Browse files
release: 1.1.1
1 parent 4fb4c2a commit fb1891f

4 files changed

Lines changed: 30 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "1.1.1"
33
}

CHANGELOG.md

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

3+
## 1.1.1 (2026-03-06)
4+
5+
Full Changelog: [v1.1.0...v1.1.1](https://github.com/groq/groq-typescript/compare/v1.1.0...v1.1.1)
6+
7+
### Bug Fixes
8+
9+
* **client:** avoid memory leak with abort signals ([fd9418a](https://github.com/groq/groq-typescript/commit/fd9418a3f1f7225e8711508029281d17d41742dc))
10+
* **client:** avoid removing abort listener too early ([ae8976f](https://github.com/groq/groq-typescript/commit/ae8976f195a8d9e67bb0e9a5bf3cf8426c9e9e9c))
11+
* **docs/contributing:** correct pnpm link command ([ea938fe](https://github.com/groq/groq-typescript/commit/ea938feab2fb65fe9b6b228c709fb097d7dc8688))
12+
13+
14+
### Chores
15+
16+
* break long lines in snippets into multiline ([f13f15a](https://github.com/groq/groq-typescript/commit/f13f15a4a92237195df4e04e01219aff8c9f5ed8))
17+
* **ci:** upgrade `actions/github-script` ([633ccf1](https://github.com/groq/groq-typescript/commit/633ccf1cc55aef674ac17bfc4beeb7c438f75ddc))
18+
* **client:** do not parse responses with empty content-length ([b48d017](https://github.com/groq/groq-typescript/commit/b48d017bde49f039adc358b170429cc569d9a3b4))
19+
* **client:** restructure abort controller binding ([10a3479](https://github.com/groq/groq-typescript/commit/10a347947d80052f4d663714fdfaaea0bacfcc9d))
20+
* **internal/client:** fix form-urlencoded requests ([17ef412](https://github.com/groq/groq-typescript/commit/17ef4125a59c57f227f057cd348d162785f618cf))
21+
* **internal:** avoid type checking errors with ts-reset ([2a6752e](https://github.com/groq/groq-typescript/commit/2a6752ed49a348f6d49ba09215d2fb59d3eddb3a))
22+
* **internal:** codegen related update ([c9dad6d](https://github.com/groq/groq-typescript/commit/c9dad6ddd27a9057cb1f9b8c242d7f0e18bee555))
23+
* **internal:** codegen related update ([6488bb3](https://github.com/groq/groq-typescript/commit/6488bb39ddd66c16a25fdf358b488fc2762eefc4))
24+
* **internal:** move stringifyQuery implementation to internal function ([7629490](https://github.com/groq/groq-typescript/commit/762949058e72f2453d8e6e90b7ae13eb2e85a817))
25+
* **internal:** update `actions/checkout` version ([e480d86](https://github.com/groq/groq-typescript/commit/e480d869ac87670b1295ea9ea927542dcbfccf16))
26+
* **internal:** upgrade babel, qs, js-yaml ([26610d6](https://github.com/groq/groq-typescript/commit/26610d66e5114065fe9a93d797349f46b57d0129))
27+
* **test:** do not count install time for mock server timeout ([4fb4c2a](https://github.com/groq/groq-typescript/commit/4fb4c2a701e1153ae68f0d89c840d34b2e678a8d))
28+
* update mock server docs ([f4fb792](https://github.com/groq/groq-typescript/commit/f4fb7920d32f4f94a5870cf91ddd1a22b4643d28))
29+
330
## 1.1.0 (2025-12-18)
431

532
Full Changelog: [v1.0.0...v1.1.0](https://github.com/groq/groq-typescript/compare/v1.0.0...v1.1.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "groq-sdk",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "The official TypeScript library for the Groq API",
55
"author": "Groq <support@groq.com>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.1.0'; // x-release-please-version
1+
export const VERSION = '1.1.1'; // x-release-please-version

0 commit comments

Comments
 (0)