Skip to content

Commit c04efc7

Browse files
committed
Auto-generated commit
1 parent ec9c03e commit c04efc7

File tree

4 files changed

+90
-15
lines changed

4 files changed

+90
-15
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T06:02:58.289Z
1+
2024-09-01T06:30:41.715Z

CHANGELOG.md

Lines changed: 86 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.2.2">
66

7-
## Unreleased (2024-08-01)
7+
## 0.2.2 (2024-07-29)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
15+
- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
1616

1717
</details>
1818

@@ -36,31 +36,45 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3636

3737
<!-- /.release -->
3838

39-
<section class="release" id="v0.2.2">
39+
<section class="release" id="v0.2.1">
4040

41-
## 0.2.2 (2024-07-29)
41+
## 0.2.1 (2024-02-25)
4242

4343
No changes reported for this release.
4444

4545
</section>
4646

4747
<!-- /.release -->
4848

49-
<section class="release" id="v0.2.1">
49+
<section class="release" id="v0.2.0">
5050

51-
## 0.2.1 (2024-02-25)
51+
## 0.2.0 (2024-02-14)
5252

53-
No changes reported for this release.
53+
<section class="commits">
54+
55+
### Commits
56+
57+
<details>
58+
59+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
60+
61+
</details>
5462

5563
</section>
5664

57-
<!-- /.release -->
65+
<!-- /.commits -->
5866

59-
<section class="release" id="v0.2.0">
67+
<section class="contributors">
6068

61-
## 0.2.0 (2024-02-14)
69+
### Contributors
6270

63-
No changes reported for this release.
71+
A total of 1 person contributed to this release. Thank you to this contributor:
72+
73+
- Philipp Burckhardt
74+
75+
</section>
76+
77+
<!-- /.contributors -->
6478

6579
</section>
6680

@@ -70,7 +84,66 @@ No changes reported for this release.
7084

7185
## 0.1.0 (2023-09-24)
7286

73-
No changes reported for this release.
87+
<section class="features">
88+
89+
### Features
90+
91+
- [`b640aaa`](https://github.com/stdlib-js/stdlib/commit/b640aaae495389da57ddf78ff4e28c311fdb8084) - refactor declarations to use generics
92+
93+
</section>
94+
95+
<!-- /.features -->
96+
97+
<section class="bug-fixes">
98+
99+
### Bug Fixes
100+
101+
- [`5d1b3a0`](https://github.com/stdlib-js/stdlib/commit/5d1b3a0d65116fd3262892dffadc261fd72eb2d5) - add missing `this` parameter
102+
- [`be98b4f`](https://github.com/stdlib-js/stdlib/commit/be98b4fbd06cedff9d40971255904ae1b8b475a6) - update import path for `Collection` type definition
103+
104+
</section>
105+
106+
<!-- /.bug-fixes -->
107+
108+
<section class="breaking-changes">
109+
110+
### BREAKING CHANGES
111+
112+
- [`b640aaa`](https://github.com/stdlib-js/stdlib/commit/b640aaae495389da57ddf78ff4e28c311fdb8084): refactor declarations to use generics
113+
114+
</section>
115+
116+
<!-- /.breaking-changes -->
117+
118+
<section class="commits">
119+
120+
### Commits
121+
122+
<details>
123+
124+
- [`5d1b3a0`](https://github.com/stdlib-js/stdlib/commit/5d1b3a0d65116fd3262892dffadc261fd72eb2d5) - **fix:** add missing `this` parameter _(by Athan Reines)_
125+
- [`be98b4f`](https://github.com/stdlib-js/stdlib/commit/be98b4fbd06cedff9d40971255904ae1b8b475a6) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
126+
- [`0e39133`](https://github.com/stdlib-js/stdlib/commit/0e39133f08095cc9c319adb377306a4d0500f664) - **chore:** use strictEqual checks and resolve lint errors _(by Philipp Burckhardt)_
127+
- [`b640aaa`](https://github.com/stdlib-js/stdlib/commit/b640aaae495389da57ddf78ff4e28c311fdb8084) - **feat:** refactor declarations to use generics _(by Athan Reines)_
128+
129+
</details>
130+
131+
</section>
132+
133+
<!-- /.commits -->
134+
135+
<section class="contributors">
136+
137+
### Contributors
138+
139+
A total of 2 people contributed to this release. Thank you to the following contributors:
140+
141+
- Athan Reines
142+
- Philipp Burckhardt
143+
144+
</section>
145+
146+
<!-- /.contributors -->
74147

75148
</section>
76149

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Marcus Fantham <[email protected]>
4646
Matt Cochrane <[email protected]>
4747
Mihir Pandit <[email protected]>
4848
Milan Raj <[email protected]>
49+
Mohammad Kaif <[email protected]>
4950
Momtchil Momtchev <[email protected]>
5051
Muhammad Haris <[email protected]>
5152
Naresh Jagadeesan <[email protected]>
@@ -70,6 +71,7 @@ Roman Stetsyk <[email protected]>
7071
7172
Ryan Seal <[email protected]>
7273
Sai Srikar Dumpeti <[email protected]>
74+
SarthakPaandey <[email protected]>
7375
Seyyed Parsa Neshaei <[email protected]>
7476
Shashank Shekhar Singh <[email protected]>
7577

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@stdlib/assert-is-integer": "^0.2.2",
4747
"@stdlib/assert-is-iterator-like": "^0.2.2",
4848
"@stdlib/string-format": "^0.2.2",
49-
"@stdlib/types": "^0.3.2",
49+
"@stdlib/types": "^0.4.1",
5050
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
5151
},
5252
"devDependencies": {

0 commit comments

Comments
 (0)