Skip to content

Commit 0f8ff53

Browse files
committed
Auto-generated commit
1 parent 54cb7e0 commit 0f8ff53

File tree

4 files changed

+34
-31
lines changed

4 files changed

+34
-31
lines changed

.github/.keepalive

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T06:07:40.825Z
1+
2024-09-01T06:35:39.584Z

CHANGELOG.md

+30-29
Original file line numberDiff line numberDiff line change
@@ -2,65 +2,66 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.1.2">
66

7-
## Unreleased (2024-08-01)
7+
## 0.1.2 (2024-07-29)
88

9-
<section class="commits">
9+
No changes reported for this release.
1010

11-
### Commits
11+
</section>
1212

13-
<details>
13+
<!-- /.release -->
1414

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
15+
<section class="release" id="v0.1.1">
1616

17-
</details>
17+
## 0.1.1 (2024-02-25)
1818

19-
</section>
19+
No changes reported for this release.
2020

21-
<!-- /.commits -->
21+
</section>
2222

23-
<section class="contributors">
23+
<!-- /.release -->
2424

25-
### Contributors
25+
<section class="release" id="v0.1.0">
2626

27-
A total of 1 person contributed to this release. Thank you to this contributor:
27+
## 0.1.0 (2024-02-15)
2828

29-
- Athan Reines
29+
<section class="features">
3030

31-
</section>
31+
### Features
3232

33-
<!-- /.contributors -->
33+
- [`84601aa`](https://github.com/stdlib-js/stdlib/commit/84601aaeac5185ada1133b489c69799dcaf5b588) - add `array/cartesian-power`
3434

3535
</section>
3636

37-
<!-- /.release -->
37+
<!-- /.features -->
3838

39-
<section class="release" id="v0.1.2">
39+
<section class="commits">
4040

41-
## 0.1.2 (2024-07-29)
41+
### Commits
4242

43-
No changes reported for this release.
43+
<details>
4444

45-
</section>
45+
- [`d675ecd`](https://github.com/stdlib-js/stdlib/commit/d675ecd88ddfe5f38e484740e951d7440247201a) - **docs:** update related packages sections (#1309) _(by stdlib-bot)_
46+
- [`84601aa`](https://github.com/stdlib-js/stdlib/commit/84601aaeac5185ada1133b489c69799dcaf5b588) - **feat:** add `array/cartesian-power` _(by Athan Reines)_
4647

47-
<!-- /.release -->
48+
</details>
4849

49-
<section class="release" id="v0.1.1">
50+
</section>
5051

51-
## 0.1.1 (2024-02-25)
52+
<!-- /.commits -->
5253

53-
No changes reported for this release.
54+
<section class="contributors">
5455

55-
</section>
56+
### Contributors
5657

57-
<!-- /.release -->
58+
A total of 1 person contributed to this release. Thank you to this contributor:
5859

59-
<section class="release" id="v0.1.0">
60+
- Athan Reines
6061

61-
## 0.1.0 (2024-02-15)
62+
</section>
6263

63-
No changes reported for this release.
64+
<!-- /.contributors -->
6465

6566
</section>
6667

CONTRIBUTORS

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@stdlib/assert-is-collection": "^0.2.2",
4242
"@stdlib/assert-is-nonnegative-integer": "^0.2.2",
4343
"@stdlib/string-format": "^0.2.2",
44-
"@stdlib/types": "^0.3.2",
44+
"@stdlib/types": "^0.4.1",
4545
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
4646
},
4747
"devDependencies": {

0 commit comments

Comments
 (0)