8000 Release v0.1.0 · stdlib-js/utils-async-group-by@91f7bba · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 91f7bba

Browse files
committed
Release v0.1.0
1 parent 0ff0cd1 commit 91f7bba

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

README.md

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

529-
[test-image]: https://github.com/stdlib-js/utils-async-group-by/actions/workflows/test.yml/badge.svg?branch=main
530-
[test-url]: https://github.com/stdlib-js/utils-async-group-by/actions/workflows/test.yml?query=branch:main
529+
[test-image]: https://github.com/stdlib-js/utils-async-group-by/actions/workflows/test.yml/badge.svg?branch=v0.1.0
530+
[test-url]: https://github.com/stdlib-js/utils-async-group-by/actions/workflows/test.yml?query=branch:v0.1.0
531531

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

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/utils-async-group-by",
3-
"version": "0.0.8",
3+
"version": "0.1.0",
44
"description": "Group values according to an indicator function.",
55
"license": "Apache-2.0",
66
"author": {
@@ -37,23 +37,23 @@
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",
50-
"@stdlib/utils-index-of": "^0.0.8",
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",
50+
"@stdlib/utils-index-of": "^0.1.0",
5151
"debug": "^2.6.9"
5252
},
5353
"devDependencies": {
54-
"@stdlib/bench": "^0.0.12",
55-
"@stdlib/fs-read-file": "^0.0.8",
56-
"@stdlib/utils-noop": "^0.0.14",
54+
"@stdlib/bench": "^0.1.0",
55+
"@stdlib/fs-read-file": "^0.1.0",
56+
"@stdlib/utils-noop": "^0.1.0",
5757
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5858
"istanbul": "^0.4.1",
5959
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"

0 commit comments

Comments
 (0)
0