Skip to content

Commit 96bf9f3

Browse files
chore(main): release 1.4.3 (#296)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8790079 commit 96bf9f3

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.2"
2+
".": "1.4.3"
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.3](https://github.com/mdn/mdn-http-observatory/compare/v1.4.2...v1.4.3) (2025-09-23)
4+
5+
6+
### Miscellaneous
7+
8+
* **dependabot:** specify commit message format ([#295](https://github.com/mdn/mdn-http-observatory/issues/295)) ([2d5b0ce](https://github.com/mdn/mdn-http-observatory/commit/2d5b0cedfc885fee49c50bef75e2b452e45fc4b7))
9+
* **deps-dev:** bump esbuild from 0.25.9 to 0.25.10 in /mdn-observatory-webext ([#300](https://github.com/mdn/mdn-http-observatory/issues/300)) ([983b2d7](https://github.com/mdn/mdn-http-observatory/commit/983b2d75e3b6372e056e951843d114521d28a2e0))
10+
* **deps:** bump tldts from 7.0.12 to 7.0.15 ([#301](https://github.com/mdn/mdn-http-observatory/issues/301)) ([a2aac99](https://github.com/mdn/mdn-http-observatory/commit/a2aac99f27dcd3a9cef78f12540746e7ad5938e7))
11+
* filter out common non-fatal errors from sentry ([#298](https://github.com/mdn/mdn-http-observatory/issues/298)) ([8790079](https://github.com/mdn/mdn-http-observatory/commit/87900793b180c45f76d76a933eadac4d03f9e07d))
12+
* pgpool settings adjustments ([#299](https://github.com/mdn/mdn-http-observatory/issues/299)) ([88d06b7](https://github.com/mdn/mdn-http-observatory/commit/88d06b7e736f7931564dec58940da98d7ba5a11b))
13+
314
## [1.4.2](https://github.com/mdn/mdn-http-observatory/compare/v1.4.1...v1.4.2) (2025-09-11)
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.2",
3+
"version": "1.4.3",
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)