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 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- - [ ` 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)
288
299<section class =" commits " >
3010
3111### Commits
3212
3313<details >
3414
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 )_
3616
3717</details >
3818
@@ -46,7 +26,7 @@ No changes reported for this release.
4626
4727A total of 1 person contributed to this release. Thank you to this contributor:
4828
49- - Jaysukh Makvana
29+ - Athan Reines
5030
5131</section >
5232
@@ -56,3 +36,23 @@ A total of 1 person contributed to this release. Thank you to this contributor:
5636
5737<!-- /.release -->
5838
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].
212212[ npm-image ] : http://img.shields.io/npm/v/@stdlib/array-base-assert-is-booleanarray.svg
213213[ npm-url ] : https://npmjs.org/package/@stdlib/array-base-assert-is-booleanarray
214214
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
217217
218218[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/array-base-assert-is-booleanarray/main.svg
219219[ 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 4040 "@stdlib/types" : " ^0.3.2"
4141 },
4242 "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 " ,
4646 "@stdlib/array-float32" : " ^0.2.2" ,
4747 "@stdlib/array-float64" : " ^0.2.2" ,
4848 "@stdlib/array-int16" : " ^0.2.2" ,
You can’t perform that action at this time.
0 commit comments