Skip to content

Commit 85345d4

Browse files
committed
Release v0.0.1
1 parent 4c5d603 commit 85345d4

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
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-12)
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 <pushpendrachandravanshi4@gmail.com>
6363
Raunak Kumar Gupta <raunakmodanwal321@gmail.com>
6464
Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
6565
Ricky Reusser <rsreusser@gmail.com>
66+
Ridam Garg <67867319+RidamGarg@users.noreply.github.com>
6667
Robert Gislason <gztown2216@yahoo.com>
6768
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
6869
Rutam <138517416+performant23@users.noreply.github.com>
@@ -75,7 +76,7 @@ Shraddheya Shendre <shendreshraddheya@gmail.com>
7576
Shubh Mehta <93862397+Shubh942@users.noreply.github.com>
7677
Shubham Mishra <shubh622005@gmail.com>
7778
Sivam Das <100067002+Sivam2313@users.noreply.github.com>
78-
Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com>
79+
Snehil Shah <snehilshah.989@gmail.com>
7980
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
8081
Spandan Barve <contact@marsian.dev>
8182
Stephannie Jiménez Gacha <steff456@hotmail.com>

README.md

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/array-base-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": {
@@ -40,7 +40,7 @@
4040
"@stdlib/types": "^0.3.2"
4141
},
4242
"devDependencies": {
43-
"@stdlib/array-bool": "github:stdlib-js/array-bool#main",
43+
"@stdlib/array-bool": "^0.0.1",
4444
"@stdlib/array-complex128": "^0.2.1",
4545
"@stdlib/array-complex64": "^0.2.1",
4646
"@stdlib/array-float32": "^0.2.1",

0 commit comments

Comments
 (0)