Skip to content

Commit 7f22d3a

Browse files
committed
Auto-generated commit
1 parent c6cdba7 commit 7f22d3a

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

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

7-
## Unreleased (2026-01-04)
7+
## Unreleased (2026-01-16)
88

99
<section class="features">
1010

@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`0472076`](https://github.com/stdlib-js/stdlib/commit/04720767c484e6277ad9411dff3dc5a116c31378) - **docs:** remove duplicated words in documentation and comments _(by Philipp Burckhardt)_
2526
- [`a53615b`](https://github.com/stdlib-js/stdlib/commit/a53615b3210cdd787a16f1e8721d2d4e17153883) - **feat:** add `object/inverse` _(by Neeraj Pathak)_
2627

2728
</details>
@@ -34,9 +35,10 @@
3435

3536
### Contributors
3637

37-
A total of 1 person contributed to this release. Thank you to this contributor:
38+
A total of 2 people contributed to this release. Thank you to the following contributors:
3839

3940
- Neeraj Pathak
41+
- Philipp Burckhardt
4042

4143
</section>
4244

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright (c) 2016-2025 The Stdlib Authors.
1+
Copyright (c) 2016-2026 The Stdlib Authors.

dist/index.js.map

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

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var format = require( '@stdlib/string-format' );
3838
* @param {Options} [opts] - function options
3939
* @param {boolean} [opts.duplicates=true] - boolean indicating whether to store duplicate keys
4040
* @throws {TypeError} first argument must be object-like
41-
* @throws {TypeError} second argument must an an object
41+
* @throws {TypeError} second argument must be an object
4242
* @throws {TypeError} must provide valid options
4343
* @returns {Object} inverted object
4444
*

0 commit comments

Comments
 (0)