Skip to content

Commit 1c027e2

Browse files
chore(main): release 1.3.0 (#74)
1 parent f9a1057 commit 1c027e2

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.2.1"
2+
".": "1.3.0"
33
}

CHANGELOG.md

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

3+
## [1.3.0](https://github.com./mdn/mdn-http-observatory/compare/v1.2.1...v1.3.0) (2024-08-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **scanner:** allow 401 and 403 responses, set proper accept header on requests ([#64](https://github.com./mdn/mdn-http-observatory/issues/64)) ([b90b1ff](https://github.com./mdn/mdn-http-observatory/commit/b90b1ff85b127415a8024de7be596a199b100714))
9+
310
## [1.2.1](https://github.com./mdn/mdn-http-observatory/compare/v1.2.0...v1.2.1) (2024-08-05)
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.2.1",
3+
"version": "1.3.0",
44
"description": "",
55
"main": "src/index.js",
66
"engines": {

0 commit comments

Comments
 (0)