Skip to content

Commit bc2b47e

Browse files
committed
Auto-generated commit
1 parent ae983a0 commit bc2b47e

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-03T18:48:13.766Z
1+
2024-09-01T03:48:42.309Z

CHANGELOG.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020

2121
### BREAKING CHANGES
2222

23-
- [`66dce03`](https://github.com/stdlib-js/stdlib/commit/66dce034698fdbd71248cad9c7d277ac97cdf0ae): add boolean dtype support to `array/min-dtype`
24-
- [`66dce03`](https://github.com/stdlib-js/stdlib/commit/66dce034698fdbd71248cad9c7d277ac97cdf0ae): return \"bool\" when provided a boolean
23+
- [`66dce03`](https://github.com/stdlib-js/stdlib/commit/66dce034698fdbd71248cad9c7d277ac97cdf0ae): return \"bool\" when provided a boolean
2524

2625
- To migrate, users explicitly handle \"bool\" return values. If \"generic\" is still desired, users should consolidate accordingly.
2726

@@ -90,12 +89,11 @@ No changes reported for this release.
9089
### BREAKING CHANGES
9190

9291
- [`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0): rename type definitions for array and ndarray data types
93-
- [`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0): rename type definitions for array and ndarray data types
9492

9593
- In order to migrate, users should update their implementations to
96-
use the latest naming conventions. The affected type definitions
97-
are aliases for individual data type strings, so their should be
98-
no behavioral changes.
94+
use the latest naming conventions. The affected type definitions
95+
are aliases for individual data type strings, so their should be
96+
no behavioral changes.
9997

10098
</section>
10199

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

160158
### BREAKING CHANGES
161159

162-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version
163-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
160+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
164161

165162
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
166163

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
@@ -53,7 +53,7 @@
5353
"@stdlib/constants-uint8-max": "^0.2.2",
5454
"@stdlib/math-base-assert-is-integer": "^0.2.5",
5555
"@stdlib/math-base-assert-is-negative-zero": "^0.2.2",
56-
"@stdlib/types": "^0.3.2"
56+
"@stdlib/types": "^0.4.1"
5757
},
5858
"devDependencies": {
5959
"@stdlib/assert-is-string": "^0.2.2",

0 commit comments

Comments
 (0)