Skip to content

Commit 06bf8e5

Browse files
committed
Auto-generated commit
1 parent d083443 commit 06bf8e5

File tree

5 files changed

+28
-55
lines changed

5 files changed

+28
-55
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T03:08:51.245Z

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ docs/**/node_modules/
101101
pids
102102
*.pid
103103
*.seed
104+
yarn.lock
105+
package-lock.json
104106

105107
# Typescript #
106108
##############

CHANGELOG.md

Lines changed: 21 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.2.2">
6-
7-
## 0.2.2 (2024-07-28)
8-
9-
No changes reported for this release.
10-
11-
</section>
12-
13-
<!-- /.release -->
14-
15-
<section class="release" id="v0.2.1">
16-
17-
## 0.2.1 (2024-02-24)
18-
19-
No changes reported for this release.
20-
21-
</section>
22-
23-
<!-- /.release -->
24-
25-
<section class="release" id="v0.2.0">
5+
<section class="release" id="unreleased">
266

27-
## 0.2.0 (2024-02-14)
7+
## Unreleased (2024-08-01)
288

299
<section class="commits">
3010

3111
### Commits
3212

3313
<details>
3414

35-
- [`de93ae0`](https://github.com/stdlib-js/stdlib/commit/de93ae01f1d5e234696e02b9e778d3d71515f5b7) - **build:** remove tslint directives _(by Philipp Burckhardt)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
3616

3717
</details>
3818

@@ -46,7 +26,7 @@ No changes reported for this release.
4626

4727
A total of 1 person contributed to this release. Thank you to this contributor:
4828

49-
- Philipp Burckhardt
29+
- Athan Reines
5030

5131
</section>
5232

@@ -56,51 +36,41 @@ A total of 1 person contributed to this release. Thank you to this contributor:
5636

5737
<!-- /.release -->
5838

59-
<section class="release" id="v0.1.0">
60-
61-
## 0.1.0 (2023-09-23)
62-
63-
<section class="bug-fixes">
39+
<section class="release" id="v0.2.2">
6440

65-
### Bug Fixes
41+
## 0.2.2 (2024-07-28)
6642

67-
- [`21cddc4`](https://github.com/stdlib-js/stdlib/commit/21cddc47d6cde04976608ca363fb7b937d7f5fb5) - add missing `this` parameter
68-
- [`63445cd`](https://github.com/stdlib-js/stdlib/commit/63445cdacf11308b7cfcddc48cb40d4497d061e1) - set missing default type value
69-
- [`1185b24`](https://github.com/stdlib-js/stdlib/commit/1185b24060765164e1c5da1967c18d9f7a7b1e0f) - enhance type for `this` context
70-
- [`a5bc25a`](https://github.com/stdlib-js/stdlib/commit/a5bc25a773ba6af924107c8322acf3b8b9b3f21a) - update import path for `Collection` type definition
43+
No changes reported for this release.
7144

7245
</section>
7346

74-
<!-- /.bug-fixes -->
47+
<!-- /.release -->
7548

76-
<section class="commits">
49+
<section class="release" id="v0.2.1">
7750

78-
### Commits
51+
## 0.2.1 (2024-02-24)
7952

80-
<details>
53+
No changes reported for this release.
8154

82-
- [`21cddc4`](https://github.com/stdlib-js/stdlib/commit/21cddc47d6cde04976608ca363fb7b937d7f5fb5) - **fix:** add missing `this` parameter _(by Athan Reines)_
83-
- [`63445cd`](https://github.com/stdlib-js/stdlib/commit/63445cdacf11308b7cfcddc48cb40d4497d061e1) - **fix:** set missing default type value _(by Athan Reines)_
84-
- [`1185b24`](https://github.com/stdlib-js/stdlib/commit/1185b24060765164e1c5da1967c18d9f7a7b1e0f) - **fix:** enhance type for `this` context _(by Athan Reines)_
85-
- [`a5bc25a`](https://github.com/stdlib-js/stdlib/commit/a5bc25a773ba6af924107c8322acf3b8b9b3f21a) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
55+
</section>
8656

87-
</details>
57+
<!-- /.release -->
8858

89-
</section>
59+
<section class="release" id="v0.2.0">
9060

91-
<!-- /.commits -->
61+
## 0.2.0 (2024-02-14)
9262

93-
<section class="contributors">
63+
No changes reported for this release.
9464

95-
### Contributors
65+
</section>
9666

97-
A total of 1 person contributed to this release. Thank you to this contributor:
67+
<!-- /.release -->
9868

99-
- Athan Reines
69+
<section class="release" id="v0.1.0">
10070

101-
</section>
71+
## 0.1.0 (2023-09-23)
10272

103-
<!-- /.contributors -->
73+
No changes reported for this release.
10474

10575
</section>
10676

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
263263
[npm-image]: http://img.shields.io/npm/v/@stdlib/utils-count-by.svg
264264
[npm-url]: https://npmjs.org/package/@stdlib/utils-count-by
265265

266-
[test-image]: https://github.com/stdlib-js/utils-count-by/actions/workflows/test.yml/badge.svg?branch=v0.2.2
267-
[test-url]: https://github.com/stdlib-js/utils-count-by/actions/workflows/test.yml?query=branch:v0.2.2
266+
[test-image]: https://github.com/stdlib-js/utils-count-by/actions/workflows/test.yml/badge.svg?branch=main
267+
[test-url]: https://github.com/stdlib-js/utils-count-by/actions/workflows/test.yml?query=branch:main
268268

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@stdlib/assert-has-own-property": "^0.2.2",
41-
"@stdlib/assert-is-collection": "^0.2.1",
41+
"@stdlib/assert-is-collection": "^0.2.2",
4242
"@stdlib/assert-is-function": "^0.2.2",
4343
"@stdlib/assert-is-plain-object": "^0.2.2",
4444
"@stdlib/string-format": "^0.2.2",
@@ -53,7 +53,7 @@
5353
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5454
"istanbul": "^0.4.1",
5555
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
56-
"@stdlib/bench-harness": "^0.2.1"
56+
"@stdlib/bench-harness": "^0.2.2"
5757
},
5858
"engines": {
5959
"node": ">=0.10.0",

0 commit comments

Comments
 (0)