Skip to content

Commit b1c573c

Browse files
committed
Auto-generated commit
1 parent 2708412 commit b1c573c

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

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

857857
<details>
858858

859+
- [`103a35d`](https://github.com/stdlib-js/stdlib/commit/103a35d6da977625e0c040b224ef1766ba0e5ae8) - **style:** enable lint rule _(by Athan Reines)_
859860
- [`84d7a1f`](https://github.com/stdlib-js/stdlib/commit/84d7a1f44c1127dfc9c22b7132d1166d1a96c64b) - **docs:** update namespace table of contents [(#11562)](https://github.com/stdlib-js/stdlib/pull/11562) _(by stdlib-bot, Philipp Burckhardt)_
860861
- [`3a73d93`](https://github.com/stdlib-js/stdlib/commit/3a73d932e39d6603c57d8e62de4aba731ffa2fba) - **docs:** update notes _(by Athan Reines)_
861862
- [`bbac071`](https://github.com/stdlib-js/stdlib/commit/bbac07144b6a85eb308745484ad491ce45bcd0f8) - **feat:** add `atleast1d`, `atleast2d`, and `atleast3d` to namespace _(by Athan Reines)_

rowcat/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ The function accepts the following arguments:
111111

112112
## Examples
113113

114+
<!-- eslint no-undef: "error" -->
115+
114116
```javascript
115117
var discreteUniform = require( '@stdlib/random/discrete-uniform' );
116118
var ndarray2array = require( '@stdlib/ndarray/to-array' );

0 commit comments

Comments
 (0)