@getsupervisor/agents-studio-sdk 1.12.0 → 1.13.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 +20 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## v1.12.0
2
+
3
+ ## [1.12.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.11.0...v1.12.0) (2025-10-20)
4
+
5
+ ### Features
6
+
7
+ * **api-keys:** implement API key management endpoints and client integration ([1eceb00](https://github.com/julio-supervisor/agents-studio-be/commit/1eceb002c296ba017a71516f4710d28bbee6a235))
8
+ * **ci:** add pull request permissions for CI jobs ([1adef4a](https://github.com/julio-supervisor/agents-studio-be/commit/1adef4af2e459b2cd44f156ac6771a7e18d45b68))
9
+ * **ci:** update coverage badge generation to create a pull request ([967d1a0](https://github.com/julio-supervisor/agents-studio-be/commit/967d1a0f8c207db2929f36e686bb2ab327b413f5))
10
+ * **ci:** update coverage badge PR creation to include branch and base parameters ([769c696](https://github.com/julio-supervisor/agents-studio-be/commit/769c696c438d5945043bf9bcd6d001c10285e3b3))
11
+ * expose api key reveal flow ([612cf69](https://github.com/julio-supervisor/agents-studio-be/commit/612cf695ff9cad480cafc27daf831095290eccfa))
12
+
13
+ ### Bug Fixes
14
+
15
+ * **ci:** agregar badges a la lista de rutas ignoradas en eventos de push y pull_request ([4928c13](https://github.com/julio-supervisor/agents-studio-be/commit/4928c1324e26d0e0db7ba62784b3df159ca48488))
16
+ * **ci:** agregar rutas ignoradas para badges en eventos de push ([f99328a](https://github.com/julio-supervisor/agents-studio-be/commit/f99328ae76e953d1254f068dd4675f2843ac1587))
17
+ * **ci:** change contents permission from write to read for unit tests ([2cb24e0](https://github.com/julio-supervisor/agents-studio-be/commit/2cb24e0b33fd6e62d02a8f642669255e94b6b3bd))
18
+ * **ci:** update permissions for unit tests to include write access for contents, issues, and id-token ([a5078db](https://github.com/julio-supervisor/agents-studio-be/commit/a5078dbbe52b1f6406848f30bd470231c22ce2c9))
19
+
20
+
1
21
  ## v1.11.0
2
22
 
3
23
  ## [1.11.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.10.0...v1.11.0) (2025-10-19)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getsupervisor/agents-studio-sdk",
3
- "version": "1.12.0",
3
+ "version": "1.13.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",