@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
- ## [1.1.1](https://github.com/continuedev/continue/compare/@continuedev/fetch@1.1.0...@continuedev/fetch@1.1.1) (2025-09-16)
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
- * package lock ([e3fcf41](https://github.com/continuedev/continue/commit/e3fcf41e2a53e8857fee3464c456428a4faed5e9))
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))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@continuedev/fetch",
3
- "version": "1.1.1",
3
+ "version": "1.2.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",