Skip to content

Commit 7844dfe

Browse files
committed
Auto-generated commit
1 parent 306ca55 commit 7844dfe

2 files changed

Lines changed: 109 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:44:48.178Z
1+
2024-08-03T20:10:33.018Z

CHANGELOG.md

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

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.2.2">
6+
7+
## 0.2.2 (2024-07-28)
68

7-
## Unreleased (2024-08-01)
9+
<section class="bug-fixes">
10+
11+
### Bug Fixes
12+
13+
- [`cf3f92e`](https://github.com/stdlib-js/stdlib/commit/cf3f92eddd20ec1a4106c8a34f7d7705a9a99dbc) - update include paths
14+
15+
</section>
16+
17+
<!-- /.bug-fixes -->
818

919
<section class="commits">
1020

1121
### Commits
1222

1323
<details>
1424

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
25+
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
26+
- [`e3a3679`](https://github.com/stdlib-js/stdlib/commit/e3a3679f1e733cf02ce47cdc4bd0137bd37bef41) - **refactor:** update paths _(by Athan Reines)_
27+
- [`0406147`](https://github.com/stdlib-js/stdlib/commit/04061476d1036e1b8b786736b1ba1653eddff1ef) - **refactor:** update paths _(by Athan Reines)_
28+
- [`32bbcb3`](https://github.com/stdlib-js/stdlib/commit/32bbcb3b3dae1f028fd18166ee7875a93d44d0ee) - **refactor:** update paths _(by Athan Reines)_
29+
- [`ed9c0a5`](https://github.com/stdlib-js/stdlib/commit/ed9c0a5e55ff09af3dd6af8c38615480e2c1828e) - **refactor:** update paths _(by Athan Reines)_
30+
- [`8908bda`](https://github.com/stdlib-js/stdlib/commit/8908bda11588f80edf375466ae9e84a3d70cf7d3) - **refactor:** update paths _(by Athan Reines)_
31+
- [`038b199`](https://github.com/stdlib-js/stdlib/commit/038b199c32842c02cf678e3ae8305a17aacda05e) - **docs:** update paths _(by Athan Reines)_
32+
- [`cf3f92e`](https://github.com/stdlib-js/stdlib/commit/cf3f92eddd20ec1a4106c8a34f7d7705a9a99dbc) - **fix:** update include paths _(by Athan Reines)_
33+
- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
1634

1735
</details>
1836

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

3755
<!-- /.release -->
3856

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

41-
## 0.2.2 (2024-07-28)
59+
## 0.2.1 (2024-02-24)
4260

4361
No changes reported for this release.
4462

4563
</section>
4664

4765
<!-- /.release -->
4866

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

51-
## 0.2.1 (2024-02-24)
69+
## 0.2.0 (2024-02-14)
5270

53-
No changes reported for this release.
71+
<section class="commits">
72+
73+
### Commits
74+
75+
<details>
76+
77+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
78+
- [`37c6c77`](https://github.com/stdlib-js/stdlib/commit/37c6c77ce78430486c95f3034dd1c836fac8b65d) - **style:** resolve C lint errors _(by Athan Reines)_
79+
- [`7eb7d96`](https://github.com/stdlib-js/stdlib/commit/7eb7d96f3860d0b1229b905caceb1b6641ee43c5) - **docs:** update links _(by Athan Reines)_
80+
81+
</details>
5482

5583
</section>
5684

57-
<!-- /.release -->
85+
<!-- /.commits -->
5886

59-
<section class="release" id="v0.2.0">
87+
<section class="contributors">
6088

61-
## 0.2.0 (2024-02-14)
89+
### Contributors
6290

63-
No changes reported for this release.
91+
A total of 2 people contributed to this release. Thank you to the following contributors:
92+
93+
- Athan Reines
94+
- Philipp Burckhardt
95+
96+
</section>
97+
98+
<!-- /.contributors -->
6499

65100
</section>
66101

@@ -70,7 +105,67 @@ No changes reported for this release.
70105

71106
## 0.1.0 (2023-09-24)
72107

73-
No changes reported for this release.
108+
<section class="features">
109+
110+
### Features
111+
112+
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
113+
114+
</section>
115+
116+
<!-- /.features -->
117+
118+
<section class="bug-fixes">
119+
120+
### Bug Fixes
121+
122+
- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs
123+
124+
</section>
125+
126+
<!-- /.bug-fixes -->
127+
128+
<section class="breaking-changes">
129+
130+
### BREAKING CHANGES
131+
132+
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version
133+
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1
134+
135+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
136+
137+
</section>
138+
139+
<!-- /.breaking-changes -->
140+
141+
<section class="commits">
142+
143+
### Commits
144+
145+
<details>
146+
147+
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
148+
- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - **fix:** update import paths for complex type defs _(by Athan Reines)_
149+
- [`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
150+
151+
</details>
152+
153+
</section>
154+
155+
<!-- /.commits -->
156+
157+
<section class="contributors">
158+
159+
### Contributors
160+
161+
A total of 2 people contributed to this release. Thank you to the following contributors:
162+
163+
- Athan Reines
164+
- Philipp Burckhardt
165+
166+
</section>
167+
168+
<!-- /.contributors -->
74169

75170
</section>
76171

0 commit comments

Comments
 (0)