Skip to content

Commit 64be0e5

Browse files
committed
Auto-generated commit
1 parent 6d96ec1 commit 64be0e5

File tree

4 files changed

+25
-49
lines changed

4 files changed

+25
-49
lines changed

.github/.keepalive

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

CHANGELOG.md

Lines changed: 20 additions & 45 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-29)
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-25)
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-15)
7+
## Unreleased (2024-08-01)
288

299
<section class="commits">
3010

3111
### Commits
3212

3313
<details>
3414

35-
- [`3e206ac`](https://github.com/stdlib-js/stdlib/commit/3e206acd54dbb2301ebac48a0a3cc6109b7abc9a) - **docs:** update examples to use a different utility _(by Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
3616

3717
</details>
3818

@@ -56,46 +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 (2024-01-03)
62-
63-
<section class="features">
39+
<section class="release" id="v0.2.2">
6440

65-
### Features
41+
## 0.2.2 (2024-07-29)
6642

67-
- [`951c430`](https://github.com/stdlib-js/stdlib/commit/951c430b1826b761731e2a507d560bf3d49e7eea) - add `array/base/group-entries`
43+
No changes reported for this release.
6844

6945
</section>
7046

71-
<!-- /.features -->
47+
<!-- /.release -->
7248

73-
<section class="commits">
49+
<section class="release" id="v0.2.1">
7450

75-
### Commits
51+
## 0.2.1 (2024-02-25)
7652

77-
<details>
53+
No changes reported for this release.
7854

79-
- [`6b900de`](https://github.com/stdlib-js/stdlib/commit/6b900ded48ccd3fcc3f6e3aa211eb4ca02656777) - **style:** remove empty line _(by Athan Reines)_
80-
- [`951c430`](https://github.com/stdlib-js/stdlib/commit/951c430b1826b761731e2a507d560bf3d49e7eea) - **feat:** add `array/base/group-entries` _(by Athan Reines)_
55+
</section>
8156

82-
</details>
57+
<!-- /.release -->
8358

84-
</section>
59+
<section class="release" id="v0.2.0">
8560

86-
<!-- /.commits -->
61+
## 0.2.0 (2024-02-15)
8762

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

90-
### Contributors
65+
</section>
9166

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

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

96-
</section>
71+
## 0.1.0 (2024-01-03)
9772

98-
<!-- /.contributors -->
73+
No changes reported for this release.
9974

10075
</section>
10176

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
205205
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-group-entries.svg
206206
[npm-url]: https://npmjs.org/package/@stdlib/array-base-group-entries
207207

208-
[test-image]: https://github.com/stdlib-js/array-base-group-entries/actions/workflows/test.yml/badge.svg?branch=v0.2.2
209-
[test-url]: https://github.com/stdlib-js/array-base-group-entries/actions/workflows/test.yml?query=branch:v0.2.2
208+
[test-image]: https://github.com/stdlib-js/array-base-group-entries/actions/workflows/test.yml/badge.svg?branch=main
209+
[test-url]: https://github.com/stdlib-js/array-base-group-entries/actions/workflows/test.yml?query=branch:main
210210

211211
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-group-entries/main.svg
212212
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-group-entries?branch=main

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/array-base-resolve-getter": "^0.2.1",
40+
"@stdlib/array-base-resolve-getter": "^0.2.2",
4141
"@stdlib/assert-is-array": "^0.2.2",
4242
"@stdlib/types": "^0.3.2"
4343
},
4444
"devDependencies": {
4545
"@stdlib/array-base-take-indexed": "^0.2.2",
46-
"@stdlib/array-base-to-accessor-array": "^0.2.1",
46+
"@stdlib/array-base-to-accessor-array": "^0.2.2",
4747
"@stdlib/array-base-zero-to": "^0.2.1",
4848
"@stdlib/array-float64": "^0.2.2",
4949
"@stdlib/assert-is-plain-object": "^0.2.2",

0 commit comments

Comments
 (0)