Skip to content

Commit

Permalink
[github-actions] Update Web API Index
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 22, 2024
1 parent 52ba82a commit 2576260
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v3.3.1 (2024-09-22)

- Updated MDN API index with @mdn/browser-compat-data version 5.6.2

## v3.3.0 (2024-09-19)

- Added support for resolving `@link` tags which reference globals from supported module sources, #21.
Expand Down
6 changes: 6 additions & 0 deletions data/web-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4026,6 +4026,12 @@
"reportValidity": "https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/reportValidity",
"required": "https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/required",
"rows": "https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/rows",
"select": "https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/select",
"selectionDirection": "https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/selectionDirection",
"selectionEnd": "https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/selectionEnd",
"selectionStart": "https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/selectionStart",
"setRangeText": "https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/setRangeText",
"setSelectionRange": "https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/setSelectionRange",
"textLength": "https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/textLength",
"type": "https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/type",
"validity": "https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/validity",
Expand Down
4 changes: 2 additions & 2 deletions 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": "typedoc-plugin-mdn-links",
"version": "3.3.0",
"version": "3.3.1",
"main": "dist/index.js",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 2576260

Please sign in to comment.