File tree 4 files changed +34
-33
lines changed
4 files changed +34
-33
lines changed Original file line number Diff line number Diff line change
1
+ 2024-08-01T05:49:14.929Z
Original file line number Diff line number Diff line change 2
2
3
3
> Package changelog.
4
4
5
- <section class =" release " id =" v0.1.2 " >
6
-
7
- ## 0.1.2 (2024-07-29)
5
+ <section class =" release " id =" unreleased " >
8
6
9
- No changes reported for this release.
7
+ ## Unreleased (2024-08-01)
10
8
11
- </ section >
9
+ <section class = " commits " >
12
10
13
- <!-- /.release -->
11
+ ### Commits
14
12
15
- <section class = " release " id = " v0.1.1 " >
13
+ <details >
16
14
17
- ## 0.1.1 (2024-02-25)
15
+ - [ ` 22c4d29 ` ] ( https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28 ) - ** docs: ** remove blank line _ (by Athan Reines) _
18
16
19
- No changes reported for this release.
17
+ </ details >
20
18
21
19
</section >
22
20
23
- <!-- /.release -->
24
-
25
- <section class =" release " id =" v0.1.0 " >
21
+ <!-- /.commits -->
26
22
27
- ## 0.1.0 (2024-02-21)
23
+ < section class = " contributors " >
28
24
29
- < section class = " features " >
25
+ ### Contributors
30
26
31
- ### Features
27
+ A total of 1 person contributed to this release. Thank you to this contributor:
32
28
33
- - [ ` 9050a7e ` ] ( https://github.com/stdlib-js/stdlib/commit/9050a7e4d58e4b418e5076eb9ec9661a2e716681 ) - add ` array/base/assert/is-complex-typed-array `
29
+ - Athan Reines
34
30
35
31
</section >
36
32
37
- <!-- /.features -->
33
+ <!-- /.contributors -->
38
34
39
- <section class = " commits " >
35
+ </ section >
40
36
41
- ### Commits
37
+ <!-- /.release -->
42
38
43
- <details >
39
+ <section class = " release " id = " v0.1.2 " >
44
40
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)
46
42
47
- </ details >
43
+ No changes reported for this release.
48
44
49
45
</section >
50
46
51
- <!-- /.commits -->
52
-
53
- <section class =" contributors " >
47
+ <!-- /.release -->
54
48
55
- ### Contributors
49
+ < section class = " release " id = " v0.1.1 " >
56
50
57
- A total of 1 person contributed to this release. Thank you to this contributor:
51
+ ## 0.1.1 (2024-02-25)
58
52
59
- - Athan Reines
53
+ No changes reported for this release.
60
54
61
55
</section >
62
56
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.
64
64
65
65
</section >
66
66
Original file line number Diff line number Diff line change @@ -208,8 +208,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
208
208
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/array-base-assert-is-complex-typed-array.svg
209
209
[ npm-url ] : https://npmjs.org/package/@stdlib/array-base-assert-is-complex-typed-array
210
210
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
213
213
214
214
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/array-base-assert-is-complex-typed-array/main.svg
215
215
[ coverage-url ] : https://codecov.io/github/stdlib-js/array-base-assert-is-complex-typed-array?branch=main
Original file line number Diff line number Diff line change 40
40
"@stdlib/types" : " ^0.3.2"
41
41
},
42
42
"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 " ,
45
45
"@stdlib/array-float32" : " ^0.2.2" ,
46
46
"@stdlib/array-float64" : " ^0.2.2" ,
47
47
"@stdlib/array-int16" : " ^0.2.2" ,
You can’t perform that action at this time.
0 commit comments