Skip to content

Commit 3f46084

Browse files
committed
Auto-generated commit
1 parent e45b5f1 commit 3f46084

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/.keepalive

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-03T18:45:12.130Z
1+
2024-09-01T03:45:59.471Z

CHANGELOG.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-08-03)
7+
## Unreleased (2024-09-01)
88

99
<section class="commits">
1010

@@ -108,8 +108,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
108108

109109
### BREAKING CHANGES
110110

111-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version
112-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
111+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
113112

114113
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
115114

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
@@ -43,7 +43,7 @@
4343
"@stdlib/ndarray-base-minmax-view-buffer-index": "^0.2.2",
4444
"@stdlib/ndarray-base-numel": "^0.2.2",
4545
"@stdlib/ndarray-dtypes": "^0.3.0",
46-
"@stdlib/types": "^0.3.2",
46+
"@stdlib/types": "^0.4.1",
4747
"@stdlib/utils-library-manifest": "^0.2.2"
4848
},
4949
"devDependencies": {

0 commit comments

Comments
 (0)