Skip to content

Commit 011026c

Browse files
chore: release v1.40.0 (#1465)
Co-authored-by: sm-release-app[bot] <180338484+sm-release-app[bot]@users.noreply.github.com>
1 parent bbaed0f commit 011026c

File tree

3 files changed

+25
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [1.40.0](https://github.com/grafana/synthetic-monitoring-app/compare/v1.39.0...v1.40.0) (2025-11-19)
4+
5+
6+
### Features
7+
8+
* modernize scripted and browser examples ([#1458](https://github.com/grafana/synthetic-monitoring-app/issues/1458)) ([9856678](https://github.com/grafana/synthetic-monitoring-app/commit/98566784fc2ead3e78938ffdb6e88a6611148d2f))
9+
10+
11+
### Fixes
12+
13+
* remove semantic commit scopes from Renovate to comply with commi… ([#1469](https://github.com/grafana/synthetic-monitoring-app/issues/1469)) ([bbaed0f](https://github.com/grafana/synthetic-monitoring-app/commit/bbaed0fe57a626ce1935874ababd38e1630b2c22))
14+
15+
16+
### Documentation
17+
18+
* add comprehensive cursor rules for AI-assisted development ([#1462](https://github.com/grafana/synthetic-monitoring-app/issues/1462)) ([ef5c4a7](https://github.com/grafana/synthetic-monitoring-app/commit/ef5c4a77242e5430b60424295cb72a9d51958084))
19+
20+
21+
### Miscellaneous Chores
22+
23+
* update api mappings file ([#1464](https://github.com/grafana/synthetic-monitoring-app/issues/1464)) ([74f78b0](https://github.com/grafana/synthetic-monitoring-app/commit/74f78b076c779f45a8d310cd3ace8d21e96807e2))
24+
* update dependency glob to v11.1.0 [security] ([#1468](https://github.com/grafana/synthetic-monitoring-app/issues/1468)) ([53d1ef7](https://github.com/grafana/synthetic-monitoring-app/commit/53d1ef79b8902b0deaed652782527cfaf6f19fe1))
25+
326
## [1.39.0](https://github.com/grafana/synthetic-monitoring-app/compare/v1.38.1...v1.39.0) (2025-11-12)
427

528

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.39.0",
3+
"version": "1.40.0",
44
"description": "Grafana Synthetic Monitoring App",
55
"scripts": {
66
"analyze:bundle": "ANALYZE_BUNDLE=true yarn build",

0 commit comments

Comments
 (0)