diff --git a/.changeset/config.json b/.changeset/config.json
index 8e5fcd9c..d31a56ae 100644
--- a/.changeset/config.json
+++ b/.changeset/config.json
@@ -7,5 +7,5 @@
"commit": false,
"linked": [],
"access": "restricted",
- "baseBranch": "master"
+ "baseBranch": "main"
}
diff --git a/.eslintrc b/.eslintrc
index 85f31798..de5e58d9 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -6,7 +6,7 @@
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
- // trade off between having a warning without consequences on master
+ // trade off between having a warning without consequences on main
// and having no warning but non-descriptive errors when using typescript@^3.8 syntax
"warnOnUnsupportedTypeScriptVersion": false
},
@@ -43,6 +43,9 @@
{
"files": ["**/*.js"],
"rules": {
+ // this rule is unfixable in untyped languages
+ // https://github.com/typescript-eslint/typescript-eslint/blob/v3.4.0/packages/eslint-plugin/docs/rules/explicit-module-boundary-types.md#configuring-in-a-mixed-jsts-codebase
+ "@typescript-eslint/explicit-module-boundary-types": "off",
// this rule is unfixable in untyped languages
// https://github.com/typescript-eslint/typescript-eslint/blob/v2.31.0/packages/eslint-plugin/docs/rules/explicit-function-return-type.md#configuring-in-a-mixed-jsts-codebase
"@typescript-eslint/explicit-function-return-type": "off"
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 8ad1baff..b8ee3d46 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- - master
+ - main
jobs:
release:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa3c1352..d7e4c6f2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,35 @@
# dom-accessibility-api changelog
+## 0.4.6
+
+### Patch Changes
+
+- [`85f0032`](https://github.com/eps1lon/dom-accessibility-api/commit/85f0032e0ec9203df7e4e5d0c3c8a206ac1968c1) [#324](https://github.com/eps1lon/dom-accessibility-api/pull/324) Thanks [@juanca](https://github.com/juanca)! - Consider `
` for the name of its `