Skip to content

Commit d3db61c

Browse files
chore(main): release 1.13.0
1 parent efa3b16 commit d3db61c

File tree

4 files changed

+40
-4
lines changed

4 files changed

+40
-4
lines changed

.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.12.0"
2+
".": "1.13.0"
33
}

CHANGELOG.md

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

3+
## [1.13.0](https://github.com/grafana/k6-studio/compare/v1.12.0...v1.13.0) (2026-04-07)
4+
5+
6+
### Features
7+
8+
* **browser:** Support all selector types in recorder highlighting ([#1130](https://github.com/grafana/k6-studio/issues/1130)) ([04eef0f](https://github.com/grafana/k6-studio/commit/04eef0f18a1a7938cc6a5837b67b761477850c50))
9+
* Display browser event count in in-browser toolbar when recording ([#1137](https://github.com/grafana/k6-studio/issues/1137)) ([122e001](https://github.com/grafana/k6-studio/commit/122e0015540926302a1eef56c08a40c66b178ff5))
10+
* Highlight elements when hovering selector in debugger view ([#1129](https://github.com/grafana/k6-studio/issues/1129)) ([7715df4](https://github.com/grafana/k6-studio/commit/7715df43d3c7a10ab804d3f22a9b436ad47ffd55))
11+
12+
13+
### Bug Fixes
14+
15+
* recent url ignore casing ([#1134](https://github.com/grafana/k6-studio/issues/1134)) ([7080090](https://github.com/grafana/k6-studio/commit/7080090f93266cc48379f1d47af1af098ee14374))
16+
* remove extra headers in script ([#1132](https://github.com/grafana/k6-studio/issues/1132)) ([a89ba62](https://github.com/grafana/k6-studio/commit/a89ba62b770ebea3de7c8c2fe45162bdbba8126a))
17+
* Scripts time out when form submit does not cause a navigation ([#1131](https://github.com/grafana/k6-studio/issues/1131)) ([9c561c5](https://github.com/grafana/k6-studio/commit/9c561c5425381ca7076f59300db789ac77dbde10))
18+
19+
20+
### Internal Changes
21+
22+
* Add agent and mcp configuration ([#1142](https://github.com/grafana/k6-studio/issues/1142)) ([555be75](https://github.com/grafana/k6-studio/commit/555be75ac808f1446af86f18a8cd73386d515e27))
23+
* **assistant:** Add Assistant authentication ([#1136](https://github.com/grafana/k6-studio/issues/1136)) ([1751ba2](https://github.com/grafana/k6-studio/commit/1751ba207ee681c4570f426b25be04f577eb3b14))
24+
* **browser:** Add wait for element action ([#1093](https://github.com/grafana/k6-studio/issues/1093)) ([efa3b16](https://github.com/grafana/k6-studio/commit/efa3b16f4df9b82d87c0b9f36bd9ef004161d8a7))
25+
26+
27+
### Documentation
28+
29+
* Add instructions for compiling local binaries ([#1108](https://github.com/grafana/k6-studio/issues/1108)) ([b9cd8eb](https://github.com/grafana/k6-studio/commit/b9cd8ebf0385c915a6c3eebb5cf638eccf46f540))
30+
31+
32+
### Miscellaneous Chores
33+
34+
* **deps:** update dependency electron to v40.8.5 [security] ([#1146](https://github.com/grafana/k6-studio/issues/1146)) ([9376504](https://github.com/grafana/k6-studio/commit/93765042b1449de32b385db4adea329744cfb570))
35+
* **deps:** update dependency lodash-es to v4.18.1 [security] ([#1145](https://github.com/grafana/k6-studio/issues/1145)) ([8134c9a](https://github.com/grafana/k6-studio/commit/8134c9a34a0fa9fe3fd5a9ea1024d677efcdf982))
36+
* **deps:** update dependency node-forge to v1.4.0 [security] ([#1138](https://github.com/grafana/k6-studio/issues/1138)) ([97b12b3](https://github.com/grafana/k6-studio/commit/97b12b32d8740e45e82506a99ba6c977c879a90c))
37+
* **deps:** update dependency undici to v7.24.0 [security] ([#1122](https://github.com/grafana/k6-studio/issues/1122)) ([05557b5](https://github.com/grafana/k6-studio/commit/05557b5f72d6030a399bb9fa103def775c654e0b))
38+
339
## [1.12.0](https://github.com/grafana/k6-studio/compare/v1.11.1...v1.12.0) (2026-03-17)
440

541

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,7 +1,7 @@
11
{
22
"name": "k6-studio",
33
"productName": "k6 Studio",
4-
"version": "1.12.0",
4+
"version": "1.13.0",
55
"description": "k6 Studio",
66
"repository": "github:grafana/k6-studio",
77
"main": ".vite/build/main.js",

0 commit comments

Comments
 (0)