Skip to content

Commit 6370d78

Browse files
committed
Auto-generated commit
1 parent 6666529 commit 6370d78

File tree

2 files changed

+85
-36
lines changed

2 files changed

+85
-36
lines changed

.github/.keepalive

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T00:36:25.198Z
1+
2024-08-03T15:12:40.353Z

CHANGELOG.md

+84-35
Original file line numberDiff line numberDiff line change
@@ -2,85 +2,99 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
6-
7-
## Unreleased (2024-08-01)
8-
9-
<section class="commits">
5+
<section class="release" id="v0.2.2">
106

11-
### Commits
7+
## 0.2.2 (2024-07-26)
128

13-
<details>
9+
No changes reported for this release.
1410

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
11+
</section>
1612

17-
</details>
13+
<!-- /.release -->
1814

19-
</section>
15+
<section class="release" id="v0.2.1">
2016

21-
<!-- /.commits -->
17+
## 0.2.1 (2024-02-21)
2218

23-
<section class="contributors">
19+
No changes reported for this release.
2420

25-
### Contributors
21+
</section>
2622

27-
A total of 1 person contributed to this release. Thank you to this contributor:
23+
<!-- /.release -->
2824

29-
- Athan Reines
25+
<section class="release" id="v0.2.0">
3026

31-
</section>
27+
## 0.2.0 (2024-02-14)
3228

33-
<!-- /.contributors -->
29+
No changes reported for this release.
3430

3531
</section>
3632

3733
<!-- /.release -->
3834

39-
<section class="release" id="v0.2.2">
35+
<section class="release" id="v0.1.1">
4036

41-
## 0.2.2 (2024-07-26)
37+
## 0.1.1 (2023-10-03)
4238

4339
No changes reported for this release.
4440

4541
</section>
4642

4743
<!-- /.release -->
4844

49-
<section class="release" id="v0.2.1">
45+
<section class="release" id="v0.1.0">
5046

51-
## 0.2.1 (2024-02-21)
47+
## 0.1.0 (2023-09-22)
5248

53-
No changes reported for this release.
49+
<section class="features">
50+
51+
### Features
52+
53+
- [`982de75`](https://github.com/stdlib-js/stdlib/commit/982de7581326be5be20dda30103779ac5ae5767f) - refactor `string/remove-last` [(#1079)](https://github.com/stdlib-js/stdlib/pull/1079)
54+
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - update minimum TypeScript version
5455

5556
</section>
5657

57-
<!-- /.release -->
58+
<!-- /.features -->
5859

59-
<section class="release" id="v0.2.0">
60+
<section class="breaking-changes">
6061

61-
## 0.2.0 (2024-02-14)
62+
### BREAKING CHANGES
6263

63-
No changes reported for this release.
64+
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1): update minimum TypeScript version
6465

6566
</section>
6667

67-
<!-- /.release -->
68+
<!-- /.breaking-changes -->
6869

69-
<section class="release" id="v0.1.1">
70+
<section class="commits">
7071

71-
## 0.1.1 (2023-10-03)
72+
### Commits
7273

73-
No changes reported for this release.
74+
<details>
75+
76+
- [`982de75`](https://github.com/stdlib-js/stdlib/commit/982de7581326be5be20dda30103779ac5ae5767f) - **feat:** refactor `string/remove-last` [(#1079)](https://github.com/stdlib-js/stdlib/pull/1079) _(by Stephannie Jiménez Gacha, Athan Reines)_
77+
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
78+
79+
</details>
7480

7581
</section>
7682

77-
<!-- /.release -->
83+
<!-- /.commits -->
7884

79-
<section class="release" id="v0.1.0">
85+
<section class="contributors">
8086

81-
## 0.1.0 (2023-09-22)
87+
### Contributors
8288

83-
No changes reported for this release.
89+
A total of 3 people contributed to this release. Thank you to the following contributors:
90+
91+
- Athan Reines
92+
- Philipp Burckhardt
93+
- Stephannie Jiménez Gacha
94+
95+
</section>
96+
97+
<!-- /.contributors -->
8498

8599
</section>
86100

@@ -90,7 +104,42 @@ No changes reported for this release.
90104

91105
## 0.0.1 (2023-08-10)
92106

93-
No changes reported for this release.
107+
<section class="features">
108+
109+
### Features
110+
111+
- [`d1ded85`](https://github.com/stdlib-js/stdlib/commit/d1ded8522b3ef71491fd262ec2157dd198dff1ac) - add \"base\" string packages and refactor `string/remove-first` [(#1073)](https://github.com/stdlib-js/stdlib/pull/1073)
112+
113+
</section>
114+
115+
<!-- /.features -->
116+
117+
<section class="commits">
118+
119+
### Commits
120+
121+
<details>
122+
123+
- [`d1ded85`](https://github.com/stdlib-js/stdlib/commit/d1ded8522b3ef71491fd262ec2157dd198dff1ac) - **feat:** add \"base\" string packages and refactor `string/remove-first` [(#1073)](https://github.com/stdlib-js/stdlib/pull/1073) _(by Stephannie Jiménez Gacha, Athan Reines)_
124+
125+
</details>
126+
127+
</section>
128+
129+
<!-- /.commits -->
130+
131+
<section class="contributors">
132+
133+
### Contributors
134+
135+
A total of 2 people contributed to this release. Thank you to the following contributors:
136+
137+
- Athan Reines
138+
- Stephannie Jiménez Gacha
139+
140+
</section>
141+
142+
<!-- /.contributors -->
94143

95144
</section>
96145

0 commit comments

Comments
 (0)