Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 14, 2024
1 parent 990cce4 commit 96380dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -207,8 +207,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-safe-casts.svg
[npm-url]: https://npmjs.org/package/@stdlib/array-safe-casts

[test-image]: https://github.com/stdlib-js/array-safe-casts/actions/workflows/test.yml/badge.svg?branch=main
[test-url]: https://github.com/stdlib-js/array-safe-casts/actions/workflows/test.yml?query=branch:main
[test-image]: https://github.com/stdlib-js/array-safe-casts/actions/workflows/test.yml/badge.svg?branch=v0.2.0
[test-url]: https://github.com/stdlib-js/array-safe-casts/actions/workflows/test.yml?query=branch:v0.2.0

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-safe-casts/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/array-safe-casts?branch=main
Expand Down
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@stdlib/array-safe-casts",
"version": "0.1.0",
"version": "0.2.0",
"description": "Return a list of array data types to which a provided array data type can be safely cast.",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -38,17 +38,17 @@
},
"dependencies": {
"@stdlib/assert-has-own-property": "^0.1.1",
"@stdlib/strided-base-dtype-resolve-str": "^0.1.0",
"@stdlib/strided-base-dtype-resolve-str": "^0.2.0",
"@stdlib/types": "^0.3.1",
"@stdlib/utils-keys": "^0.1.0"
"@stdlib/utils-keys": "^0.2.0"
},
"devDependencies": {
"@stdlib/array-dtypes": "^0.1.0",
"@stdlib/assert-is-string-array": "^0.1.1",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
"@stdlib/bench-harness": "^0.1.2"
"@stdlib/bench-harness": "^0.2.0"
},
"engines": {
"node": ">=0.10.0",
Expand Down

0 comments on commit 96380dd

Please sign in to comment.