Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Oct 4, 2023
1 parent 983ba69 commit d3a43d9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/blas-base-scopy.svg
[npm-url]: https://npmjs.org/package/@stdlib/blas-base-scopy

[test-image]: https://github.com/stdlib-js/blas-base-scopy/actions/workflows/test.yml/badge.svg?branch=main
[test-url]: https://github.com/stdlib-js/blas-base-scopy/actions/workflows/test.yml?query=branch:main
[test-image]: https://github.com/stdlib-js/blas-base-scopy/actions/workflows/test.yml/badge.svg?branch=v0.1.1
[test-url]: https://github.com/stdlib-js/blas-base-scopy/actions/workflows/test.yml?query=branch:v0.1.1

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/blas-base-scopy/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/blas-base-scopy?branch=main
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stdlib/blas-base-scopy",
"version": "0.1.0",
"version": "0.1.1",
"description": "Copy values from x into y.",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -41,14 +41,14 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-is-error": "^0.1.0",
"@stdlib/napi-argv": "^0.1.0",
"@stdlib/napi-argv-int64": "^0.1.0",
"@stdlib/napi-argv-strided-float32array": "^0.1.0",
"@stdlib/napi-export": "^0.1.0",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0",
"@stdlib/utils-library-manifest": "^0.1.0",
"@stdlib/utils-try-require": "^0.1.0"
"@stdlib/assert-is-error": "^0.1.1",
"@stdlib/napi-argv": "^0.1.1",
"@stdlib/napi-argv-int64": "^0.1.1",
"@stdlib/napi-argv-strided-float32array": "^0.1.1",
"@stdlib/napi-export": "^0.1.1",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1",
"@stdlib/utils-library-manifest": "^0.1.1",
"@stdlib/utils-try-require": "^0.1.1"
},
"devDependencies": {
"@stdlib/array-filled-by": "^0.1.0",
Expand All @@ -59,8 +59,8 @@
"@stdlib/math-base-special-pow": "^0.1.0",
"@stdlib/random-base-discrete-uniform": "^0.1.0",
"@stdlib/random-base-uniform": "^0.1.0",
"@stdlib/strided-base-min-view-buffer-index": "^0.1.0",
"@stdlib/strided-base-offset-view": "^0.1.0",
"@stdlib/strided-base-min-view-buffer-index": "^0.1.1",
"@stdlib/strided-base-offset-view": "^0.1.1",
"proxyquire": "^2.0.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
Expand Down

0 comments on commit d3a43d9

Please sign in to comment.