Skip to content

Commit 6da9df6

Browse files
committed
Auto-generated commit
1 parent 4ba20e2 commit 6da9df6

File tree

8 files changed

+14
-7
lines changed

8 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,13 @@ A total of 22 issues were closed in this release:
133133

134134
<details>
135135

136+
- [`8124fc0`](https://github.com/stdlib-js/stdlib/commit/8124fc07ea87df5b78dbfd7c7206c84e6fdd9fe0) - **docs:** update heading _(by Athan Reines)_
137+
- [`35af82b`](https://github.com/stdlib-js/stdlib/commit/35af82b85c84df01c315e7e94551c3a9de16a788) - **docs:** update heading _(by Athan Reines)_
138+
- [`89d75db`](https://github.com/stdlib-js/stdlib/commit/89d75db78c28f00b7afe2b9aac598cafa41e9c05) - **docs:** update heading _(by Athan Reines)_
139+
- [`8b7fc9f`](https://github.com/stdlib-js/stdlib/commit/8b7fc9fa2c718da3ef617ff0fc2a307c1d19231e) - **docs:** update heading _(by Athan Reines)_
140+
- [`56808de`](https://github.com/stdlib-js/stdlib/commit/56808dee498d8909fa508dcc2900ae5d22f3627c) - **docs:** update heading _(by Athan Reines)_
141+
- [`4aca5a9`](https://github.com/stdlib-js/stdlib/commit/4aca5a9c22a51d76b904b298eb2cff87b55120d3) - **docs:** update heading _(by Athan Reines)_
142+
- [`b3aa508`](https://github.com/stdlib-js/stdlib/commit/b3aa5085f205e63643834393703e66f7733effd2) - **docs:** update heading _(by Athan Reines)_
136143
- [`b2d0f92`](https://github.com/stdlib-js/stdlib/commit/b2d0f928d2f89a6b706df19584e4dd68f5819f48) - **feat:** add `assert/has-match-symbol-support` [(#8474)](https://github.com/stdlib-js/stdlib/pull/8474) _(by Kate Suraev, Athan Reines)_
137144
- [`46fb33c`](https://github.com/stdlib-js/stdlib/commit/46fb33ca451cabba3f34babd9c8e7867393817d3) - **feat:** add `assert/has-replace-symbol-support` [(#8472)](https://github.com/stdlib-js/stdlib/pull/8472) _(by Saptarshi Mula, Athan Reines)_
138145
- [`3561b96`](https://github.com/stdlib-js/stdlib/commit/3561b96d7e860a2bddc1101d06f4c2437d878d53) - **docs:** fix indentation _(by Philipp Burckhardt)_

has-async-iterator-symbol-support/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
1919
-->
2020

21-
# Async Iterator Symbol Support
21+
# hasAsyncIteratorSymbolSupport
2222

2323
> Detect native [`Symbol.asyncIterator`][mdn-symbol] support.
2424

has-has-instance-symbol-support/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
1919
-->
2020

21-
# Has Instance Symbol Support
21+
# hasHasInstanceSymbolSupport
2222

2323
> Detect native [`Symbol.hasInstance`][mdn-has-instance-symbol] support.
2424

has-is-concat-spreadable-symbol-support/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
1919
-->
2020

21-
# Concat Spreadable Symbol Support
21+
# hasIsConcatSpreadableSymbolSupport
2222

2323
> Detect native [`Symbol.isConcatSpreadable`][mdn-is-concat-spreadable-symbol] support.
2424

has-iterator-symbol-support/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
1919
-->
2020

21-
# Iterator Symbol Support
21+
# hasIteratorSymbolSupport
2222

2323
> Detect native [`Symbol.iterator`][mdn-iterator-symbol] support.
2424

has-symbol-support/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
1919
-->
2020

21-
# Symbol Support
21+
# hasSymbolSupport
2222

2323
> Detect native [`Symbol`][mdn-symbol] support.
2424

has-to-primitive-symbol-support/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
1919
-->
2020

21-
# ToPrimitive Symbol Support
21+
# hasToPrimitiveSymbolSupport
2222

2323
> Detect native [`Symbol.toPrimitive`][mdn-to-primitive-symbol] support.
2424

has-tostringtag-support/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
1919
-->
2020

21-
# Symbol.toStringTag Support
21+
# hasToStringTagSupport
2222

2323
> Detect native [`Symbol.toStringTag`][mdn-symbol] support.
2424

0 commit comments

Comments
 (0)