From 320ed5108b7f4831f72d7f28cf62b90c262b4fb8 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 4 Mar 2021 18:47:50 +0000 Subject: [PATCH] Prepare release v3.1.3 (#9321) --- RELEASE_NOTES.md | 15 +++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0f66d4f95a3a12..2a3e568cc0186a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,20 @@ # Release notes +## [v3.1.3](https://github.com/mdn/browser-compat-data/releases/tag/v3.1.3) + +March 4, 2021 + +### Notable changes + +- `api.SVGFECompositeElement.in` replaces `api.SVGFECompositeElement.in1`, fixing a misidentified attribute ([#9074](https://github.com/mdn/browser-compat-data/pull/9074)). + +### Statistics + +- 13 contributors have changed 87 files with 771 additions and 480 deletions in 28 commits ([`v3.1.2...v3.1.3`](https://github.com/mdn/browser-compat-data/compare/v3.1.2...v3.1.3)) +- 13,028 total features +- 767 total contributors +- 3,253 total stargazers + ## [v3.1.2](https://github.com/mdn/browser-compat-data/releases/tag/v3.1.2) - The following withdrawn features have been removed as irrelevant: diff --git a/package-lock.json b/package-lock.json index 9b6676f9eb2633..f6d69b37ac9314 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "3.1.2", + "version": "3.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4478a160de5b2a..ab446477f5ebd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "3.1.2", + "version": "3.1.3", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.js", "types": "index.d.ts",