Skip to content

Commit 2f309ac

Browse files
committed
Auto-generated commit
1 parent 89cef6f commit 2f309ac

File tree

4 files changed

+34
-33
lines changed

4 files changed

+34
-33
lines changed

.github/.keepalive

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T05:49:14.929Z

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="v0.1.2">
6-
7-
## 0.1.2 (2024-07-29)
5+
<section class="release" id="unreleased">
86

9-
No changes reported for this release.
7+
## Unreleased (2024-08-01)
108

11-
</section>
9+
<section class="commits">
1210

13-
<!-- /.release -->
11+
### Commits
1412

15-
<section class="release" id="v0.1.1">
13+
<details>
1614

17-
## 0.1.1 (2024-02-25)
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1816

19-
No changes reported for this release.
17+
</details>
2018

2119
</section>
2220

23-
<!-- /.release -->
24-
25-
<section class="release" id="v0.1.0">
21+
<!-- /.commits -->
2622

27-
## 0.1.0 (2024-02-21)
23+
<section class="contributors">
2824

29-
<section class="features">
25+
### Contributors
3026

31-
### Features
27+
A total of 1 person contributed to this release. Thank you to this contributor:
3228

33-
- [`9050a7e`](https://github.com/stdlib-js/stdlib/commit/9050a7e4d58e4b418e5076eb9ec9661a2e716681) - add `array/base/assert/is-complex-typed-array`
29+
- Athan Reines
3430

3531
</section>
3632

37-
<!-- /.features -->
33+
<!-- /.contributors -->
3834

39-
<section class="commits">
35+
</section>
4036

41-
### Commits
37+
<!-- /.release -->
4238

43-
<details>
39+
<section class="release" id="v0.1.2">
4440

45-
- [`9050a7e`](https://github.com/stdlib-js/stdlib/commit/9050a7e4d58e4b418e5076eb9ec9661a2e716681) - **feat:** add `array/base/assert/is-complex-typed-array` _(by Athan Reines)_
41+
## 0.1.2 (2024-07-29)
4642

47-
</details>
43+
No changes reported for this release.
4844

4945
</section>
5046

51-
<!-- /.commits -->
52-
53-
<section class="contributors">
47+
<!-- /.release -->
5448

55-
### Contributors
49+
<section class="release" id="v0.1.1">
5650

57-
A total of 1 person contributed to this release. Thank you to this contributor:
51+
## 0.1.1 (2024-02-25)
5852

59-
- Athan Reines
53+
No changes reported for this release.
6054

6155
</section>
6256

63-
<!-- /.contributors -->
57+
<!-- /.release -->
58+
59+
<section class="release" id="v0.1.0">
60+
61+
## 0.1.0 (2024-02-21)
62+
63+
No changes reported for this release.
6464

6565
</section>
6666

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
208208
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-assert-is-complex-typed-array.svg
209209
[npm-url]: https://npmjs.org/package/@stdlib/array-base-assert-is-complex-typed-array
210210

211-
[test-image]: https://github.com/stdlib-js/array-base-assert-is-complex-typed-array/actions/workflows/test.yml/badge.svg?branch=v0.1.2
212-
[test-url]: https://github.com/stdlib-js/array-base-assert-is-complex-typed-array/actions/workflows/test.yml?query=branch:v0.1.2
211+
[test-image]: https://github.com/stdlib-js/array-base-assert-is-complex-typed-array/actions/workflows/test.yml/badge.svg?branch=main
212+
[test-url]: https://github.com/stdlib-js/array-base-assert-is-complex-typed-array/actions/workflows/test.yml?query=branch:main
213213

214214
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-assert-is-complex-typed-array/main.svg
215215
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-assert-is-complex-typed-array?branch=main

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"@stdlib/types": "^0.3.2"
4141
},
4242
"devDependencies": {
43-
"@stdlib/array-complex128": "^0.2.1",
44-
"@stdlib/array-complex64": "^0.2.1",
43+
"@stdlib/array-complex128": "^0.3.0",
44+
"@stdlib/array-complex64": "^0.3.0",
4545
"@stdlib/array-float32": "^0.2.2",
4646
"@stdlib/array-float64": "^0.2.2",
4747
"@stdlib/array-int16": "^0.2.2",

0 commit comments

Comments
 (0)