Skip to content

Commit

Permalink
Prepare release v3.3.2 (#10170)
Browse files Browse the repository at this point in the history
* Start release notes for v3.3.2

* Bump to version 3.3.2

* Add release note for #10142

* Add release note for #10114

* Make rename more consistent

* Add stats

* Fix copy and paste mistake

* Add release date
  • Loading branch information
ddbeck authored Apr 29, 2021
1 parent 0b36b4a commit b35be8f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b35be8f

Please sign in to comment.