Skip to content

Commit fd9a41d

Browse files
committed
Release v0.1.0
1 parent a403910 commit fd9a41d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
209209
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-one-to-like.svg
210210
[npm-url]: https://npmjs.org/package/@stdlib/array-one-to-like
211211

212-
[test-image]: https://github.com/stdlib-js/array-one-to-like/actions/workflows/test.yml/badge.svg?branch=main
213-
[test-url]: https://github.com/stdlib-js/array-one-to-like/actions/workflows/test.yml?query=branch:main
212+
[test-image]: https://github.com/stdlib-js/array-one-to-like/actions/workflows/test.yml/badge.svg?branch=v0.1.0
213+
[test-url]: https://github.com/stdlib-js/array-one-to-like/actions/workflows/test.yml?query=branch:v0.1.0
214214

215215
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-one-to-like/main.svg
216216
[coverage-url]: https://codecov.io/github/stdlib-js/array-one-to-like?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-one-to-like",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.",
55
"license": "Apache-2.0",
66
"author": {
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@stdlib/array-dtype": "^0.1.0",
41-
"@stdlib/array-one-to": "github:stdlib-js/array-one-to#main",
41+
"@stdlib/array-one-to": "^0.1.0",
4242
"@stdlib/string-format": "^0.1.1",
4343
"@stdlib/types": "^0.2.0"
4444
},

0 commit comments

Comments
 (0)