From 29c25e4b87dd5f749c3b2739932e0ef189632e1c Mon Sep 17 00:00:00 2001 From: stdlib-bot <noreply@stdlib.io> Date: Wed, 17 Jul 2024 14:11:50 +0000 Subject: [PATCH] Release v0.1.0 --- CHANGELOG.md | 4 ++-- README.md | 4 ++-- package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62347a4..6c8b7ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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"> diff --git a/README.md b/README.md index 7f776c1..4904c48 100644 --- a/README.md +++ b/README.md @@ -222,8 +222,8 @@ Copyright © 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 diff --git a/package.json b/package.json index cea38fa..36ae187 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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",