Skip to content

Commit bfb842d

Browse files
committed
Release v0.1.1
1 parent de727d2 commit bfb842d

File tree

3 files changed

+21
-16
lines changed

3 files changed

+21
-16
lines changed

CONTRIBUTORS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aditya Sapra <[email protected]>
56
Ali Salesi <[email protected]>
67
Amit Jimiwal <[email protected]>
78
Athan Reines <[email protected]>
@@ -13,6 +14,7 @@ Daniel Killenberger <[email protected]>
1314
Dominik Moritz <[email protected]>
1415
Dorrin Sotoudeh <[email protected]>
1516
Frank Kovacs <[email protected]>
17+
GUNJ JOSHI <[email protected]>
1618
Harshita Kalani <[email protected]>
1719
James Gelok <[email protected]>
1820
Jaysukh Makvana <[email protected]>
@@ -21,6 +23,7 @@ Joey Reed <[email protected]>
2123
Jordan Gallivan <[email protected]>
2224
Joris Labie <[email protected]>
2325
Justin Dennison <[email protected]>
26+
Karthik Prakash <[email protected]>
2427
Marcus Fantham <[email protected]>
2528
Matt Cochrane <[email protected]>
2629
Milan Raj <[email protected]>
@@ -29,13 +32,15 @@ Naresh Jagadeesan <[email protected]>
2932
Nithin Katta <[email protected]>
3033
Ognjen Jevremović <[email protected]>
3134
Philipp Burckhardt <[email protected]>
35+
Prajwal Kulkarni <[email protected]>
3236
Pranav Goswami <[email protected]>
3337
Ricky Reusser <[email protected]>
3438
Robert Gislason <[email protected]>
3539
Roman Stetsyk <[email protected]>
3640
Ryan Seal <[email protected]>
3741
Seyyed Parsa Neshaei <[email protected]>
3842
Shraddheya Shendre <[email protected]>
43+
Spandan Barve <[email protected]>
3944
Stephannie Jiménez Gacha <[email protected]>
4045
Yernar Yergaziyev <[email protected]>
4146
orimiles5 <[email protected]>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
208208
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-assert-is-complex-typed-array.svg
209209
[npm-url]: https://npmjs.org/package/@stdlib/array-base-assert-is-complex-typed-array
210210

211-
[test-image]: https://github.com/stdlib-js/array-base-assert-is-complex-typed-array/actions/workflows/test.yml/badge.svg?branch=v0.1.0
212-
[test-url]: https://github.com/stdlib-js/array-base-assert-is-complex-typed-array/actions/workflows/test.yml?query=branch:v0.1.0
211+
[test-image]: https://github.com/stdlib-js/array-base-assert-is-complex-typed-array/actions/workflows/test.yml/badge.svg?branch=v0.1.1
212+
[test-url]: https://github.com/stdlib-js/array-base-assert-is-complex-typed-array/actions/workflows/test.yml?query=branch:v0.1.1
213213

214214
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-assert-is-complex-typed-array/main.svg
215215
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-assert-is-complex-typed-array?branch=main

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/array-base-assert-is-complex-typed-array",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Test if a value is a complex typed array.",
55
"license": "Apache-2.0",
66
"author": {
@@ -42,22 +42,22 @@
4242
"devDependencies": {
4343
"@stdlib/array-complex128": "^0.2.0",
4444
"@stdlib/array-complex64": "^0.2.0",
45-
"@stdlib/array-float32": "^0.2.0",
46-
"@stdlib/array-float64": "^0.2.0",
47-
"@stdlib/array-int16": "^0.2.0",
48-
"@stdlib/array-int32": "^0.2.0",
49-
"@stdlib/array-int8": "^0.2.0",
50-
"@stdlib/array-uint16": "^0.2.0",
51-
"@stdlib/array-uint32": "^0.2.0",
52-
"@stdlib/array-uint8": "^0.2.0",
53-
"@stdlib/array-uint8c": "^0.2.0",
54-
"@stdlib/assert-is-boolean": "^0.2.0",
55-
"@stdlib/buffer-alloc-unsafe": "^0.2.0",
56-
"@stdlib/utils-constructor-name": "^0.2.0",
45+
"@stdlib/array-float32": "^0.2.1",
46+
"@stdlib/array-float64": "^0.2.1",
47+
"@stdlib/array-int16": "^0.2.1",
48+
"@stdlib/array-int32": "^0.2.1",
49+
"@stdlib/array-int8": "^0.2.1",
50+
"@stdlib/array-uint16": "^0.2.1",
51+
"@stdlib/array-uint32": "^0.2.1",
52+
"@stdlib/array-uint8": "^0.2.1",
53+
"@stdlib/array-uint8c": "^0.2.1",
54+
"@stdlib/assert-is-boolean": "^0.2.1",
55+
"@stdlib/buffer-alloc-unsafe": "^0.2.1",
56+
"@stdlib/utils-constructor-name": "^0.2.1",
5757
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5858
"istanbul": "^0.4.1",
5959
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
60-
"@stdlib/bench-harness": "^0.2.0"
60+
"@stdlib/bench-harness": "^0.2.1"
6161
},
6262
"engines": {
6363
"node": ">=0.10.0",

0 commit comments

Comments
 (0)