diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 45e69a04713d39..8fd93def756ed0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,27 @@ # Release notes +## [v3.3.2](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.2) + +April 29, 2021 + +### Notable changes + +- The following features have been renamed to the correct case ([#10142](https://github.com/mdn/browser-compat-data/pull/10142)): + + - `html.elements.script.referrerPolicy` → `html.elements.script.referrerpolicy` + - `svg.elements.a.referrerPolicy` → `svg.elements.a.referrerpolicy` + +- `http.headers.Accept-Charset` has been removed as historic and irrelevant. ([#10114](https://github.com/mdn/browser-compat-data/pull/10114)) + +- `api.DOMHighResTimestamp` has been removed, since it is an incorrectly-named and unexposed specification typedef. ([#9892](https://github.com/mdn/browser-compat-data/pull/9892), [#9930](https://github.com/mdn/browser-compat-data/issues/9930)) + +### Statistics + +- 18 contributors have changed 436 files with 2,952 additions and 1,494 deletions in 60 commits ([`v3.3.1...v3.3.2`](https://github.com/mdn/browser-compat-data/compare/v3.3.1...v3.3.2)) +- 13,039 total features +- 771 total contributors +- 3,342 total stargazers + ## [v3.3.1](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.1) April 22, 2021 diff --git a/package-lock.json b/package-lock.json index 49ea8c2e48b33a..6b1473db535a8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "3.3.1", + "version": "3.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0900726abf4f9e..f1aedc700a46c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "3.3.1", + "version": "3.3.2", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.js", "types": "index.d.ts",