Skip to content

Commit 9ec5fd8

Browse files
committed
Auto-generated commit
1 parent d6be6ff commit 9ec5fd8

File tree

2 files changed

+86
-23
lines changed

2 files changed

+86
-23
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T04:58:02.300Z
1+
2024-08-03T20:26:23.035Z

CHANGELOG.md

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

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
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">
616

7-
## Unreleased (2024-08-01)
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">
26+
27+
## 0.2.0 (2024-02-14)
828

929
<section class="commits">
1030

1131
### Commits
1232

1333
<details>
1434

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
35+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
1636

1737
</details>
1838

@@ -26,7 +46,7 @@
2646

2747
A total of 1 person contributed to this release. Thank you to this contributor:
2848

29-
- Athan Reines
49+
- Philipp Burckhardt
3050

3151
</section>
3252

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

3757
<!-- /.release -->
3858

39-
<section class="release" id="v0.2.2">
59+
<section class="release" id="v0.1.0">
4060

41-
## 0.2.2 (2024-07-28)
61+
## 0.1.0 (2023-09-24)
4262

43-
No changes reported for this release.
63+
<section class="bug-fixes">
64+
65+
### Bug Fixes
66+
67+
- [`dd9f8bb`](https://github.com/stdlib-js/stdlib/commit/dd9f8bb4e90a35fcb439ea3dca1124ad44a59f9e) - add missing `this` parameter
68+
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - update import path for `Collection` type definition
4469

4570
</section>
4671

47-
<!-- /.release -->
72+
<!-- /.bug-fixes -->
4873

49-
<section class="release" id="v0.2.1">
74+
<section class="commits">
5075

51-
## 0.2.1 (2024-02-24)
76+
### Commits
5277

53-
No changes reported for this release.
78+
<details>
5479

55-
</section>
80+
- [`1982c2a`](https://github.com/stdlib-js/stdlib/commit/1982c2a43c8c10221f83bc94c8967d00167d349f) - **docs:** fix input types _(by Athan Reines)_
81+
- [`685ebf5`](https://github.com/stdlib-js/stdlib/commit/685ebf56de19ddea5e5ef1894c5dc79881e2c3eb) - **refactor:** use predefined types _(by Athan Reines)_
82+
- [`dd9f8bb`](https://github.com/stdlib-js/stdlib/commit/dd9f8bb4e90a35fcb439ea3dca1124ad44a59f9e) - **fix:** add missing `this` parameter _(by Athan Reines)_
83+
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
5684

57-
<!-- /.release -->
85+
</details>
5886

59-
<section class="release" id="v0.2.0">
87+
</section>
6088

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

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

65-
</section>
93+
### Contributors
6694

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

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

71-
## 0.1.0 (2023-09-24)
99+
</section>
72100

73-
No changes reported for this release.
101+
<!-- /.contributors -->
74102

75103
</section>
76104

@@ -80,7 +108,42 @@ No changes reported for this release.
80108

81109
## 0.0.1 (2023-08-10)
82110

83-
No changes reported for this release.
111+
<section class="features">
112+
113+
### Features
114+
115+
- [`7b5ecaa`](https://github.com/stdlib-js/stdlib/commit/7b5ecaaffcb14a2f47e42ad14211dce24b08aaed) - add `array/base/flatten5d-by`
116+
117+
</section>
118+
119+
<!-- /.features -->
120+
121+
<section class="commits">
122+
123+
### Commits
124+
125+
<details>
126+
127+
- [`fa04128`](https://github.com/stdlib-js/stdlib/commit/fa041289de502a062e7537c7f8c987ebe83d85ec) - **docs:** fix example _(by Athan Reines)_
128+
- [`7b5ecaa`](https://github.com/stdlib-js/stdlib/commit/7b5ecaaffcb14a2f47e42ad14211dce24b08aaed) - **feat:** add `array/base/flatten5d-by` _(by Athan Reines)_
129+
130+
</details>
131+
132+
</section>
133+
134+
<!-- /.commits -->
135+
136+
<section class="contributors">
137+
138+
### Contributors
139+
140+
A total of 1 person contributed to this release. Thank you to this contributor:
141+
142+
- Athan Reines
143+
144+
</section>
145+
146+
<!-- /.contributors -->
84147

85148
</section>
86149

0 commit comments

Comments
 (0)