From 4d3492dd1aa19e4ca5b0d2e3b592c27b3a92f5d3 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 25 Feb 2024 20:16:38 +0000 Subject: [PATCH] Release v0.2.1 --- CONTRIBUTORS | 5 +++++ README.md | 4 ++-- package.json | 14 +++++++------- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 726c1ec..72675ad 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,6 +2,7 @@ # # Contributors listed in alphabetical order. +Aditya Sapra <110766802+adityacodes30@users.noreply.github.com> Ali Salesi Amit Jimiwal Athan Reines @@ -13,6 +14,7 @@ Daniel Killenberger Dominik Moritz Dorrin Sotoudeh Frank Kovacs +GUNJ JOSHI Harshita Kalani James Gelok Jaysukh Makvana @@ -21,6 +23,7 @@ Joey Reed Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com> Joris Labie Justin Dennison +Karthik Prakash <116057817+skoriop@users.noreply.github.com> Marcus Fantham Matt Cochrane Milan Raj @@ -29,6 +32,7 @@ Naresh Jagadeesan Nithin Katta <88046362+nithinkatta@users.noreply.github.com> Ognjen Jevremović Philipp Burckhardt +Prajwal Kulkarni Pranav Goswami Ricky Reusser Robert Gislason @@ -36,6 +40,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com> Ryan Seal Seyyed Parsa Neshaei Shraddheya Shendre +Spandan Barve <114365550+marsian83@users.noreply.github.com> Stephannie Jiménez Gacha Yernar Yergaziyev orimiles5 <97595296+orimiles5@users.noreply.github.com> diff --git a/README.md b/README.md index bbc5263..b316676 100644 --- a/README.md +++ b/README.md @@ -197,8 +197,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-slice.svg [npm-url]: https://npmjs.org/package/@stdlib/array-base-slice -[test-image]: https://github.com/stdlib-js/array-base-slice/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/array-base-slice/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/array-base-slice/actions/workflows/test.yml/badge.svg?branch=v0.2.1 +[test-url]: https://github.com/stdlib-js/array-base-slice/actions/workflows/test.yml?query=branch:v0.2.1 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-slice/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/array-base-slice?branch=main diff --git a/package.json b/package.json index 658b495..e28fd3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/array-base-slice", - "version": "0.2.0", + "version": "0.2.1", "description": "Return a shallow copy of a portion of an array.", "license": "Apache-2.0", "author": { @@ -37,23 +37,23 @@ "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { - "@stdlib/array-base-arraylike2object": "^0.2.0", + "@stdlib/array-base-arraylike2object": "^0.2.1", "@stdlib/types": "^0.3.2" }, "devDependencies": { "@stdlib/array-base-accessor": "^0.2.0", - "@stdlib/array-base-ones": "^0.2.0", + "@stdlib/array-base-ones": "^0.2.1", "@stdlib/array-base-zero-to": "^0.2.0", - "@stdlib/array-float64": "^0.2.0", - "@stdlib/array-int32": "^0.2.0", + "@stdlib/array-float64": "^0.2.1", + "@stdlib/array-int32": "^0.2.1", "@stdlib/assert-is-array": "^0.2.1", "@stdlib/assert-is-float64array": "^0.2.1", "@stdlib/assert-is-int32array": "^0.2.1", - "@stdlib/math-base-special-pow": "^0.2.0", + "@stdlib/math-base-special-pow": "^0.2.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.2.0" + "@stdlib/bench-harness": "^0.2.1" }, "engines": { "node": ">=0.10.0",