Skip to content

Commit 1674a8e

Browse files
committed
Auto-generated commit
1 parent d4f1d85 commit 1674a8e

File tree

4 files changed

+38
-35
lines changed

4 files changed

+38
-35
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T05:48:58.544Z
1+
2024-09-01T06:15:23.953Z

CHANGELOG.md

Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2,75 +2,76 @@
22

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

7-
## Unreleased (2024-08-01)
7+
## 0.2.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.2.1">
1616

17-
</details>
17+
## 0.2.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.2.0">
2626

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

29-
- Athan Reines
29+
No changes reported for this release.
3030

3131
</section>
3232

33-
<!-- /.contributors -->
33+
<!-- /.release -->
3434

35-
</section>
35+
<section class="release" id="v0.1.0">
3636

37-
<!-- /.release -->
37+
## 0.1.0 (2024-01-16)
3838

39-
<section class="release" id="v0.2.2">
39+
<section class="features">
4040

41-
## 0.2.2 (2024-07-29)
41+
### Features
4242

43-
No changes reported for this release.
43+
- [`e770600`](https://github.com/stdlib-js/stdlib/commit/e77060013a56b9f3c7c60606a8235348b95e0c85) - add `array/base/assert/is-complex64array`
4444

4545
</section>
4646

47-
<!-- /.release -->
47+
<!-- /.features -->
4848

49-
<section class="release" id="v0.2.1">
49+
<section class="commits">
5050

51-
## 0.2.1 (2024-02-25)
51+
### Commits
5252

53-
No changes reported for this release.
53+
<details>
5454

55-
</section>
55+
- [`2dbcc27`](https://github.com/stdlib-js/stdlib/commit/2dbcc2798c81f960ee13c33e1daace847a55a3a2) - **docs:** update Markdown stdlib package URLs [(#1266)](https://github.com/stdlib-js/stdlib/pull/1266) _(by stdlib-bot)_
56+
- [`e770600`](https://github.com/stdlib-js/stdlib/commit/e77060013a56b9f3c7c60606a8235348b95e0c85) - **feat:** add `array/base/assert/is-complex64array` _(by Athan Reines)_
5657

57-
<!-- /.release -->
58+
</details>
5859

59-
<section class="release" id="v0.2.0">
60+
</section>
6061

61-
## 0.2.0 (2024-02-14)
62+
<!-- /.commits -->
6263

63-
No changes reported for this release.
64+
<section class="contributors">
6465

65-
</section>
66+
### Contributors
6667

67-
<!-- /.release -->
68+
A total of 1 person contributed to this release. Thank you to this contributor:
6869

69-
<section class="release" id="v0.1.0">
70+
- Athan Reines
7071

71-
## 0.1.0 (2024-01-16)
72+
</section>
7273

73-
No changes reported for this release.
74+
<!-- /.contributors -->
7475

7576
</section>
7677

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
@@ -37,7 +37,7 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/types": "^0.3.2"
40+
"@stdlib/types": "^0.4.1"
4141
},
4242
"devDependencies": {
4343
"@stdlib/array-complex128": "^0.3.0",

0 commit comments

Comments
 (0)