Skip to content

Commit 429cb43

Browse files
committed
Auto-generated commit
1 parent 3b5f9fa commit 429cb43

File tree

2 files changed

+77
-26
lines changed

2 files changed

+77
-26
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T03:19:36.632Z
1+
2024-08-03T18:29:24.092Z

CHANGELOG.md

Lines changed: 76 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,58 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.3.2">
6+
7+
## 0.3.2 (2024-07-28)
8+
9+
No changes reported for this release.
10+
11+
</section>
12+
13+
<!-- /.release -->
14+
15+
<section class="release" id="v0.3.1">
16+
17+
## 0.3.1 (2024-02-24)
18+
19+
No changes reported for this release.
20+
21+
</section>
22+
23+
<!-- /.release -->
24+
25+
<section class="release" id="v0.3.0">
26+
27+
## 0.3.0 (2024-02-14)
28+
29+
No changes reported for this release.
30+
31+
</section>
32+
33+
<!-- /.release -->
34+
35+
<section class="release" id="v0.2.1">
36+
37+
## 0.2.1 (2023-11-19)
38+
39+
<section class="bug-fixes">
40+
41+
### Bug Fixes
42+
43+
- [`541d333`](https://github.com/stdlib-js/stdlib/commit/541d33396f3cef0c017d7c67845a9072d6626be3) - disable code blocks due to runtime errors
44+
45+
</section>
646

7-
## Unreleased (2024-08-01)
47+
<!-- /.bug-fixes -->
848

949
<section class="commits">
1050

1151
### Commits
1252

1353
<details>
1454

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
55+
- [`541d333`](https://github.com/stdlib-js/stdlib/commit/541d33396f3cef0c017d7c67845a9072d6626be3) - **fix:** disable code blocks due to runtime errors _(by Athan Reines)_
56+
- [`453dd85`](https://github.com/stdlib-js/stdlib/commit/453dd85b5dd186d2b4d458256fe84906e1503fe2) - **build:** remove tslint directives _(by Philipp Burckhardt)_
1657

1758
</details>
1859

@@ -24,9 +65,10 @@
2465

2566
### Contributors
2667

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

2970
- Athan Reines
71+
- Philipp Burckhardt
3072

3173
</section>
3274

@@ -36,51 +78,60 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3678

3779
<!-- /.release -->
3880

39-
<section class="release" id="v0.3.2">
81+
<section class="release" id="v0.2.0">
4082

41-
## 0.3.2 (2024-07-28)
83+
## 0.2.0 (2023-09-23)
4284

43-
No changes reported for this release.
85+
<section class="features">
86+
87+
### Features
88+
89+
- [`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0) - update minimum TypeScript version
4490

4591
</section>
4692

47-
<!-- /.release -->
93+
<!-- /.features -->
4894

49-
<section class="release" id="v0.3.1">
95+
<section class="breaking-changes">
5096

51-
## 0.3.1 (2024-02-24)
97+
### BREAKING CHANGES
5298

53-
No changes reported for this release.
99+
- [`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0): update minimum TypeScript version
100+
- [`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0): update minimum TypeScript version to 4.1
101+
102+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
54103

55104
</section>
56105

57-
<!-- /.release -->
106+
<!-- /.breaking-changes -->
58107

59-
<section class="release" id="v0.3.0">
108+
<section class="commits">
60109

61-
## 0.3.0 (2024-02-14)
110+
### Commits
62111

63-
No changes reported for this release.
112+
<details>
64113

65-
</section>
114+
- [`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
115+
- [`55866ea`](https://github.com/stdlib-js/stdlib/commit/55866ea8ef1282528b839fd9ce9c43c6a80056f8) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
116+
- [`43b454e`](https://github.com/stdlib-js/stdlib/commit/43b454ef52b9aba92242d95e05d82c3952715368) - **refactor:** avoid usage of utils/copy _(by Philipp Burckhardt)_
66117

67-
<!-- /.release -->
118+
</details>
68119

69-
<section class="release" id="v0.2.1">
120+
</section>
70121

71-
## 0.2.1 (2023-11-19)
122+
<!-- /.commits -->
72123

73-
No changes reported for this release.
124+
<section class="contributors">
74125

75-
</section>
126+
### Contributors
76127

77-
<!-- /.release -->
128+
A total of 1 person contributed to this release. Thank you to this contributor:
78129

79-
<section class="release" id="v0.2.0">
130+
- Philipp Burckhardt
80131

81-
## 0.2.0 (2023-09-23)
132+
</section>
82133

83-
No changes reported for this release.
134+
<!-- /.contributors -->
84135

85136
</section>
86137

0 commit comments

Comments
 (0)