Skip to content

Commit e23284e

Browse files
committed
Auto-generated commit
1 parent 5724d36 commit e23284e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,7 @@ A total of 49 issues were closed in this release:
877877

878878
<details>
879879

880+
- [`40db61d`](https://github.com/stdlib-js/stdlib/commit/40db61db7ca352e3a55a699a010d984fc05f6144) - **chore:** follow-up fixes [(#11721)](https://github.com/stdlib-js/stdlib/pull/11721) _(by Philipp Burckhardt)_
880881
- [`973f832`](https://github.com/stdlib-js/stdlib/commit/973f8327ee125d0f34d1d168be7511346216f189) - **docs:** update namespace table of contents [(#11738)](https://github.com/stdlib-js/stdlib/pull/11738) _(by stdlib-bot)_
881882
- [`7c878a8`](https://github.com/stdlib-js/stdlib/commit/7c878a8c3103503f9a2f7782861e3b9ccfeb33e5) - **feat:** add `rot180` to namespace _(by Athan Reines)_
882883
- [`2a4f2f1`](https://github.com/stdlib-js/stdlib/commit/2a4f2f1edc5a5e3455b9be6a5390120e7b43ff79) - **feat:** add `reinterpretBoolean` to namespace _(by Athan Reines)_

base/reinterpret-boolean/docs/types/test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* eslint-disable space-in-parens */
20-
2119
import zeros = require( './../../../../base/zeros' );
2220
import reinterpretBoolean = require( './index' );
2321

0 commit comments

Comments
 (0)