Skip to content

Commit 6ccacf1

Browse files
committed
Auto-generated commit
1 parent b347cc2 commit 6ccacf1

File tree

4 files changed

+94
-20
lines changed

4 files changed

+94
-20
lines changed

.github/.keepalive

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T06:04:09.359Z
1+
2024-09-01T06:31:57.868Z

CHANGELOG.md

+90-18
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,37 @@
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-29)
8+
9+
No changes reported for this release.
10+
11+
</section>
12+
13+
<!-- /.release -->
14+
15+
<section class="release" id="v0.2.1">
616

7-
## Unreleased (2024-08-01)
17+
## 0.2.1 (2024-02-25)
18+
19+
<section class="features">
20+
21+
### Features
22+
23+
- [`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)
24+
25+
</section>
26+
27+
<!-- /.features -->
828

929
<section class="commits">
1030

1131
### Commits
1232

1333
<details>
1434

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
35+
- [`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)_
1636

1737
</details>
1838

@@ -24,9 +44,10 @@
2444

2545
### Contributors
2646

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

2949
- Athan Reines
50+
- Philipp Burckhardt
3051

3152
</section>
3253

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

3758
<!-- /.release -->
3859

39-
<section class="release" id="v0.2.2">
40-
41-
## 0.2.2 (2024-07-29)
60+
<section class="release" id="v0.2.0">
4261

43-
No changes reported for this release.
62+
## 0.2.0 (2024-02-14)
4463

45-
</section>
64+
<section class="commits">
4665

47-
<!-- /.release -->
66+
### Commits
4867

49-
<section class="release" id="v0.2.1">
68+
<details>
5069

51-
## 0.2.1 (2024-02-25)
70+
- [`ff4e25b`](https://github.com/stdlib-js/stdlib/commit/ff4e25bca92754c14380c8bef88f827dce4c6c64) - **refactor:** query default dtype _(by Athan Reines)_
71+
- [`e3fc2d4`](https://github.com/stdlib-js/stdlib/commit/e3fc2d48bf55690a3ead6cc37eed3472f34561c0) - **docs:** update links _(by Athan Reines)_
5272

53-
No changes reported for this release.
73+
</details>
5474

5575
</section>
5676

57-
<!-- /.release -->
77+
<!-- /.commits -->
5878

59-
<section class="release" id="v0.2.0">
79+
<section class="contributors">
6080

61-
## 0.2.0 (2024-02-14)
81+
### Contributors
6282

63-
No changes reported for this release.
83+
A total of 1 person contributed to this release. Thank you to this contributor:
84+
85+
- Athan Reines
86+
87+
</section>
88+
89+
<!-- /.contributors -->
6490

6591
</section>
6692

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

7197
## 0.1.0 (2023-09-24)
7298

73-
No changes reported for this release.
99+
<section class="features">
100+
101+
### Features
102+
103+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
104+
105+
</section>
106+
107+
<!-- /.features -->
108+
109+
<section class="breaking-changes">
110+
111+
### BREAKING CHANGES
112+
113+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
114+
115+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
116+
117+
</section>
118+
119+
<!-- /.breaking-changes -->
120+
121+
<section class="commits">
122+
123+
### Commits
124+
125+
<details>
126+
127+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
128+
129+
</details>
130+
131+
</section>
132+
133+
<!-- /.commits -->
134+
135+
<section class="contributors">
136+
137+
### Contributors
138+
139+
A total of 1 person contributed to this release. Thank you to this contributor:
140+
141+
- Philipp Burckhardt
142+
143+
</section>
144+
145+
<!-- /.contributors -->
74146

75147
</section>
76148

CONTRIBUTORS

+2
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@stdlib/array-defaults": "^0.3.0",
4343
"@stdlib/assert-is-nonnegative-integer": "^0.2.2",
4444
"@stdlib/string-format": "^0.2.2",
45-
"@stdlib/types": "^0.3.2",
45+
"@stdlib/types": "^0.4.1",
4646
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
4747
},
4848
"devDependencies": {

0 commit comments

Comments
 (0)