Skip to content

Commit ac6c204

Browse files
committed
Auto-generated commit
1 parent f17d2cc commit ac6c204

File tree

4 files changed

+91
-15
lines changed

4 files changed

+91
-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:52.721Z
1+
2024-09-01T06:30:35.945Z

CHANGELOG.md

Lines changed: 87 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,67 @@ 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+
- [`8ab1051`](https://github.com/stdlib-js/stdlib/commit/8ab1051da53a3f171eddc906d388627df074d36c) - 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+
- [`8ab1051`](https://github.com/stdlib-js/stdlib/commit/8ab1051da53a3f171eddc906d388627df074d36c): 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+
- [`49ea175`](https://github.com/stdlib-js/stdlib/commit/49ea1754343db8198d02901b9280cf2f16931f12) - **chore:** remove comments _(by Athan Reines)_
128+
- [`8ab1051`](https://github.com/stdlib-js/stdlib/commit/8ab1051da53a3f171eddc906d388627df074d36c) - **feat:** refactor declarations to use generics _(by Athan Reines)_
129+
130+
</details>
131+
132+
</section>
133+
134+
<!-- /.commits -->
135+
136+
<section class="contributors">
137+
138+
### Contributors
139+
140+
A total of 2 people contributed to this release. Thank you to the following contributors:
141+
142+
- Athan Reines
143+
- Philipp Burckhardt
144+
145+
</section>
146+
147+
<!-- /.contributors -->
74148

75149
</section>
76150

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Marcus Fantham <mfantham@users.noreply.github.com>
4646
Matt Cochrane <matthew.cochrane.eng@gmail.com>
4747
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
4848
Milan Raj <rajsite@users.noreply.github.com>
49+
Mohammad Kaif <98884589+Kaif987@users.noreply.github.com>
4950
Momtchil Momtchev <momtchil@momtchev.com>
5051
Muhammad Haris <harriskhan047@outlook.com>
5152
Naresh Jagadeesan <naresh.naresh000@gmail.com>
@@ -70,6 +71,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
7071
Rutam <138517416+performant23@users.noreply.github.com>
7172
Ryan Seal <splrk@users.noreply.github.com>
7273
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
74+
SarthakPaandey <145528240+SarthakPaandey@users.noreply.github.com>
7375
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
7476
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
7577
Shivam <11shivam00@gmail.com>

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)