@continuedev/fetch 1.1.1 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
# [1.2.0](https://github.com/continuedev/continue/compare/@continuedev/fetch@1.1.1...@continuedev/fetch@1.2.0) (2025-09-16)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* add missing env vars for openai adapter tests to release flows ([10bfb64](https://github.com/continuedev/continue/commit/10bfb64ac0eea12a10d22c0d1be7c02f08639174))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* exclude single file edit for capable models ([fb3d6dd](https://github.com/continuedev/continue/commit/fb3d6dd7f10fb7cf804918119c418c8c45fb1ce7))
|