Skip to content

Commit 665b3ac

Browse files
croco-botk6-release-app[bot]Llandy3d
authored
chore(main): release 1.4.0 (#730)
Co-authored-by: k6-release-app[bot] <214234727+k6-release-app[bot]@users.noreply.github.com> Co-authored-by: Llandy Riveron Del Risco <llandy3d@gmail.com>
1 parent 150df5e commit 665b3ac

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-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.3.0"
2+
".": "1.4.0"
33
}

CHANGELOG.md

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

3+
## [1.4.0](https://github.com/grafana/k6-studio/compare/v1.3.0...v1.4.0) (2025-06-11)
4+
5+
6+
### Features
7+
8+
* Display Rule preview in Rule editor ([#740](https://github.com/grafana/k6-studio/issues/740)) ([83ff7eb](https://github.com/grafana/k6-studio/commit/83ff7eb80ec86f8ddb1b7eab5cd7286e6399d4b0))
9+
* Implement proxy health check ([#716](https://github.com/grafana/k6-studio/issues/716)) ([f05ed08](https://github.com/grafana/k6-studio/commit/f05ed08a3226dec94014d29c90531ce0bdd89f3f))
10+
11+
12+
### Bug Fixes
13+
14+
* **browser:** Extension doesn't load when starting a recording in Chrome ([#742](https://github.com/grafana/k6-studio/issues/742)) ([1ab1eaa](https://github.com/grafana/k6-studio/commit/1ab1eaaf4b684bb0322283a6c10f9592adc43282))
15+
* Running validator causes 'Maximum call stack size exceeded' error ([#746](https://github.com/grafana/k6-studio/issues/746)) ([cae2276](https://github.com/grafana/k6-studio/commit/cae22763342c2d9daa103c1757b9e2726486a92d))
16+
17+
18+
### Miscellaneous Chores
19+
20+
* **deps:** bump tar-fs from 3.0.8 to 3.0.9 ([#739](https://github.com/grafana/k6-studio/issues/739)) ([150df5e](https://github.com/grafana/k6-studio/commit/150df5e93e8be0df4945dbe080b03027c9902887))
21+
* migrate secrets to vault ([#737](https://github.com/grafana/k6-studio/issues/737)) ([22fe5f5](https://github.com/grafana/k6-studio/commit/22fe5f5ba517c68f41ac16b6f27276ba5b257e76))
22+
* Set studio-specific User-Agent ([#733](https://github.com/grafana/k6-studio/issues/733)) ([8459ed4](https://github.com/grafana/k6-studio/commit/8459ed49ef0334b2a0bf3df149aa45fbc6b426a3))
23+
* Switch to Lucide icons ([#711](https://github.com/grafana/k6-studio/issues/711)) ([d81f19d](https://github.com/grafana/k6-studio/commit/d81f19da2a29ac9fddadf4b472781f190d0266a0))
24+
25+
26+
### Continuous Integration
27+
28+
* Fix release please workflow ([#745](https://github.com/grafana/k6-studio/issues/745)) ([7d6f167](https://github.com/grafana/k6-studio/commit/7d6f1676f2e4ccc408b6a8331af3122c1bab9adf))
29+
330
## [1.3.0](https://github.com/grafana/k6-studio/compare/v1.2.0...v1.3.0) (2025-05-14)
431

532

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.3.0",
4+
"version": "1.4.0",
55
"description": "k6 Studio",
66
"repository": "github:grafana/k6-studio",
77
"main": ".vite/build/main.js",

0 commit comments

Comments
 (0)