Skip to content

Commit 7bb6dcd

Browse files
chore(main): release 1.4.1 (#216)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5ef9879 commit 7bb6dcd

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-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.0"
2+
".": "1.4.1"
33
}

CHANGELOG.md

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

3+
## [1.4.1](https://github.com/mdn/mdn-http-observatory/compare/v1.4.0...v1.4.1) (2025-06-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **docker:** ignore GCP token file ([#215](https://github.com/mdn/mdn-http-observatory/issues/215)) ([16a7a86](https://github.com/mdn/mdn-http-observatory/commit/16a7a862dffda554074ec91c031231fc69bcb2a1))
9+
10+
11+
### Miscellaneous
12+
13+
* dependency updates ([#243](https://github.com/mdn/mdn-http-observatory/issues/243)) ([03f2725](https://github.com/mdn/mdn-http-observatory/commit/03f27256674c118a3feb041eebcaac858fc7e8d5))
14+
* update extra ca certs ([#242](https://github.com/mdn/mdn-http-observatory/issues/242)) ([c70a56b](https://github.com/mdn/mdn-http-observatory/commit/c70a56be5e31edc16b07b9872fc916b6e090d285))
15+
* update MDN links ([#239](https://github.com/mdn/mdn-http-observatory/issues/239)) ([a2c8502](https://github.com/mdn/mdn-http-observatory/commit/a2c85024de651f8ef7302192ebe02faff0c8cf82))
16+
317
## [1.4.0](https://github.com/mdn/mdn-http-observatory/compare/v1.3.9...v1.4.0) (2025-03-17)
418

519

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