Skip to content

Commit cb03233

Browse files
committed
Release v0.2.1
1 parent 630a792 commit cb03233

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
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
@@ -223,8 +223,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
223223
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-empty-like.svg
224224
[npm-url]: https://npmjs.org/package/@stdlib/array-empty-like
225225

226-
[test-image]: https://github.com/stdlib-js/array-empty-like/actions/workflows/test.yml/badge.svg?branch=main
227-
[test-url]: https://github.com/stdlib-js/array-empty-like/actions/workflows/test.yml?query=branch:main
226+
[test-image]: https://github.com/stdlib-js/array-empty-like/actions/workflows/test.yml/badge.svg?branch=v0.2.1
227+
[test-url]: https://github.com/stdlib-js/array-empty-like/actions/workflows/test.yml?query=branch:v0.2.1
228228

229229
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-empty-like/main.svg
230230
[coverage-url]: https://codecov.io/github/stdlib-js/array-empty-like?branch=main

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/array-empty-like",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Create an uninitialized array having the same length and data type as a provided array.",
55
"license": "Apache-2.0",
66
"author": {
@@ -37,15 +37,16 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/array-dtype": "^0.2.0",
41-
"@stdlib/array-empty": "^0.2.0",
40+
"@stdlib/array-dtype": "^0.2.1",
41+
"@stdlib/array-empty": "^0.2.1",
4242
"@stdlib/string-format": "^0.2.1",
43-
"@stdlib/types": "^0.3.2"
43+
"@stdlib/types": "^0.3.2",
44+
"@stdlib/error-tools-fmtprodmsg": "^0.2.1"
4445
},
4546
"devDependencies": {
4647
"@stdlib/array-complex128": "^0.2.0",
4748
"@stdlib/array-complex64": "^0.2.0",
48-
"@stdlib/array-dtypes": "^0.2.0",
49+
"@stdlib/array-dtypes": "^0.2.1",
4950
"@stdlib/array-float32": "^0.2.1",
5051
"@stdlib/array-float64": "^0.2.1",
5152
"@stdlib/array-int16": "^0.2.1",
@@ -58,13 +59,13 @@
5859
"@stdlib/array-zeros": "^0.2.0",
5960
"@stdlib/assert-instance-of": "^0.2.1",
6061
"@stdlib/assert-is-array": "^0.2.1",
61-
"@stdlib/assert-is-typed-array": "^0.2.0",
62-
"@stdlib/assert-is-typed-array-like": "^0.2.0",
63-
"@stdlib/math-base-special-pow": "^0.2.0",
62+
"@stdlib/assert-is-typed-array": "^0.2.1",
63+
"@stdlib/assert-is-typed-array-like": "^0.2.1",
64+
"@stdlib/math-base-special-pow": "^0.2.1",
6465
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6566
"istanbul": "^0.4.1",
6667
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
67-
"@stdlib/bench-harness": "^0.2.0"
68+
"@stdlib/bench-harness": "^0.2.1"
6869
},
6970
"engines": {
7071
"node": ">=0.10.0",

0 commit comments

Comments
 (0)