Skip to content

Commit 855b683

Browse files
committed
Auto-generated commit
1 parent 063110c commit 855b683

File tree

6 files changed

+42
-5
lines changed

6 files changed

+42
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
### Bug Fixes
2222

23+
- [`d3b0f25`](https://github.com/stdlib-js/stdlib/commit/d3b0f251b37fdc27cd3a02ac794dddba0b2f7b36) - correct loop bounds in toJSON method for `nested2views`
2324
- [`8cdfd62`](https://github.com/stdlib-js/stdlib/commit/8cdfd621717a7a41428526107a42364a921b07ae) - ensure proper cache invalidation
2425

2526
</section>
@@ -32,6 +33,7 @@
3233

3334
<details>
3435

36+
- [`d3b0f25`](https://github.com/stdlib-js/stdlib/commit/d3b0f251b37fdc27cd3a02ac794dddba0b2f7b36) - **fix:** correct loop bounds in toJSON method for `nested2views` _(by Philipp Burckhardt)_
3537
- [`8cdfd62`](https://github.com/stdlib-js/stdlib/commit/8cdfd621717a7a41428526107a42364a921b07ae) - **fix:** ensure proper cache invalidation _(by Athan Reines)_
3638
- [`4fd7c3c`](https://github.com/stdlib-js/stdlib/commit/4fd7c3c4193f809283db6672754b35bbe00fd79f) - **bench:** fix sample array _(by Athan Reines)_
3739
- [`e484f42`](https://github.com/stdlib-js/stdlib/commit/e484f42a6bd37fcafb4309bcecad5c4270c132cc) - **feat:** add `array/base/nested2views` _(by Athan Reines)_
@@ -46,9 +48,10 @@
4648

4749
### Contributors
4850

49-
A total of 1 person contributed to this release. Thank you to this contributor:
51+
A total of 2 people contributed to this release. Thank you to the following contributors:
5052

5153
- Athan Reines
54+
- Philipp Burckhardt
5255

5356
</section>
5457

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ Oneday12323 <[email protected]>
133133
Ori Miles <[email protected]>
134134
Philipp Burckhardt <[email protected]>
135135
Pierre Forstmann <[email protected]>
136+
Pradyumn Prasad <[email protected]>
136137
Prajjwal Bajpai <[email protected]>
137138
Prajwal Kulkarni <[email protected]>
138139
Pranav Goswami <[email protected]>

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)