Skip to content

Commit b2b1a06

Browse files
committed
Auto-generated commit
1 parent cbb2300 commit b2b1a06

2 files changed

Lines changed: 122 additions & 14 deletions

File tree

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T04:01:14.805Z
1+
2024-08-03T19:19:40.094Z

CHANGELOG.md

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

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

7-
## Unreleased (2024-08-01)
7+
## 0.2.3 (2024-07-28)
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+
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
16+
- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
1617

1718
</details>
1819

@@ -24,9 +25,10 @@
2425

2526
### Contributors
2627

27-
A total of 1 person contributed to this release. Thank you to this contributor:
28+
A total of 2 people contributed to this release. Thank you to the following contributors:
2829

2930
- Athan Reines
31+
- Philipp Burckhardt
3032

3133
</section>
3234

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

3739
<!-- /.release -->
3840

39-
<section class="release" id="v0.2.3">
41+
<section class="release" id="v0.2.2">
4042

41-
## 0.2.3 (2024-07-28)
43+
## 0.2.2 (2024-04-04)
4244

43-
No changes reported for this release.
45+
<section class="bug-fixes">
46+
47+
### Bug Fixes
48+
49+
- [`ca6614a`](https://github.com/stdlib-js/stdlib/commit/ca6614abe2ae5acdcfd6eccaf49a65215f60d99e) - add missing gypfile field entries
4450

4551
</section>
4652

47-
<!-- /.release -->
53+
<!-- /.bug-fixes -->
4854

49-
<section class="release" id="v0.2.2">
55+
<section class="commits">
5056

51-
## 0.2.2 (2024-04-04)
57+
### Commits
5258

53-
No changes reported for this release.
59+
<details>
60+
61+
- [`ca6614a`](https://github.com/stdlib-js/stdlib/commit/ca6614abe2ae5acdcfd6eccaf49a65215f60d99e) - **fix:** add missing gypfile field entries _(by Philipp Burckhardt)_
62+
63+
</details>
64+
65+
</section>
66+
67+
<!-- /.commits -->
68+
69+
<section class="contributors">
70+
71+
### Contributors
72+
73+
A total of 1 person contributed to this release. Thank you to this contributor:
74+
75+
- Philipp Burckhardt
76+
77+
</section>
78+
79+
<!-- /.contributors -->
5480

5581
</section>
5682

@@ -70,7 +96,33 @@ No changes reported for this release.
7096

7197
## 0.2.0 (2024-02-14)
7298

73-
No changes reported for this release.
99+
<section class="commits">
100+
101+
### Commits
102+
103+
<details>
104+
105+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
106+
- [`e9778a4`](https://github.com/stdlib-js/stdlib/commit/e9778a44456fe95e30158b3ed4b2849c1ea5be1d) - **build:** do not escape special Markdown characters in code _(by Philipp Burckhardt)_
107+
- [`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)_
108+
109+
</details>
110+
111+
</section>
112+
113+
<!-- /.commits -->
114+
115+
<section class="contributors">
116+
117+
### Contributors
118+
119+
A total of 1 person contributed to this release. Thank you to this contributor:
120+
121+
- Philipp Burckhardt
122+
123+
</section>
124+
125+
<!-- /.contributors -->
74126

75127
</section>
76128

@@ -90,7 +142,63 @@ No changes reported for this release.
90142

91143
## 0.1.0 (2023-09-23)
92144

93-
No changes reported for this release.
145+
<section class="features">
146+
147+
### Features
148+
149+
- [`1e1b4b1`](https://github.com/stdlib-js/stdlib/commit/1e1b4b1fc32e06734099e2e00e0478f547d7fc68) - refactor declarations to use generics
150+
151+
</section>
152+
153+
<!-- /.features -->
154+
155+
<section class="bug-fixes">
156+
157+
### Bug Fixes
158+
159+
- [`92caf33`](https://github.com/stdlib-js/stdlib/commit/92caf33737034f6a06ca338ffba5b0095863ab0e) - update import path for `Collection` type definition
160+
161+
</section>
162+
163+
<!-- /.bug-fixes -->
164+
165+
<section class="breaking-changes">
166+
167+
### BREAKING CHANGES
168+
169+
- [`1e1b4b1`](https://github.com/stdlib-js/stdlib/commit/1e1b4b1fc32e06734099e2e00e0478f547d7fc68): refactor declarations to use generics
170+
171+
</section>
172+
173+
<!-- /.breaking-changes -->
174+
175+
<section class="commits">
176+
177+
### Commits
178+
179+
<details>
180+
181+
- [`92caf33`](https://github.com/stdlib-js/stdlib/commit/92caf33737034f6a06ca338ffba5b0095863ab0e) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
182+
- [`1e1b4b1`](https://github.com/stdlib-js/stdlib/commit/1e1b4b1fc32e06734099e2e00e0478f547d7fc68) - **feat:** refactor declarations to use generics _(by Athan Reines)_
183+
- [`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
184+
185+
</details>
186+
187+
</section>
188+
189+
<!-- /.commits -->
190+
191+
<section class="contributors">
192+
193+
### Contributors
194+
195+
A total of 1 person contributed to this release. Thank you to this contributor:
196+
197+
- Athan Reines
198+
199+
</section>
200+
201+
<!-- /.contributors -->
94202

95203
</section>
96204

0 commit comments

Comments
 (0)