Skip to content

Commit adaa273

Browse files
committed
Auto-generated commit
1 parent bb88168 commit adaa273

File tree

4 files changed

+162
-16
lines changed

4 files changed

+162
-16
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T06:04:37.664Z
1+
2024-09-01T06:32:27.226Z

CHANGELOG.md

Lines changed: 158 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,27 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.3.0">
6+
7+
## 0.3.0 (2024-07-29)
8+
9+
<section class="features">
10+
11+
### Features
12+
13+
- [`a3132d2`](https://github.com/stdlib-js/stdlib/commit/a3132d275df3729f7d91008bc81610736622ee7a) - add boolean dtype support to `array/empty-like` [(#2460)](https://github.com/stdlib-js/stdlib/pull/2460)
14+
15+
</section>
616

7-
## Unreleased (2024-08-01)
17+
<!-- /.features -->
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+
- [`a3132d2`](https://github.com/stdlib-js/stdlib/commit/a3132d275df3729f7d91008bc81610736622ee7a) - **feat:** add boolean dtype support to `array/empty-like` [(#2460)](https://github.com/stdlib-js/stdlib/pull/2460) _(by Jaysukh Makvana, Athan Reines)_
1626

1727
</details>
1828

@@ -24,9 +34,10 @@
2434

2535
### Contributors
2636

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

2939
- Athan Reines
40+
- Jaysukh Makvana
3041

3142
</section>
3243

@@ -36,21 +47,46 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3647

3748
<!-- /.release -->
3849

39-
<section class="release" id="v0.3.0">
50+
<section class="release" id="v0.2.1">
4051

41-
## 0.3.0 (2024-07-29)
52+
## 0.2.1 (2024-02-25)
53+
54+
<section class="features">
4255

43-
No changes reported for this release.
56+
### Features
57+
58+
- [`819d2e4`](https://github.com/stdlib-js/stdlib/commit/819d2e407146d4dcc17f8bab53b591b3d573f8a1) - add data type maps and replace use of overloads [(#1317)](https://github.com/stdlib-js/stdlib/pull/1317)
4459

4560
</section>
4661

47-
<!-- /.release -->
62+
<!-- /.features -->
4863

49-
<section class="release" id="v0.2.1">
64+
<section class="commits">
5065

51-
## 0.2.1 (2024-02-25)
66+
### Commits
67+
68+
<details>
69+
70+
- [`819d2e4`](https://github.com/stdlib-js/stdlib/commit/819d2e407146d4dcc17f8bab53b591b3d573f8a1) - **feat:** add data type maps and replace use of overloads [(#1317)](https://github.com/stdlib-js/stdlib/pull/1317) _(by Philipp Burckhardt, Athan Reines)_
71+
72+
</details>
73+
74+
</section>
75+
76+
<!-- /.commits -->
77+
78+
<section class="contributors">
79+
80+
### Contributors
81+
82+
A total of 2 people contributed to this release. Thank you to the following contributors:
83+
84+
- Athan Reines
85+
- Philipp Burckhardt
5286

53-
No changes reported for this release.
87+
</section>
88+
89+
<!-- /.contributors -->
5490

5591
</section>
5692

@@ -60,7 +96,34 @@ No changes reported for this release.
6096

6197
## 0.2.0 (2024-02-14)
6298

63-
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+
- [`e3fc2d4`](https://github.com/stdlib-js/stdlib/commit/e3fc2d48bf55690a3ead6cc37eed3472f34561c0) - **docs:** update links _(by Athan Reines)_
107+
- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
108+
109+
</details>
110+
111+
</section>
112+
113+
<!-- /.commits -->
114+
115+
<section class="contributors">
116+
117+
### Contributors
118+
119+
A total of 2 people contributed to this release. Thank you to the following contributors:
120+
121+
- Athan Reines
122+
- Philipp Burckhardt
123+
124+
</section>
125+
126+
<!-- /.contributors -->
64127

65128
</section>
66129

@@ -70,7 +133,53 @@ No changes reported for this release.
70133

71134
## 0.1.0 (2023-09-24)
72135

73-
No changes reported for this release.
136+
<section class="features">
137+
138+
### Features
139+
140+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
141+
142+
</section>
143+
144+
<!-- /.features -->
145+
146+
<section class="breaking-changes">
147+
148+
### BREAKING CHANGES
149+
150+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
151+
152+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
153+
154+
</section>
155+
156+
<!-- /.breaking-changes -->
157+
158+
<section class="commits">
159+
160+
### Commits
161+
162+
<details>
163+
164+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
165+
166+
</details>
167+
168+
</section>
169+
170+
<!-- /.commits -->
171+
172+
<section class="contributors">
173+
174+
### Contributors
175+
176+
A total of 1 person contributed to this release. Thank you to this contributor:
177+
178+
- Philipp Burckhardt
179+
180+
</section>
181+
182+
<!-- /.contributors -->
74183

75184
</section>
76185

@@ -80,7 +189,42 @@ No changes reported for this release.
80189

81190
## 0.0.1 (2023-07-31)
82191

83-
No changes reported for this release.
192+
<section class="features">
193+
194+
### Features
195+
196+
- [`81b8f6c`](https://github.com/stdlib-js/stdlib/commit/81b8f6cdc8d32eaa189a3b40f522c3f7f2bc84b4) - add `array/empty-like` [(#1041)](https://github.com/stdlib-js/stdlib/pull/1041)
197+
198+
</section>
199+
200+
<!-- /.features -->
201+
202+
<section class="commits">
203+
204+
### Commits
205+
206+
<details>
207+
208+
- [`81b8f6c`](https://github.com/stdlib-js/stdlib/commit/81b8f6cdc8d32eaa189a3b40f522c3f7f2bc84b4) - **feat:** add `array/empty-like` [(#1041)](https://github.com/stdlib-js/stdlib/pull/1041) _(by Stephannie Jiménez Gacha, Athan Reines)_
209+
210+
</details>
211+
212+
</section>
213+
214+
<!-- /.commits -->
215+
216+
<section class="contributors">
217+
218+
### Contributors
219+
220+
A total of 2 people contributed to this release. Thank you to the following contributors:
221+
222+
- Athan Reines
223+
- Stephannie Jiménez Gacha
224+
225+
</section>
226+
227+
<!-- /.contributors -->
84228

85229
</section>
86230

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Marcus Fantham <[email protected]>
4646
Matt Cochrane <[email protected]>
4747
Mihir Pandit <[email protected]>
4848
Milan Raj <[email protected]>
49+
Mohammad Kaif <[email protected]>
4950
Momtchil Momtchev <[email protected]>
5051
Muhammad Haris <[email protected]>
5152
Naresh Jagadeesan <[email protected]>
@@ -70,6 +71,7 @@ Roman Stetsyk <[email protected]>
7071
7172
Ryan Seal <[email protected]>
7273
Sai Srikar Dumpeti <[email protected]>
74+
SarthakPaandey <[email protected]>
7375
Seyyed Parsa Neshaei <[email protected]>
7476
Shashank Shekhar Singh <[email protected]>
7577

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@stdlib/array-dtype": "^0.3.0",
4141
"@stdlib/array-empty": "^0.3.0",
4242
"@stdlib/string-format": "^0.2.2",
43-
"@stdlib/types": "^0.3.2",
43+
"@stdlib/types": "^0.4.1",
4444
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
4545
},
4646
"devDependencies": {

0 commit comments

Comments
 (0)