Skip to content

Commit f1537fe

Browse files
chore: release 1.36.0
1 parent ae72443 commit f1537fe

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.35.3"
2+
".": "1.36.0"
33
}

CHANGELOG.md

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

3+
## [1.36.0](https://github.com/grafana/synthetic-monitoring-app/compare/v1.35.3...v1.36.0) (2025-10-14)
4+
5+
6+
### Features
7+
8+
* add legacy alerts restriction for new users ([#1242](https://github.com/grafana/synthetic-monitoring-app/issues/1242)) ([69c485d](https://github.com/grafana/synthetic-monitoring-app/commit/69c485dcb995e1884efe1bea20d5ca6df832cb94))
9+
* add Terraform HCL format ([#1278](https://github.com/grafana/synthetic-monitoring-app/issues/1278)) ([bc0a436](https://github.com/grafana/synthetic-monitoring-app/commit/bc0a4360d690f70f482d13c6f14bf8216ccecdf8))
10+
* add validation for k6 extensions and version pragmas ([#1253](https://github.com/grafana/synthetic-monitoring-app/issues/1253)) ([ae72443](https://github.com/grafana/synthetic-monitoring-app/commit/ae72443dea56eb92e68d9b534eb9260e7f74f63d))
11+
12+
13+
### Miscellaneous Chores
14+
15+
* update default script examples ([#1279](https://github.com/grafana/synthetic-monitoring-app/issues/1279)) ([eb39e8f](https://github.com/grafana/synthetic-monitoring-app/commit/eb39e8fbe9e67621e42b4a4d1821f09cdd9035e3))
16+
* upgrade to faro 1.19.0 ([#1284](https://github.com/grafana/synthetic-monitoring-app/issues/1284)) ([275cc97](https://github.com/grafana/synthetic-monitoring-app/commit/275cc97f7ce659562bfc301f4e54ee878e494de4))
17+
318
## [1.35.3](https://github.com/grafana/synthetic-monitoring-app/compare/v1.35.2...v1.35.3) (2025-09-26)
419

520

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "synthetic-monitoring-app",
3-
"version": "1.35.3",
3+
"version": "1.36.0",
44
"description": "Grafana Synthetic Monitoring App",
55
"scripts": {
66
"analyze:bundle": "ANALYZE_BUNDLE=true yarn build",

0 commit comments

Comments
 (0)