Skip to content

Commit 290d894

Browse files
committed
Release v0.1.0
1 parent 18daa6c commit 290d894

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
461461
[npm-image]: http://img.shields.io/npm/v/@stdlib/utils-async-count-by.svg
462462
[npm-url]: https://npmjs.org/package/@stdlib/utils-async-count-by
463463

464-
[test-image]: https://github.com/stdlib-js/utils-async-count-by/actions/workflows/test.yml/badge.svg?branch=main
465-
[test-url]: https://github.com/stdlib-js/utils-async-count-by/actions/workflows/test.yml?query=branch:main
464+
[test-image]: https://github.com/stdlib-js/utils-async-count-by/actions/workflows/test.yml/badge.svg?branch=v0.1.0
465+
[test-url]: https://github.com/stdlib-js/utils-async-count-by/actions/workflows/test.yml?query=branch:v0.1.0
466466

467467
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-async-count-by/main.svg
468468
[coverage-url]: https://codecov.io/github/stdlib-js/utils-async-count-by?branch=main

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/utils-async-count-by",
3-
"version": "0.0.8",
3+
"version": "0.1.0",
44
"description": "Group values according to an indicator function and return group counts.",
55
"license": "Apache-2.0",
66
"author": {
@@ -37,22 +37,22 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/assert-has-own-property": "^0.0.7",
41-
"@stdlib/assert-is-boolean": "^0.0.8",
42-
"@stdlib/assert-is-collection": "^0.0.8",
43-
"@stdlib/assert-is-function": "^0.0.8",
44-
"@stdlib/assert-is-plain-object": "^0.0.7",
45-
"@stdlib/assert-is-positive-integer": "^0.0.7",
46-
"@stdlib/constants-float64-pinf": "^0.0.8",
47-
"@stdlib/string-format": "^0.0.3",
48-
"@stdlib/types": "^0.0.14",
49-
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.7",
40+
"@stdlib/assert-has-own-property": "^0.1.0",
41+
"@stdlib/assert-is-boolean": "^0.1.0",
42+
"@stdlib/assert-is-collection": "^0.1.0",
43+
"@stdlib/assert-is-function": "^0.1.0",
44+
"@stdlib/assert-is-plain-object": "^0.1.0",
45+
"@stdlib/assert-is-positive-integer": "^0.1.0",
46+
"@stdlib/constants-float64-pinf": "^0.1.0",
47+
"@stdlib/string-format": "^0.1.0",
48+
"@stdlib/types": "^0.1.0",
49+
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0",
5050
"debug": "^2.6.9"
5151
},
5252
"devDependencies": {
53-
"@stdlib/bench": "^0.0.12",
54-
"@stdlib/fs-read-file": "^0.0.8",
55-
"@stdlib/utils-noop": "^0.0.14",
53+
"@stdlib/bench": "^0.1.0",
54+
"@stdlib/fs-read-file": "^0.1.0",
55+
"@stdlib/utils-noop": "^0.1.0",
5656
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5757
"istanbul": "^0.4.1",
5858
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"

0 commit comments

Comments
 (0)