Skip to content

Commit 4ffc52e

Browse files
committed
Auto-generated commit
1 parent b21a3ea commit 4ffc52e

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

CHANGELOG.md

+40-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-03-14)
7+
## Unreleased (2025-03-17)
88

99
<section class="packages">
1010

@@ -711,6 +711,30 @@
711711

712712
<!-- /.package -->
713713

714+
<section class="package" id="utils-get-prototype-of-unreleased">
715+
716+
#### [@stdlib/utils/get-prototype-of](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/get-prototype-of)
717+
718+
<details>
719+
720+
<section class="issues">
721+
722+
##### Closed Issues
723+
724+
This release closes the following issue:
725+
726+
[#6004](https://github.com/stdlib-js/stdlib/issues/6004)
727+
728+
</section>
729+
730+
<!-- /.issues -->
731+
732+
</details>
733+
734+
</section>
735+
736+
<!-- /.package -->
737+
714738
<section class="package" id="utils-linked-list-unreleased">
715739

716740
#### [@stdlib/utils/linked-list](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/linked-list)
@@ -1672,14 +1696,27 @@
16721696

16731697
<!-- /.breaking-changes -->
16741698

1699+
<section class="issues">
1700+
1701+
### Closed Issues
1702+
1703+
This release closes the following issue:
1704+
1705+
[#6004](https://github.com/stdlib-js/stdlib/issues/6004)
1706+
1707+
</section>
1708+
1709+
<!-- /.issues -->
1710+
16751711
<section class="contributors">
16761712

16771713
### Contributors
16781714

1679-
A total of 4 people contributed to this release. Thank you to the following contributors:
1715+
A total of 5 people contributed to this release. Thank you to the following contributors:
16801716

16811717
- Athan Reines
16821718
- Gururaj Gurram
1719+
- JaySoni1
16831720
- Neeraj Pathak
16841721
- Philipp Burckhardt
16851722

@@ -1693,6 +1730,7 @@ A total of 4 people contributed to this release. Thank you to the following cont
16931730

16941731
<details>
16951732

1733+
- [`09d4050`](https://github.com/stdlib-js/stdlib/commit/09d405085b87aaab8081380f12abd727bd20e310) - **chore:** fix JavaScript lint errors [(#6029)](https://github.com/stdlib-js/stdlib/pull/6029) _(by JaySoni1, Athan Reines)_
16961734
- [`c9769bb`](https://github.com/stdlib-js/stdlib/commit/c9769bb2e805d85c3f004959d0728f6f249fe318) - **test:** add missing file printout _(by Philipp Burckhardt)_
16971735
- [`69d4f4b`](https://github.com/stdlib-js/stdlib/commit/69d4f4b2d8f0a6f077c153b065edb403738a6f8b) - **docs:** update namespace table of contents [(#5489)](https://github.com/stdlib-js/stdlib/pull/5489) _(by stdlib-bot)_
16981736
- [`b6624d0`](https://github.com/stdlib-js/stdlib/commit/b6624d072e58c6843fdcfd95d326c66f3975c501) - **remove:** remove `utils/thunk` _(by Neeraj Pathak)_

get-prototype-of/lib/polyfill.js

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
// MODULES //
2222

2323
var nativeClass = require( './../../native-class' );
24+
var Object = require( '@stdlib/object/ctor' );
2425
var getProto = require( './proto.js' );
2526

2627

0 commit comments

Comments
 (0)