Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jul 17, 2024
1 parent 2dd324c commit 29c25e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

> Package changelog.
<section class="release" id="unreleased">
<section class="release" id="v0.1.0">

## Unreleased (2024-07-17)
## 0.1.0 (2024-07-17)

<section class="features">

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-place.svg
[npm-url]: https://npmjs.org/package/@stdlib/array-place

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

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-place/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/array-place?branch=main
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stdlib/array-place",
"version": "0.0.0",
"version": "0.1.0",
"description": "Replace elements of an array with provided values according to a provided mask array.",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"@stdlib/array-base-assert-is-complex-floating-point-data-type": "^0.2.1",
"@stdlib/array-base-assert-is-mostly-safe-data-type-cast": "^0.2.1",
"@stdlib/array-base-assert-is-real-data-type": "^0.2.1",
"@stdlib/array-base-place": "github:stdlib-js/array-base-place#main",
"@stdlib/array-base-place": "^0.1.0",
"@stdlib/array-convert": "^0.2.1",
"@stdlib/array-dtype": "^0.2.1",
"@stdlib/assert-has-own-property": "^0.2.1",
Expand Down

0 comments on commit 29c25e4

Please sign in to comment.