Skip to content

Commit 2f827a4

Browse files
committed
Auto-generated commit
1 parent b59e1d7 commit 2f827a4

File tree

4 files changed

+23
-77
lines changed

4 files changed

+23
-77
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:08:55.482Z

CHANGELOG.md

Lines changed: 19 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -2,49 +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">
26-
27-
## 0.2.0 (2024-02-15)
28-
29-
<section class="bug-fixes">
5+
<section class="release" id="unreleased">
306

31-
### Bug Fixes
32-
33-
- [`ff35f38`](https://github.com/stdlib-js/stdlib/commit/ff35f3846e467adce5c8244342a04e2fd4a2ac84) - make CLI scripts executable [(#1111)](https://github.com/stdlib-js/stdlib/pull/1111)
34-
35-
</section>
36-
37-
<!-- /.bug-fixes -->
7+
## Unreleased (2024-08-01)
388

399
<section class="commits">
4010

4111
### Commits
4212

4313
<details>
4414

45-
- [`afa953b`](https://github.com/stdlib-js/stdlib/commit/afa953bde057e396e614ea35b7a32fd5b77479ea) - **docs:** update related packages sections [(#1281)](https://github.com/stdlib-js/stdlib/pull/1281) _(by stdlib-bot)_
46-
- [`739e562`](https://github.com/stdlib-js/stdlib/commit/739e5627234ca4ae9198f384063a4a3201c6c407) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
47-
- [`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)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
4816

4917
</details>
5018

@@ -58,7 +26,7 @@ No changes reported for this release.
5826

5927
A total of 1 person contributed to this release. Thank you to this contributor:
6028

61-
- Philipp Burckhardt
29+
- Athan Reines
6230

6331
</section>
6432

@@ -68,64 +36,41 @@ A total of 1 person contributed to this release. Thank you to this contributor:
6836

6937
<!-- /.release -->
7038

71-
<section class="release" id="v0.1.0">
72-
73-
## 0.1.0 (2023-09-24)
74-
75-
<section class="features">
39+
<section class="release" id="v0.2.2">
7640

77-
### Features
41+
## 0.2.2 (2024-07-29)
7842

79-
- [`982de75`](https://github.com/stdlib-js/stdlib/commit/982de7581326be5be20dda30103779ac5ae5767f) - refactor `string/remove-last` [(#1079)](https://github.com/stdlib-js/stdlib/pull/1079)
80-
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - update minimum TypeScript version
81-
- [`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)
43+
No changes reported for this release.
8244

8345
</section>
8446

85-
<!-- /.features -->
47+
<!-- /.release -->
8648

87-
<section class="breaking-changes">
49+
<section class="release" id="v0.2.1">
8850

89-
### BREAKING CHANGES
51+
## 0.2.1 (2024-02-25)
9052

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

9355
</section>
9456

95-
<!-- /.breaking-changes -->
96-
97-
<section class="commits">
98-
99-
### Commits
57+
<!-- /.release -->
10058

101-
<details>
59+
<section class="release" id="v0.2.0">
10260

103-
- [`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)_
104-
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
105-
- [`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)_
106-
- [`6dcf3b0`](https://github.com/stdlib-js/stdlib/commit/6dcf3b00b8e5b807081c6539498f8d8303ff6cef) - **chore:** resolve lint errors _(by Philipp Burckhardt)_
107-
- [`c5b10c6`](https://github.com/stdlib-js/stdlib/commit/c5b10c61bf0781fa24eaf08a5084af1df743f06b) - **docs:** update examples and fix test case _(by Athan Reines)_
108-
- [`93666bc`](https://github.com/stdlib-js/stdlib/commit/93666bca6baa7bb2c1b8605661cbf3f8da48b8a9) - **style:** remove linebreak _(by Athan Reines)_
61+
## 0.2.0 (2024-02-15)
10962

110-
</details>
63+
No changes reported for this release.
11164

11265
</section>
11366

114-
<!-- /.commits -->
115-
116-
<section class="contributors">
117-
118-
### Contributors
119-
120-
A total of 3 people contributed to this release. Thank you to the following contributors:
67+
<!-- /.release -->
12168

122-
- Athan Reines
123-
- Philipp Burckhardt
124-
- Stephannie Jiménez Gacha
69+
<section class="release" id="v0.1.0">
12570

126-
</section>
71+
## 0.1.0 (2023-09-24)
12772

128-
<!-- /.contributors -->
73+
No changes reported for this release.
12974

13075
</section>
13176

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
295295
[npm-image]: http://img.shields.io/npm/v/@stdlib/string-remove-first.svg
296296
[npm-url]: https://npmjs.org/package/@stdlib/string-remove-first
297297

298-
[test-image]: https://github.com/stdlib-js/string-remove-first/actions/workflows/test.yml/badge.svg?branch=v0.2.2
299-
[test-url]: https://github.com/stdlib-js/string-remove-first/actions/workflows/test.yml?query=branch:v0.2.2
298+
[test-image]: https://github.com/stdlib-js/string-remove-first/actions/workflows/test.yml/badge.svg?branch=main
299+
[test-url]: https://github.com/stdlib-js/string-remove-first/actions/workflows/test.yml?query=branch:main
300300

301301
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-remove-first/main.svg
302302
[coverage-url]: https://codecov.io/github/stdlib-js/string-remove-first?branch=main

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"url": "https://github.com/stdlib-js/stdlib/issues"
4141
},
4242
"dependencies": {
43-
"@stdlib/array-base-assert-contains": "^0.2.1",
43+
"@stdlib/array-base-assert-contains": "^0.2.2",
4444
"@stdlib/assert-has-own-property": "^0.2.2",
4545
"@stdlib/assert-is-nonnegative-integer": "^0.2.2",
4646
"@stdlib/assert-is-plain-object": "^0.2.2",

0 commit comments

Comments
 (0)