Skip to content

Commit 43c7320

Browse files
chore(main): release 1.5.0 (#331)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1c9e28f commit 43c7320

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-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.4.9"
2+
".": "1.5.0"
33
}

CHANGELOG.md

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

3+
## [1.5.0](https://github.com/mdn/mdn-http-observatory/compare/v1.4.9...v1.5.0) (2025-10-28)
4+
5+
6+
### Features
7+
8+
* **tests:** un-deprecated x-frame-options and re-score ([#332](https://github.com/mdn/mdn-http-observatory/issues/332)) ([102df60](https://github.com/mdn/mdn-http-observatory/commit/102df60cce49102bd42f6849d2603dcb50fa2e83))
9+
10+
11+
### Miscellaneous
12+
13+
* **deps-dev:** bump @faker-js/faker from 10.0.0 to 10.1.0 ([#335](https://github.com/mdn/mdn-http-observatory/issues/335)) ([ef9c72a](https://github.com/mdn/mdn-http-observatory/commit/ef9c72a49b7779e4eedd5b1ccaccd79f6c021d28))
14+
* **deps-dev:** bump @types/chai from 5.2.2 to 5.2.3 ([#342](https://github.com/mdn/mdn-http-observatory/issues/342)) ([f54e6d9](https://github.com/mdn/mdn-http-observatory/commit/f54e6d98899951a024a6528838b75fafc3a8143f))
15+
* **deps-dev:** bump chai from 5.3.1 to 6.2.0 ([#306](https://github.com/mdn/mdn-http-observatory/issues/306)) ([3297ad7](https://github.com/mdn/mdn-http-observatory/commit/3297ad758a1480888b1c64d52be05cd8fe55a996))
16+
* **deps:** bump @fastify/static from 8.2.0 to 8.3.0 ([#334](https://github.com/mdn/mdn-http-observatory/issues/334)) ([71e0a89](https://github.com/mdn/mdn-http-observatory/commit/71e0a89e0fbc8934c9f84e78df6f7c6c2f3b6c5b))
17+
* **deps:** bump @sentry/node from 10.19.0 to 10.20.0 ([#337](https://github.com/mdn/mdn-http-observatory/issues/337)) ([21a98e3](https://github.com/mdn/mdn-http-observatory/commit/21a98e35a2428e90f2140e990cf96e0cdc60f0be))
18+
* **deps:** bump jsdom from 27.0.0 to 27.0.1 ([#336](https://github.com/mdn/mdn-http-observatory/issues/336)) ([b58ee3a](https://github.com/mdn/mdn-http-observatory/commit/b58ee3a8543de16fe314f4f3c1681869cbd65dbe))
19+
* migrate GitHub team references ([#340](https://github.com/mdn/mdn-http-observatory/issues/340)) ([b8a9c32](https://github.com/mdn/mdn-http-observatory/commit/b8a9c3248d1625c0663497af66eeec14cf779854))
20+
321
## [1.4.9](https://github.com/mdn/mdn-http-observatory/compare/v1.4.8...v1.4.9) (2025-10-15)
422

523

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,6 +1,6 @@
11
{
22
"name": "@mdn/mdn-http-observatory",
3-
"version": "1.4.9",
3+
"version": "1.5.0",
44
"author": "Mozilla Developer Network",
55
"description": "The MDN HTTP Observatory is a set of tools to analyze your website and inform you if you are utilizing the many available methods to secure it.",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)