Skip to content

Commit 48addb9

Browse files
committed
Release v0.2.0
1 parent 2e54146 commit 48addb9

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
197197
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-arraylike2object.svg
198198
[npm-url]: https://npmjs.org/package/@stdlib/array-base-arraylike2object
199199

200-
[test-image]: https://github.com/stdlib-js/array-base-arraylike2object/actions/workflows/test.yml/badge.svg?branch=main
201-
[test-url]: https://github.com/stdlib-js/array-base-arraylike2object/actions/workflows/test.yml?query=branch:main
200+
[test-image]: https://github.com/stdlib-js/array-base-arraylike2object/actions/workflows/test.yml/badge.svg?branch=v0.2.0
201+
[test-url]: https://github.com/stdlib-js/array-base-arraylike2object/actions/workflows/test.yml?query=branch:v0.2.0
202202

203203
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-arraylike2object/main.svg
204204
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-arraylike2object?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-arraylike2object",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Convert an array-like object to an object likely to have the same \"shape\".",
55
"license": "Apache-2.0",
66
"author": {
@@ -37,26 +37,26 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/array-base-accessor-getter": "^0.1.0",
41-
"@stdlib/array-base-accessor-setter": "^0.1.0",
42-
"@stdlib/array-base-assert-is-accessor-array": "^0.1.0",
43-
"@stdlib/array-base-getter": "^0.1.0",
44-
"@stdlib/array-base-setter": "^0.1.0",
45-
"@stdlib/array-dtype": "^0.1.0",
40+
"@stdlib/array-base-accessor-getter": "^0.2.0",
41+
"@stdlib/array-base-accessor-setter": "^0.2.0",
42+
"@stdlib/array-base-assert-is-accessor-array": "^0.2.0",
43+
"@stdlib/array-base-getter": "^0.2.0",
44+
"@stdlib/array-base-setter": "^0.2.0",
45+
"@stdlib/array-dtype": "^0.2.0",
4646
"@stdlib/types": "^0.3.1"
4747
},
4848
"devDependencies": {
49-
"@stdlib/array-base-zeros": "^0.1.1",
49+
"@stdlib/array-base-zeros": "^0.2.0",
5050
"@stdlib/array-complex64": "^0.1.0",
51-
"@stdlib/array-float64": "^0.1.1",
52-
"@stdlib/assert-is-collection": "^0.1.0",
53-
"@stdlib/complex-float32": "^0.1.1",
54-
"@stdlib/complex-imagf": "^0.1.1",
55-
"@stdlib/complex-realf": "^0.1.1",
51+
"@stdlib/array-float64": "^0.2.0",
52+
"@stdlib/assert-is-collection": "^0.2.0",
53+
"@stdlib/complex-float32": "^0.2.0",
54+
"@stdlib/complex-imagf": "^0.2.0",
55+
"@stdlib/complex-realf": "^0.2.0",
5656
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5757
"istanbul": "^0.4.1",
5858
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
59-
"@stdlib/bench-harness": "^0.1.2"
59+
"@stdlib/bench-harness": "^0.2.0"
6060
},
6161
"engines": {
6262
"node": ">=0.10.0",

0 commit comments

Comments
 (0)