Skip to content

Commit 54c65a0

Browse files
chore(main): release 1.4.7 (#316)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1b3b34c commit 54c65a0

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-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.6"
2+
".": "1.4.7"
33
}

CHANGELOG.md

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

3+
## [1.4.7](https://github.com/mdn/mdn-http-observatory/compare/v1.4.6...v1.4.7) (2025-10-06)
4+
5+
6+
### Miscellaneous
7+
8+
* **deps-dev:** bump mocha from 11.7.2 to 11.7.4 ([#317](https://github.com/mdn/mdn-http-observatory/issues/317)) ([086d7e8](https://github.com/mdn/mdn-http-observatory/commit/086d7e8a8afdaee55c98fb2c3ffc54ccbf3fe593))
9+
* **deps-dev:** bump typescript from 5.9.2 to 5.9.3 ([#321](https://github.com/mdn/mdn-http-observatory/issues/321)) ([1b3b34c](https://github.com/mdn/mdn-http-observatory/commit/1b3b34c1c0574c55d4f17d0c06df0d20f824064b))
10+
* **deps:** bump @sentry/node from 10.16.0 to 10.17.0 ([#318](https://github.com/mdn/mdn-http-observatory/issues/318)) ([bbad0a6](https://github.com/mdn/mdn-http-observatory/commit/bbad0a6e14e0e9056b0f361c61d7f8809e74d1cd))
11+
* **deps:** bump fastify from 5.5.0 to 5.6.1 ([#319](https://github.com/mdn/mdn-http-observatory/issues/319)) ([2e8500d](https://github.com/mdn/mdn-http-observatory/commit/2e8500df963c65c2cd48f6e6f012f2f4ba90b2bc))
12+
* remove webext experiment ([#315](https://github.com/mdn/mdn-http-observatory/issues/315)) ([e7c644d](https://github.com/mdn/mdn-http-observatory/commit/e7c644ddf960da0e50d35da9da67fd17695fac2a))
13+
314
## [1.4.6](https://github.com/mdn/mdn-http-observatory/compare/v1.4.5...v1.4.6) (2025-09-30)
415

516

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.6",
3+
"version": "1.4.7",
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)