Skip to content

Commit 5b10cf5

Browse files
committed
Auto-generated commit
1 parent 959466e commit 5b10cf5

File tree

2 files changed

+99
-14
lines changed

2 files changed

+99
-14
lines changed

Diff for: .github/.keepalive

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T02:03:53.881Z
1+
2024-08-03T16:57:40.796Z

Diff for: CHANGELOG.md

+98-13
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,28 @@
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-27)
8+
9+
<section class="bug-fixes">
10+
11+
### Bug Fixes
612

7-
## Unreleased (2024-08-01)
13+
- [`683f370`](https://github.com/stdlib-js/stdlib/commit/683f3709b191dd50b265cca9c63f1a537e35d54e) - provide `fromIndex` to base implementation
14+
15+
</section>
16+
17+
<!-- /.bug-fixes -->
818

919
<section class="commits">
1020

1121
### Commits
1222

1323
<details>
1424

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
25+
- [`683f370`](https://github.com/stdlib-js/stdlib/commit/683f3709b191dd50b265cca9c63f1a537e35d54e) - **fix:** provide `fromIndex` to base implementation _(by Athan Reines)_
26+
- [`c85743c`](https://github.com/stdlib-js/stdlib/commit/c85743c72136bd824a495d1717cc32f60c91d0d6) - **style:** add missing space _(by Athan Reines)_
1627

1728
</details>
1829

@@ -36,31 +47,56 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3647

3748
<!-- /.release -->
3849

39-
<section class="release" id="v0.2.2">
50+
<section class="release" id="v0.2.1">
4051

41-
## 0.2.2 (2024-07-27)
52+
## 0.2.1 (2024-02-22)
4253

4354
No changes reported for this release.
4455

4556
</section>
4657

4758
<!-- /.release -->
4859

49-
<section class="release" id="v0.2.1">
60+
<section class="release" id="v0.2.0">
5061

51-
## 0.2.1 (2024-02-22)
62+
## 0.2.0 (2024-02-14)
5263

53-
No changes reported for this release.
64+
<section class="bug-fixes">
65+
66+
### Bug Fixes
67+
68+
- [`ff35f38`](https://github.com/stdlib-js/stdlib/commit/ff35f3846e467adce5c8244342a04e2fd4a2ac84) - make CLI scripts executable [(#1111)](https://github.com/stdlib-js/stdlib/pull/1111)
5469

5570
</section>
5671

57-
<!-- /.release -->
72+
<!-- /.bug-fixes -->
5873

59-
<section class="release" id="v0.2.0">
74+
<section class="commits">
6075

61-
## 0.2.0 (2024-02-14)
76+
### Commits
6277

63-
No changes reported for this release.
78+
<details>
79+
80+
- [`f9c75ce`](https://github.com/stdlib-js/stdlib/commit/f9c75ce726ed4e5fade8622315bb98094dad8561) - **build:** remove tslint directives _(by Philipp Burckhardt)_
81+
- [`ff35f38`](https://github.com/stdlib-js/stdlib/commit/ff35f3846e467adce5c8244342a04e2fd4a2ac84) - **fix:** make CLI scripts executable [(#1111)](https://github.com/stdlib-js/stdlib/pull/1111) _(by stdlib-bot, Philipp Burckhardt)_
82+
83+
</details>
84+
85+
</section>
86+
87+
<!-- /.commits -->
88+
89+
<section class="contributors">
90+
91+
### Contributors
92+
93+
A total of 1 person contributed to this release. Thank you to this contributor:
94+
95+
- Philipp Burckhardt
96+
97+
</section>
98+
99+
<!-- /.contributors -->
64100

65101
</section>
66102

@@ -90,7 +126,56 @@ No changes reported for this release.
90126

91127
## 0.0.1 (2023-09-22)
92128

93-
No changes reported for this release.
129+
<section class="features">
130+
131+
### Features
132+
133+
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - update minimum TypeScript version
134+
- [`5ca19d4`](https://github.com/stdlib-js/stdlib/commit/5ca19d4a12875d19a6b5b56e25ecd95bb224bbff) - add utility to replace a substring before the first occurrence of a search string
135+
136+
</section>
137+
138+
<!-- /.features -->
139+
140+
<section class="breaking-changes">
141+
142+
### BREAKING CHANGES
143+
144+
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1): update minimum TypeScript version
145+
146+
</section>
147+
148+
<!-- /.breaking-changes -->
149+
150+
<section class="commits">
151+
152+
### Commits
153+
154+
<details>
155+
156+
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
157+
- [`440034d`](https://github.com/stdlib-js/stdlib/commit/440034de6d7d057f3afb7399b6a3951dc0749c70) - **chore:** fix indentation in package meta data [(#928)](https://github.com/stdlib-js/stdlib/pull/928) _(by stdlib-bot, Athan Reines)_
158+
- [`1b01973`](https://github.com/stdlib-js/stdlib/commit/1b01973d99289aea9a94bbf6ab95d463b6436193) - **docs:** remove trailing space _(by Athan Reines)_
159+
- [`5ca19d4`](https://github.com/stdlib-js/stdlib/commit/5ca19d4a12875d19a6b5b56e25ecd95bb224bbff) - **feat:** add utility to replace a substring before the first occurrence of a search string _(by Athan Reines)_
160+
161+
</details>
162+
163+
</section>
164+
165+
<!-- /.commits -->
166+
167+
<section class="contributors">
168+
169+
### Contributors
170+
171+
A total of 2 people contributed to this release. Thank you to the following contributors:
172+
173+
- Athan Reines
174+
- Philipp Burckhardt
175+
176+
</section>
177+
178+
<!-- /.contributors -->
94179

95180
</section>
96181

0 commit comments

Comments
 (0)