You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
15
+
-[`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
16
16
17
17
</details>
18
18
@@ -26,7 +26,7 @@
26
26
27
27
A total of 1 person contributed to this release. Thank you to this contributor:
28
28
29
-
-Philipp Burckhardt
29
+
-Athan Reines
30
30
31
31
</section>
32
32
@@ -36,45 +36,21 @@ A total of 1 person contributed to this release. Thank you to this contributor:
36
36
37
37
<!-- /.release -->
38
38
39
-
<sectionclass="release"id="v0.2.2">
40
-
41
-
## 0.2.2 (2024-04-04)
42
-
43
-
<sectionclass="bug-fixes">
44
-
45
-
### Bug Fixes
46
-
47
-
-[`ca6614a`](https://github.com/stdlib-js/stdlib/commit/ca6614abe2ae5acdcfd6eccaf49a65215f60d99e) - add missing gypfile field entries
48
-
49
-
</section>
50
-
51
-
<!-- /.bug-fixes -->
52
-
53
-
<sectionclass="commits">
54
-
55
-
### Commits
56
-
57
-
<details>
39
+
<sectionclass="release"id="v0.2.3">
58
40
59
-
-[`ca6614a`](https://github.com/stdlib-js/stdlib/commit/ca6614abe2ae5acdcfd6eccaf49a65215f60d99e) - **fix:** add missing gypfile field entries _(by Philipp Burckhardt)_
41
+
## 0.2.3 (2024-07-28)
60
42
61
-
</details>
43
+
No changes reported for this release.
62
44
63
45
</section>
64
46
65
-
<!-- /.commits -->
66
-
67
-
<sectionclass="contributors">
68
-
69
-
### Contributors
70
-
71
-
A total of 1 person contributed to this release. Thank you to this contributor:
47
+
<!-- /.release -->
72
48
73
-
- Philipp Burckhardt
49
+
<sectionclass="release"id="v0.2.2">
74
50
75
-
</section>
51
+
## 0.2.2 (2024-04-04)
76
52
77
-
<!-- /.contributors -->
53
+
No changes reported for this release.
78
54
79
55
</section>
80
56
@@ -94,33 +70,7 @@ No changes reported for this release.
94
70
95
71
## 0.2.0 (2024-02-14)
96
72
97
-
<sectionclass="commits">
98
-
99
-
### Commits
100
-
101
-
<details>
102
-
103
-
-[`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
104
-
-[`e9778a4`](https://github.com/stdlib-js/stdlib/commit/e9778a44456fe95e30158b3ed4b2849c1ea5be1d) - **build:** do not escape special Markdown characters in code _(by Philipp Burckhardt)_
105
-
-[`78a556e`](https://github.com/stdlib-js/stdlib/commit/78a556efa2f1da29eb9081d393f5768ad1518117) - **docs:** update related packages sections [(#1145)](https://github.com/stdlib-js/stdlib/pull/1145)_(by stdlib-bot)_
106
-
107
-
</details>
108
-
109
-
</section>
110
-
111
-
<!-- /.commits -->
112
-
113
-
<sectionclass="contributors">
114
-
115
-
### Contributors
116
-
117
-
A total of 1 person contributed to this release. Thank you to this contributor:
118
-
119
-
- Philipp Burckhardt
120
-
121
-
</section>
122
-
123
-
<!-- /.contributors -->
73
+
No changes reported for this release.
124
74
125
75
</section>
126
76
@@ -140,63 +90,7 @@ No changes reported for this release.
140
90
141
91
## 0.1.0 (2023-09-23)
142
92
143
-
<sectionclass="features">
144
-
145
-
### Features
146
-
147
-
-[`1e1b4b1`](https://github.com/stdlib-js/stdlib/commit/1e1b4b1fc32e06734099e2e00e0478f547d7fc68) - refactor declarations to use generics
148
-
149
-
</section>
150
-
151
-
<!-- /.features -->
152
-
153
-
<sectionclass="bug-fixes">
154
-
155
-
### Bug Fixes
156
-
157
-
-[`92caf33`](https://github.com/stdlib-js/stdlib/commit/92caf33737034f6a06ca338ffba5b0095863ab0e) - update import path for `Collection` type definition
158
-
159
-
</section>
160
-
161
-
<!-- /.bug-fixes -->
162
-
163
-
<sectionclass="breaking-changes">
164
-
165
-
### BREAKING CHANGES
166
-
167
-
-[`1e1b4b1`](https://github.com/stdlib-js/stdlib/commit/1e1b4b1fc32e06734099e2e00e0478f547d7fc68): refactor declarations to use generics
168
-
169
-
</section>
170
-
171
-
<!-- /.breaking-changes -->
172
-
173
-
<sectionclass="commits">
174
-
175
-
### Commits
176
-
177
-
<details>
178
-
179
-
-[`92caf33`](https://github.com/stdlib-js/stdlib/commit/92caf33737034f6a06ca338ffba5b0095863ab0e) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
180
-
-[`1e1b4b1`](https://github.com/stdlib-js/stdlib/commit/1e1b4b1fc32e06734099e2e00e0478f547d7fc68) - **feat:** refactor declarations to use generics _(by Athan Reines)_
181
-
-[`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
182
-
183
-
</details>
184
-
185
-
</section>
186
-
187
-
<!-- /.commits -->
188
-
189
-
<sectionclass="contributors">
190
-
191
-
### Contributors
192
-
193
-
A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments