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 15, 2024
1 parent c3edf55 commit b6fae80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-assert-is-real-floating-point-data-type.svg
[npm-url]: https://npmjs.org/package/@stdlib/array-base-assert-is-real-floating-point-data-type

[test-image]: https://github.com/stdlib-js/array-base-assert-is-real-floating-point-data-type/actions/workflows/test.yml/badge.svg?branch=v0.1.0
[test-url]: https://github.com/stdlib-js/array-base-assert-is-real-floating-point-data-type/actions/workflows/test.yml?query=branch:v0.1.0
[test-image]: https://github.com/stdlib-js/array-base-assert-is-real-floating-point-data-type/actions/workflows/test.yml/badge.svg?branch=v0.2.0
[test-url]: https://github.com/stdlib-js/array-base-assert-is-real-floating-point-data-type/actions/workflows/test.yml?query=branch:v0.2.0

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-assert-is-real-floating-point-data-type/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-assert-is-real-floating-point-data-type?branch=main
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stdlib/array-base-assert-is-real-floating-point-data-type",
"version": "0.1.0",
"version": "0.2.0",
"description": "Test if an input value is a supported array real-valued floating-point data type.",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -37,15 +37,15 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/array-base-assert-contains": "^0.1.0",
"@stdlib/array-dtypes": "^0.1.0"
"@stdlib/array-base-assert-contains": "^0.2.0",
"@stdlib/array-dtypes": "^0.2.0"
},
"devDependencies": {
"@stdlib/assert-is-boolean": "^0.1.1",
"@stdlib/assert-is-boolean": "^0.2.0",
"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 b6fae80

Please sign in to comment.