Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb94e35

Browse files
committed
Auto-generated commit
1 parent 60fc18d commit bb94e35

File tree

4 files changed

+96
-20
lines changed

4 files changed

+96
-20
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:15.341Z
1+
2024-09-01T06:32:03.882Z

CHANGELOG.md

Lines changed: 92 additions & 18 deletions
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)
68

7-
## Unreleased (2024-08-01)
9+
No changes reported for this release.
10+
11+
</section>
12+
13+
<!-- /.release -->
14+
15+
<section class="release" id="v0.2.1">
16+
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,38 @@ 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+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
71+
- [`e3fc2d4`](https://github.com/stdlib-js/stdlib/commit/e3fc2d48bf55690a3ead6cc37eed3472f34561c0) - **docs:** update links _(by Athan Reines)_
72+
- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
5273

53-
No changes reported for this release.
74+
</details>
5475

5576
</section>
5677

57-
<!-- /.release -->
78+
<!-- /.commits -->
5879

59-
<section class="release" id="v0.2.0">
80+
<section class="contributors">
6081

61-
## 0.2.0 (2024-02-14)
82+
### Contributors
6283

63-
No changes reported for this release.
84+
A total of 2 people contributed to this release. Thank you to the following contributors:
85+
86+
- Athan Reines
87+
- Philipp Burckhardt
88+
89+
</section>
90+
91+
<!-- /.contributors -->
6492

6593
</section>
6694

@@ -70,7 +98,53 @@ No changes reported for this release.
7098

7199
## 0.1.0 (2023-09-24)
72100

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

75149
</section>
76150

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-zeros": "^0.2.2",
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)