Skip to content

Commit 9648915

Browse files
chore(main): release 1.3.4 (#100)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Andi Pieper <apieper@mozilla.com>
1 parent 48846d4 commit 9648915

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.3.3"
2+
".": "1.3.4"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.3.4](https://github.com/mdn/mdn-http-observatory/compare/v1.3.3...v1.3.4) (2024-09-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **api:** fixed link to HSTS docs ([#99](https://github.com/mdn/mdn-http-observatory/issues/99)) ([bb6cc34](https://github.com/mdn/mdn-http-observatory/commit/bb6cc341dde52e87f81debd35a55c2edf0142278))
9+
310
## [1.3.3](https://github.com/mdn/mdn-http-observatory/compare/v1.3.2...v1.3.3) (2024-09-17)
411

512

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mdn/mdn-http-observatory",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
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)