Skip to content

Commit c346829

Browse files
committed
Auto-generated commit
1 parent 102ad62 commit c346829

File tree

4 files changed

+23
-74
lines changed

4 files changed

+23
-74
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:47.474Z

CHANGELOG.md

Lines changed: 19 additions & 71 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-
- [`5e1216b`](https://github.com/stdlib-js/stdlib/commit/5e1216ba1318f0eb364b2fe7eae6056cb7a5e94f) - **docs:** update related packages sections [(#1192)](https://github.com/stdlib-js/stdlib/pull/1192) _(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,61 +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
43+
No changes reported for this release.
8144

8245
</section>
8346

84-
<!-- /.features -->
47+
<!-- /.release -->
8548

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

88-
### BREAKING CHANGES
51+
## 0.2.1 (2024-02-25)
8952

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

9255
</section>
9356

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

100-
<details>
59+
<section class="release" id="v0.2.0">
10160

102-
- [`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)_
103-
- [`4d7c4c3`](https://github.com/stdlib-js/stdlib/commit/4d7c4c3bae220fd1c485e041bc28de539ddf443b) - **test:** resolve lint errors _(by Philipp Burckhardt)_
104-
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
105-
- [`ab5d324`](https://github.com/stdlib-js/stdlib/commit/ab5d324b547870938b21ebdeecc1f7fda132f321) - **chore:** resolve lint errors _(by Philipp Burckhardt)_
61+
## 0.2.0 (2024-02-15)
10662

107-
</details>
63+
No changes reported for this release.
10864

10965
</section>
11066

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

119-
- Athan Reines
120-
- Philipp Burckhardt
121-
- Stephannie Jiménez Gacha
69+
<section class="release" id="v0.1.0">
12270

123-
</section>
71+
## 0.1.0 (2023-09-24)
12472

125-
<!-- /.contributors -->
73+
No changes reported for this release.
12674

12775
</section>
12876

README.md

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

295-
[test-image]: https://github.com/stdlib-js/string-remove-last/actions/workflows/test.yml/badge.svg?branch=v0.2.2
296-
[test-url]: https://github.com/stdlib-js/string-remove-last/actions/workflows/test.yml?query=branch:v0.2.2
295+
[test-image]: https://github.com/stdlib-js/string-remove-last/actions/workflows/test.yml/badge.svg?branch=main
296+
[test-url]: https://github.com/stdlib-js/string-remove-last/actions/workflows/test.yml?query=branch:main
297297

298298
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-remove-last/main.svg
299299
[coverage-url]: https://codecov.io/github/stdlib-js/string-remove-last?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)