Skip to content

Commit a049bab

Browse files
chore(main): release 1.13.0
1 parent 7715df4 commit a049bab

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-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: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [1.13.0](https://github.com/grafana/k6-studio/compare/v1.12.0...v1.13.0) (2026-03-30)
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+
### Documentation
21+
22+
* Add instructions for compiling local binaries ([#1108](https://github.com/grafana/k6-studio/issues/1108)) ([b9cd8eb](https://github.com/grafana/k6-studio/commit/b9cd8ebf0385c915a6c3eebb5cf638eccf46f540))
23+
24+
25+
### Miscellaneous Chores
26+
27+
* **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))
28+
329
## [1.12.0](https://github.com/grafana/k6-studio/compare/v1.11.1...v1.12.0) (2026-03-17)
430

531

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)