Skip to content

Commit d2b3dc6

Browse files
chore(main): release 1.1.0 (#36)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com.> Co-authored-by: Andi Pieper <[email protected]>
1 parent 58af89f commit d2b3dc6

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
## [1.1.0](https://github.com./mdn/mdn-http-observatory/compare/v1.0.0...v1.1.0) (2024-07-22)
4+
5+
6+
### Features
7+
8+
* **api:** add Sentry ([#24](https://github.com./mdn/mdn-http-observatory/issues/24)) ([f20f546](https://github.com./mdn/mdn-http-observatory/commit/f20f546c2485e848bf3839b3d64d32c542c050cc))
9+
* **workflows:** setup release-please ([#35](https://github.com./mdn/mdn-http-observatory/issues/35)) ([9c945ca](https://github.com./mdn/mdn-http-observatory/commit/9c945ca7e39fd8dcda1fed27a2d855bec81ae4df))
10+
11+
12+
### Bug Fixes
13+
14+
* **api:** properly refuse hostnames in special TLDs (MP-1287) ([ea315ba](https://github.com./mdn/mdn-http-observatory/commit/ea315baf7415004417d5d9ffae91aa7bea4cd9e0))
15+
* **api:** typos in policy copy ([e1d710d](https://github.com./mdn/mdn-http-observatory/commit/e1d710d63e4a227cb972f5646e68fc61504d987c))
16+
* **auto-merge:** approve before comment ([#22](https://github.com./mdn/mdn-http-observatory/issues/22)) ([c2519a1](https://github.com./mdn/mdn-http-observatory/commit/c2519a1321b686dc8d512f7974fdc869939afd24))
17+
* **auto-merge:** remove accidental quote ([#23](https://github.com./mdn/mdn-http-observatory/issues/23)) ([561b2dd](https://github.com./mdn/mdn-http-observatory/commit/561b2dd4c8692094dbcf406df57b5d38b56292d2))
18+
* **csp:** make sure a single `frame-ancestors` in meta equiv tags gets ignored correctly ([5080718](https://github.com./mdn/mdn-http-observatory/commit/5080718fcbb89837e71085da8e11c338a98bc203))
19+
* **xframeoptions:** added a test that ensures meta equiv tags with `x-frame-options` are ignored ([39cf38c](https://github.com./mdn/mdn-http-observatory/commit/39cf38cf1c2e6d382d4bac5714fb2b9573e87848))
20+
21+
22+
### Miscellaneous
23+
24+
* **auto-merge:** replace workflow ([#11](https://github.com./mdn/mdn-http-observatory/issues/11)) ([3ad31e3](https://github.com./mdn/mdn-http-observatory/commit/3ad31e3572c0c2cb22e43b7175960b91c1fbddf6))
25+
* **github:** add CODEOWNERS ([#10](https://github.com./mdn/mdn-http-observatory/issues/10)) ([8f64852](https://github.com./mdn/mdn-http-observatory/commit/8f64852023a3e2d7a8b7e8892aef659291eaedae))
26+
* **github:** add Dependabot config ([#12](https://github.com./mdn/mdn-http-observatory/issues/12)) ([5b9384a](https://github.com./mdn/mdn-http-observatory/commit/5b9384a704e1ff56016ddf63a196eddbc3d4f3de))
27+
* **node:** use Node.js v20 via .nvmrc file ([#9](https://github.com./mdn/mdn-http-observatory/issues/9)) ([a9992a8](https://github.com./mdn/mdn-http-observatory/commit/a9992a82368068fca635859885816589738e8fb6))

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.0.0",
3+
"version": "1.1.0",
44
"description": "",
55
"main": "src/index.js",
66
"engines": {

0 commit comments

Comments
 (0)