Skip to content

Commit e33a6a7

Browse files
chore(main): release 1.4.6 (#310)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5a0644f commit e33a6a7

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-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.5"
2+
".": "1.4.6"
33
}

CHANGELOG.md

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

3+
## [1.4.6](https://github.com/mdn/mdn-http-observatory/compare/v1.4.5...v1.4.6) (2025-09-30)
4+
5+
6+
### Miscellaneous
7+
8+
* **deps:** bump @fastify/helmet from 13.0.1 to 13.0.2 ([#309](https://github.com/mdn/mdn-http-observatory/issues/309)) ([a6ac7fc](https://github.com/mdn/mdn-http-observatory/commit/a6ac7fc08c92f759726a06750bbc64ceff86508d))
9+
* **deps:** bump @sentry/node from 10.11.0 to 10.16.0 ([#311](https://github.com/mdn/mdn-http-observatory/issues/311)) ([8fe595a](https://github.com/mdn/mdn-http-observatory/commit/8fe595ae82b664146dd634c07b2c67c457f93b09))
10+
* **deps:** bump postgrator-cli from 9.0.1 to 9.1.0 ([#314](https://github.com/mdn/mdn-http-observatory/issues/314)) ([5a0644f](https://github.com/mdn/mdn-http-observatory/commit/5a0644f81dd395255aa2d76214cb9cb002beba47))
11+
* **deps:** bump tldts from 7.0.15 to 7.0.16 ([#312](https://github.com/mdn/mdn-http-observatory/issues/312)) ([fa847b9](https://github.com/mdn/mdn-http-observatory/commit/fa847b9808545e904b4c9ab64ddfa38cba81c9b2))
12+
313
## [1.4.5](https://github.com/mdn/mdn-http-observatory/compare/v1.4.4...v1.4.5) (2025-09-29)
414

515

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