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 22
33> Package changelog.
44
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 " >
106
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)
288
299<section class =" commits " >
3010
3111### Commits
3212
3313<details >
3414
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)_
3616
3717</details >
3818
@@ -44,10 +24,9 @@ No changes reported for this release.
4424
4525### Contributors
4626
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 :
4828
4929- Athan Reines
50- - Jaysukh Makvana
5130
5231</section >
5332
@@ -57,3 +36,23 @@ A total of 2 people contributed to this release. Thank you to the following cont
5736
5837<!-- /.release -->
5938
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].
199199[ npm-image ] : http://img.shields.io/npm/v/@stdlib/assert-is-booleanarray.svg
200200[ npm-url ] : https://npmjs.org/package/@stdlib/assert-is-booleanarray
201201
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
204204
205205[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/assert-is-booleanarray/main.svg
206206[ coverage-url ] : https://codecov.io/github/stdlib-js/assert-is-booleanarray?branch=main
Original file line number Diff line number Diff line change 3737 "url" : " https://github.com/stdlib-js/stdlib/issues"
3838 },
3939 "dependencies" : {
40- "@stdlib/array-bool" : " ^0.0.1 " ,
40+ "@stdlib/array-bool" : " ^0.1.0 " ,
4141 "@stdlib/types" : " ^0.3.2" ,
4242 "@stdlib/utils-constructor-name" : " ^0.2.2"
4343 },
4444 "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 " ,
4747 "@stdlib/array-float32" : " ^0.2.2" ,
4848 "@stdlib/array-float64" : " ^0.2.2" ,
4949 "@stdlib/array-int16" : " ^0.2.2" ,
You can’t perform that action at this time.
0 commit comments