File tree Expand file tree Collapse file tree 4 files changed +30
-29
lines changed Expand file tree Collapse file tree 4 files changed +30
-29
lines changed Original file line number Diff line number Diff line change
1
+ 2024-08-01T05:49:20.296Z
Original file line number Diff line number Diff line change 2
2
3
3
> Package changelog.
4
4
5
- <section class =" release " id =" v0.0.2 " >
6
-
7
- ## 0.0.2 (2024-07-29)
8
-
9
- No changes reported for this release.
5
+ <section class =" release " id =" unreleased " >
10
6
11
- </section >
12
-
13
- <!-- /.release -->
14
-
15
- <section class =" release " id =" v0.0.1 " >
16
-
17
- ## 0.0.1 (2024-06-19)
18
-
19
- <section class =" features " >
20
-
21
- ### Features
22
-
23
- - [ ` ce961d9 ` ] ( https://github.com/stdlib-js/stdlib/commit/ce961d921bc120e3c45c3df1381793072febf721 ) - add ` array/base/assert/is-booleanarray ` [ (#2357 )] ( https://github.com/stdlib-js/stdlib/pull/2357 )
24
-
25
- </section >
26
-
27
- <!-- /.features -->
7
+ ## Unreleased (2024-08-01)
28
8
29
9
<section class =" commits " >
30
10
31
11
### Commits
32
12
33
13
<details >
34
14
35
- - [ ` ce961d9 ` ] ( https://github.com/stdlib-js/stdlib/commit/ce961d921bc120e3c45c3df1381793072febf721 ) - ** feat :** add ` array/base/assert/is-booleanarray ` [ ( # 2357 ) ] ( https://github.com/stdlib-js/stdlib/pull/2357 ) _ (by Jaysukh Makvana )_
15
+ - [ ` 22c4d29 ` ] ( https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28 ) - ** docs :** remove blank line _ (by Athan Reines )_
36
16
37
17
</details >
38
18
@@ -46,7 +26,7 @@ No changes reported for this release.
46
26
47
27
A total of 1 person contributed to this release. Thank you to this contributor:
48
28
49
- - Jaysukh Makvana
29
+ - Athan Reines
50
30
51
31
</section >
52
32
@@ -56,3 +36,23 @@ A total of 1 person contributed to this release. Thank you to this contributor:
56
36
57
37
<!-- /.release -->
58
38
39
+ <section class =" release " id =" v0.0.2 " >
40
+
41
+ ## 0.0.2 (2024-07-29)
42
+
43
+ No changes reported for this release.
44
+
45
+ </section >
46
+
47
+ <!-- /.release -->
48
+
49
+ <section class =" release " id =" v0.0.1 " >
50
+
51
+ ## 0.0.1 (2024-06-19)
52
+
53
+ No changes reported for this release.
54
+
55
+ </section >
56
+
57
+ <!-- /.release -->
58
+
Original file line number Diff line number Diff line change @@ -212,8 +212,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
212
212
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/array-base-assert-is-booleanarray.svg
213
213
[ npm-url ] : https://npmjs.org/package/@stdlib/array-base-assert-is-booleanarray
214
214
215
- [ test-image ] : https://github.com/stdlib-js/array-base-assert-is-booleanarray/actions/workflows/test.yml/badge.svg?branch=v0.0.2
216
- [ test-url ] : https://github.com/stdlib-js/array-base-assert-is-booleanarray/actions/workflows/test.yml?query=branch:v0.0.2
215
+ [ test-image ] : https://github.com/stdlib-js/array-base-assert-is-booleanarray/actions/workflows/test.yml/badge.svg?branch=main
216
+ [ test-url ] : https://github.com/stdlib-js/array-base-assert-is-booleanarray/actions/workflows/test.yml?query=branch:main
217
217
218
218
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/array-base-assert-is-booleanarray/main.svg
219
219
[ coverage-url ] : https://codecov.io/github/stdlib-js/array-base-assert-is-booleanarray?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-bool" : " ^0.0.1 " ,
44
- "@stdlib/array-complex128" : " ^0.2.1 " ,
45
- "@stdlib/array-complex64" : " ^0.2.1 " ,
43
+ "@stdlib/array-bool" : " ^0.1.0 " ,
44
+ "@stdlib/array-complex128" : " ^0.3.0 " ,
45
+ "@stdlib/array-complex64" : " ^0.3.0 " ,
46
46
"@stdlib/array-float32" : " ^0.2.2" ,
47
47
"@stdlib/array-float64" : " ^0.2.2" ,
48
48
"@stdlib/array-int16" : " ^0.2.2" ,
You can’t perform that action at this time.
0 commit comments