File tree Expand file tree Collapse file tree 4 files changed +30
-30
lines changed Expand file tree Collapse file tree 4 files changed +30
-30
lines changed Original file line number Diff line number Diff line change
1
+ 2024-08-01T05:53:48.658Z
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
- - [ ` 7c36ea3 ` ] ( https://github.com/stdlib-js/stdlib/commit/7c36ea3437d16b7ce4fd86d76636b5a5d77d04c3 ) - add ` assert/is-booleanarray ` [ (#2299 )] ( https://github.com/stdlib-js/stdlib/pull/2299 )
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
- - [ ` 7c36ea3 ` ] ( https://github.com/stdlib-js/stdlib/commit/7c36ea3437d16b7ce4fd86d76636b5a5d77d04c3 ) - ** feat :** add ` assert/is-booleanarray ` [ ( # 2299 ) ] ( https://github.com/stdlib-js/stdlib/pull/2299 ) _ (by Jaysukh Makvana, Athan Reines)_
15
+ - [ ` 22c4d29 ` ] ( https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28 ) - ** docs :** remove blank line _ (by Athan Reines)_
36
16
37
17
</details >
38
18
@@ -44,10 +24,9 @@ No changes reported for this release.
44
24
45
25
### Contributors
46
26
47
- A total of 2 people contributed to this release. Thank you to the following contributors :
27
+ A total of 1 person contributed to this release. Thank you to this contributor :
48
28
49
29
- Athan Reines
50
- - Jaysukh Makvana
51
30
52
31
</section >
53
32
@@ -57,3 +36,23 @@ A total of 2 people contributed to this release. Thank you to the following cont
57
36
58
37
<!-- /.release -->
59
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 @@ -199,8 +199,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
199
199
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/assert-is-booleanarray.svg
200
200
[ npm-url ] : https://npmjs.org/package/@stdlib/assert-is-booleanarray
201
201
202
- [ test-image ] : https://github.com/stdlib-js/assert-is-booleanarray/actions/workflows/test.yml/badge.svg?branch=v0.0.2
203
- [ test-url ] : https://github.com/stdlib-js/assert-is-booleanarray/actions/workflows/test.yml?query=branch:v0.0.2
202
+ [ test-image ] : https://github.com/stdlib-js/assert-is-booleanarray/actions/workflows/test.yml/badge.svg?branch=main
203
+ [ test-url ] : https://github.com/stdlib-js/assert-is-booleanarray/actions/workflows/test.yml?query=branch:main
204
204
205
205
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/assert-is-booleanarray/main.svg
206
206
[ coverage-url ] : https://codecov.io/github/stdlib-js/assert-is-booleanarray?branch=main
Original file line number Diff line number Diff line change 37
37
"url" : " https://github.com/stdlib-js/stdlib/issues"
38
38
},
39
39
"dependencies" : {
40
- "@stdlib/array-bool" : " ^0.0.1 " ,
40
+ "@stdlib/array-bool" : " ^0.1.0 " ,
41
41
"@stdlib/types" : " ^0.3.2" ,
42
42
"@stdlib/utils-constructor-name" : " ^0.2.2"
43
43
},
44
44
"devDependencies" : {
45
- "@stdlib/array-complex128" : " ^0.2.1 " ,
46
- "@stdlib/array-complex64" : " ^0.2.1 " ,
45
+ "@stdlib/array-complex128" : " ^0.3.0 " ,
46
+ "@stdlib/array-complex64" : " ^0.3.0 " ,
47
47
"@stdlib/array-float32" : " ^0.2.2" ,
48
48
"@stdlib/array-float64" : " ^0.2.2" ,
49
49
"@stdlib/array-int16" : " ^0.2.2" ,
You can’t perform that action at this time.
0 commit comments