Skip to content

Commit 8edfd28

Browse files
committed
Auto-generated commit
1 parent f8656ed commit 8edfd28

File tree

4 files changed

+45
-3
lines changed

4 files changed

+45
-3
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2024-09-28)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`ff9fa81`](https://github.com/stdlib-js/stdlib/commit/ff9fa81f917d539f1a11fba5580e1744991a8a11) - **docs:** fix TSDoc lint errors _(by Philipp Burckhardt)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Philipp Burckhardt
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.2.2">
640

741
## 0.2.2 (2024-07-28)

CONTRIBUTORS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aayush Khanna <[email protected]>
56
Adarsh Palaskar <[email protected]>
67
Aditya Sapra <[email protected]>
78
AgPriyanshu18 <[email protected]>
@@ -20,23 +21,27 @@ Christopher Dambamuromo <[email protected]>
2021
2122
Daniel Killenberger <[email protected]>
2223
Daniel Yu <[email protected]>
24+
Debashis Maharana <[email protected]>
2325
Dominik Moritz <[email protected]>
2426
Dorrin Sotoudeh <[email protected]>
2527
EuniceSim142 <[email protected]>
2628
Frank Kovacs <[email protected]>
2729
Golden Kumar <[email protected]>
2830
Gunj Joshi <[email protected]>
31+
2932
Harshita Kalani <[email protected]>
3033
Hridyanshu <[email protected]>
3134
Jaimin Godhani <[email protected]>
3235
James Gelok <[email protected]>
3336
Jaysukh Makvana <[email protected]>
37+
Jenish Thapa <[email protected]>
3438
Jithin KS <[email protected]>
3539
Joel Mathew Koshy <[email protected]>
3640
Joey Reed <[email protected]>
3741
Jordan Gallivan <[email protected]>
3842
Joris Labie <[email protected]>
3943
Justin Dennison <[email protected]>
44+
Kaif Mohd <[email protected]>
4045
Karthik Prakash <[email protected]>
4146
4247
Krishnendu Das <[email protected]>
@@ -86,13 +91,17 @@ Stephannie Jiménez Gacha <[email protected]>
8691
Suraj kumar <[email protected]>
8792
Tirtadwipa Manunggal <[email protected]>
8893
Tudor Pagu <[email protected]>
94+
Tufailahmed Bargir <[email protected]>
8995
Utkarsh <http://[email protected]>
9096
Utkarsh Raj <[email protected]>
97+
Vaibhav Patel <[email protected]>
9198
Varad Gupta <[email protected]>
9299
Xiaochuan Ye <[email protected]>
93100
Yernar Yergaziyev <[email protected]>
94101
95102
nishant-s7 <[email protected]>
103+
olenkabilonizhka <[email protected]>
96104
orimiles5 <[email protected]>
97105
98106
107+

docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ interface Options {
2929
* Inverts an object, such that keys become values and values become keys.
3030
*
3131
* @param obj - input object
32-
* @param opts - function options
33-
* @param opts.duplicates - boolean indicating whether to store duplicate keys (default: true)
32+
* @param options - function options
33+
* @param options.duplicates - boolean indicating whether to store duplicate keys (default: true)
3434
* @returns inverted object
3535
*
3636
* @example

0 commit comments

Comments
 (0)