From 99873f26479ce5611cfbab29bdd30561e2f0b322 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sat, 23 Sep 2023 15:39:13 +0000 Subject: [PATCH] Release v0.1.0 --- README.md | 4 ++-- package.json | 28 ++++++++++++++-------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 9064ec4..12fde74 100644 --- a/README.md +++ b/README.md @@ -463,8 +463,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/utils-async-any-by.svg [npm-url]: https://npmjs.org/package/@stdlib/utils-async-any-by -[test-image]: https://github.com/stdlib-js/utils-async-any-by/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/utils-async-any-by/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/utils-async-any-by/actions/workflows/test.yml/badge.svg?branch=v0.1.0 +[test-url]: https://github.com/stdlib-js/utils-async-any-by/actions/workflows/test.yml?query=branch:v0.1.0 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-async-any-by/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/utils-async-any-by?branch=main diff --git a/package.json b/package.json index f0fb276..84c7d29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/utils-async-any-by", - "version": "0.0.8", + "version": "0.1.0", "description": "Test whether at least one element in a collection passes a test implemented by a predicate function.", "license": "Apache-2.0", "author": { @@ -37,22 +37,22 @@ "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { - "@stdlib/assert-has-own-property": "^0.0.7", - "@stdlib/assert-is-boolean": "^0.0.8", - "@stdlib/assert-is-collection": "^0.0.8", - "@stdlib/assert-is-function": "^0.0.8", - "@stdlib/assert-is-plain-object": "^0.0.7", - "@stdlib/assert-is-positive-integer": "^0.0.7", - "@stdlib/constants-float64-pinf": "^0.0.8", - "@stdlib/string-format": "^0.0.3", - "@stdlib/types": "^0.0.14", - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.7", + "@stdlib/assert-has-own-property": "^0.1.0", + "@stdlib/assert-is-boolean": "^0.1.0", + "@stdlib/assert-is-collection": "^0.1.0", + "@stdlib/assert-is-function": "^0.1.0", + "@stdlib/assert-is-plain-object": "^0.1.0", + "@stdlib/assert-is-positive-integer": "^0.1.0", + "@stdlib/constants-float64-pinf": "^0.1.0", + "@stdlib/string-format": "^0.1.0", + "@stdlib/types": "^0.1.0", + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0", "debug": "^2.6.9" }, "devDependencies": { - "@stdlib/bench": "^0.0.12", - "@stdlib/fs-read-file": "^0.0.8", - "@stdlib/utils-noop": "^0.0.14", + "@stdlib/bench": "^0.1.0", + "@stdlib/fs-read-file": "^0.1.0", + "@stdlib/utils-noop": "^0.1.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"