Skip to content

Commit e3e98f9

Browse files
committed
Auto-generated commit
1 parent 2f309ac commit e3e98f9

File tree

4 files changed

+33
-31
lines changed

4 files changed

+33
-31
lines changed

.github/.keepalive

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T05:49:14.929Z
1+
2024-09-01T06:15:42.021Z

CHANGELOG.md

+29-29
Original file line numberDiff line numberDiff line change
@@ -2,65 +2,65 @@
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-21)
2828

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

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

33-
<!-- /.contributors -->
33+
- [`9050a7e`](https://github.com/stdlib-js/stdlib/commit/9050a7e4d58e4b418e5076eb9ec9661a2e716681) - add `array/base/assert/is-complex-typed-array`
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+
- [`9050a7e`](https://github.com/stdlib-js/stdlib/commit/9050a7e4d58e4b418e5076eb9ec9661a2e716681) - **feat:** add `array/base/assert/is-complex-typed-array` _(by Athan Reines)_
4646

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

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

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

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

55-
</section>
55+
### Contributors
5656

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

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

61-
## 0.1.0 (2024-02-21)
61+
</section>
6262

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

6565
</section>
6666

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
@@ -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)