Skip to content

Commit 650313e

Browse files
committed
Release v0.0.1
1 parent 59ea515 commit 650313e

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.0.1">
66

7-
## Unreleased (2024-06-05)
7+
## 0.0.1 (2024-06-19)
88

99
<section class="features">
1010

CONTRIBUTORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Pushpendra Chandravanshi <[email protected]>
6363
Raunak Kumar Gupta <[email protected]>
6464
Rejoan Sardar <[email protected]>
6565
Ricky Reusser <[email protected]>
66+
Ridam Garg <[email protected]>
6667
Robert Gislason <[email protected]>
6768
Roman Stetsyk <[email protected]>
6869
@@ -75,7 +76,7 @@ Shraddheya Shendre <[email protected]>
7576
Shubh Mehta <[email protected]>
7677
Shubham Mishra <[email protected]>
7778
Sivam Das <[email protected]>
78-
Snehil Shah <[email protected].com>
79+
Snehil Shah <snehilshah.989@gmail.com>
7980
Soumajit Chatterjee <[email protected]>
8081
Spandan Barve <[email protected]>
8182
Stephannie Jiménez Gacha <[email protected]>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ Copyright &copy; 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=main
203-
[test-url]: https://github.com/stdlib-js/assert-is-booleanarray/actions/workflows/test.yml?query=branch:main
202+
[test-image]: https://github.com/stdlib-js/assert-is-booleanarray/actions/workflows/test.yml/badge.svg?branch=v0.0.1
203+
[test-url]: https://github.com/stdlib-js/assert-is-booleanarray/actions/workflows/test.yml?query=branch:v0.0.1
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/assert-is-booleanarray",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Test if a value is a BooleanArray.",
55
"license": "Apache-2.0",
66
"author": {

0 commit comments

Comments
 (0)