Skip to content

Commit 45f59df

Browse files
committed
Auto-generated commit
1 parent 03d81d4 commit 45f59df

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2026-01-10)
7+
## Unreleased (2026-01-14)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`fb171e3`](https://github.com/stdlib-js/stdlib/commit/fb171e313f8973bd4cd7d873f89f8b248b2cf14e) - **refactor:** update paths _(by Neeraj Pathak)_
1516
- [`dfee33b`](https://github.com/stdlib-js/stdlib/commit/dfee33b1f8c6ae3b28465f81a0dafbd50366f9f0) - **refactor:** update paths _(by Neeraj Pathak)_
1617
- [`1acd7fc`](https://github.com/stdlib-js/stdlib/commit/1acd7fc7114fcbef1b80ab506f6f47d3532d6ea8) - **docs:** fix example code _(by Philipp Burckhardt)_
1718
- [`7add020`](https://github.com/stdlib-js/stdlib/commit/7add0201c13e56a0381926ccfd4073c84eaf2ed4) - **test:** use standardized assertion messages and fix lint errors _(by Philipp Burckhardt)_

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ console.log( out );
249249
## See Also
250250

251251
- <span class="package-name">[`@stdlib/object-deep-get`][@stdlib/object/deep-get]</span><span class="delimiter">: </span><span class="description">get a nested property value.</span>
252-
- <span class="package-name">[`@stdlib/utils-deep-set`][@stdlib/utils/deep-set]</span><span class="delimiter">: </span><span class="description">set a nested property value.</span>
252+
- <span class="package-name">[`@stdlib/object-deep-set`][@stdlib/object/deep-set]</span><span class="delimiter">: </span><span class="description">set a nested property value.</span>
253253

254254
</section>
255255

@@ -333,7 +333,7 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
333333

334334
[@stdlib/object/deep-get]: https://github.com/stdlib-js/object-deep-get
335335

336-
[@stdlib/utils/deep-set]: https://github.com/stdlib-js/utils-deep-set
336+
[@stdlib/object/deep-set]: https://github.com/stdlib-js/object-deep-set
337337

338338
<!-- </related-links> -->
339339

0 commit comments

Comments
 (0)