Skip to content

Commit 15550e6

Browse files
committed
Auto-generated commit
1 parent 7c622bc commit 15550e6

File tree

4 files changed

+74
-23
lines changed

4 files changed

+74
-23
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T05:45:41.082Z
1+
2024-09-01T06:11:47.078Z

CHANGELOG.md

Lines changed: 70 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,49 @@
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">
16+
17+
## 0.2.1 (2024-02-25)
18+
19+
No changes reported for this release.
20+
21+
</section>
622

7-
## Unreleased (2024-08-01)
23+
<!-- /.release -->
24+
25+
<section class="release" id="v0.2.0">
26+
27+
## 0.2.0 (2024-02-14)
28+
29+
<section class="bug-fixes">
30+
31+
### Bug Fixes
32+
33+
- [`9741d55`](https://github.com/stdlib-js/stdlib/commit/9741d5527de099260554aa7f4e2e4ca4c3e2cd2a) - add missing argument
34+
35+
</section>
36+
37+
<!-- /.bug-fixes -->
838

939
<section class="commits">
1040

1141
### Commits
1242

1343
<details>
1444

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
45+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
46+
- [`9741d55`](https://github.com/stdlib-js/stdlib/commit/9741d5527de099260554aa7f4e2e4ca4c3e2cd2a) - **fix:** add missing argument _(by Athan Reines)_
47+
- [`725cf2d`](https://github.com/stdlib-js/stdlib/commit/725cf2d5e22b6d745c5c0565dee497b06594d730) - **refactor:** use accessor utilities _(by Athan Reines)_
1648

1749
</details>
1850

@@ -24,9 +56,10 @@
2456

2557
### Contributors
2658

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

2961
- Athan Reines
62+
- Philipp Burckhardt
3063

3164
</section>
3265

@@ -36,51 +69,67 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3669

3770
<!-- /.release -->
3871

39-
<section class="release" id="v0.2.2">
72+
<section class="release" id="v0.1.1">
4073

41-
## 0.2.2 (2024-07-29)
74+
## 0.1.1 (2023-10-03)
4275

4376
No changes reported for this release.
4477

4578
</section>
4679

4780
<!-- /.release -->
4881

49-
<section class="release" id="v0.2.1">
82+
<section class="release" id="v0.1.0">
5083

51-
## 0.2.1 (2024-02-25)
84+
## 0.1.0 (2023-09-22)
5285

53-
No changes reported for this release.
86+
<section class="features">
87+
88+
### Features
89+
90+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
5491

5592
</section>
5693

57-
<!-- /.release -->
94+
<!-- /.features -->
5895

59-
<section class="release" id="v0.2.0">
96+
<section class="breaking-changes">
6097

61-
## 0.2.0 (2024-02-14)
98+
### BREAKING CHANGES
6299

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

65104
</section>
66105

67-
<!-- /.release -->
106+
<!-- /.breaking-changes -->
68107

69-
<section class="release" id="v0.1.1">
108+
<section class="commits">
70109

71-
## 0.1.1 (2023-10-03)
110+
### Commits
72111

73-
No changes reported for this release.
112+
<details>
113+
114+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
115+
116+
</details>
74117

75118
</section>
76119

77-
<!-- /.release -->
120+
<!-- /.commits -->
78121

79-
<section class="release" id="v0.1.0">
122+
<section class="contributors">
80123

81-
## 0.1.0 (2023-09-22)
124+
### Contributors
82125

83-
No changes reported for this release.
126+
A total of 1 person contributed to this release. Thank you to this contributor:
127+
128+
- Philipp Burckhardt
129+
130+
</section>
131+
132+
<!-- /.contributors -->
84133

85134
</section>
86135

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Marcus Fantham <mfantham@users.noreply.github.com>
4646
Matt Cochrane <matthew.cochrane.eng@gmail.com>
4747
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
4848
Milan Raj <rajsite@users.noreply.github.com>
49+
Mohammad Kaif <98884589+Kaif987@users.noreply.github.com>
4950
Momtchil Momtchev <momtchil@momtchev.com>
5051
Muhammad Haris <harriskhan047@outlook.com>
5152
Naresh Jagadeesan <naresh.naresh000@gmail.com>
@@ -70,6 +71,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
7071
Rutam <138517416+performant23@users.noreply.github.com>
7172
Ryan Seal <splrk@users.noreply.github.com>
7273
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
74+
SarthakPaandey <145528240+SarthakPaandey@users.noreply.github.com>
7375
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
7476
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
7577
Shivam <11shivam00@gmail.com>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@stdlib/ndarray-base-order": "^0.2.2",
4545
"@stdlib/ndarray-base-shape": "^0.2.2",
4646
"@stdlib/ndarray-base-strides": "^0.2.2",
47-
"@stdlib/types": "^0.3.2"
47+
"@stdlib/types": "^0.4.1"
4848
},
4949
"devDependencies": {
5050
"@stdlib/array-float64": "^0.2.2",

0 commit comments

Comments
 (0)