Skip to content

Commit c614539

Browse files
committed
Auto-generated commit
1 parent 3c9c4aa commit c614539

File tree

2 files changed

+62
-17
lines changed

2 files changed

+62
-17
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T00:35:54.517Z
1+
2024-08-03T15:12:02.793Z

CHANGELOG.md

Lines changed: 61 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,55 +2,100 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.1.1">
66

7-
## Unreleased (2024-08-01)
7+
## 0.1.1 (2024-07-26)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
15+
- [`53fd65d`](https://github.com/stdlib-js/stdlib/commit/53fd65de03a466f6cf3ca0752c0908a57ef151b1) - **docs:** update related packages sections [(#2240)](https://github.com/stdlib-js/stdlib/pull/2240) _(by stdlib-bot)_
1616

1717
</details>
1818

1919
</section>
2020

2121
<!-- /.commits -->
2222

23-
<section class="contributors">
23+
</section>
2424

25-
### Contributors
25+
<!-- /.release -->
2626

27-
A total of 1 person contributed to this release. Thank you to this contributor:
27+
<section class="release" id="v0.1.0">
2828

29-
- Athan Reines
29+
## 0.1.0 (2024-04-13)
30+
31+
<section class="features">
32+
33+
### Features
34+
35+
- [`b6cb1d3`](https://github.com/stdlib-js/stdlib/commit/b6cb1d392dab74242900a91b30c256d5b608dea6) - support negative `fromIndex` arguments
36+
- [`272f91b`](https://github.com/stdlib-js/stdlib/commit/272f91b30128d4536470605d01aeeb73d2684376) - add `string/base/replace-before-last` [(#1364)](https://github.com/stdlib-js/stdlib/pull/1364)
3037

3138
</section>
3239

33-
<!-- /.contributors -->
40+
<!-- /.features -->
41+
42+
<section class="breaking-changes">
43+
44+
### BREAKING CHANGES
45+
46+
- [`b6cb1d3`](https://github.com/stdlib-js/stdlib/commit/b6cb1d392dab74242900a91b30c256d5b608dea6): support negative `fromIndex` arguments
47+
- [`b6cb1d3`](https://github.com/stdlib-js/stdlib/commit/b6cb1d392dab74242900a91b30c256d5b608dea6): resolve negative indices relative to last index
48+
49+
- In order to preserve prior behavior, users should insert a manual
50+
check before calling this API.
3451

3552
</section>
3653

37-
<!-- /.release -->
54+
<!-- /.breaking-changes -->
3855

39-
<section class="release" id="v0.1.1">
56+
<section class="issues">
4057

41-
## 0.1.1 (2024-07-26)
58+
### Closed Issues
59+
60+
This release closes the following issue:
4261

43-
No changes reported for this release.
62+
[#813](https://github.com/stdlib-js/stdlib/issues/813)
4463

4564
</section>
4665

47-
<!-- /.release -->
66+
<!-- /.issues -->
4867

49-
<section class="release" id="v0.1.0">
68+
<section class="commits">
5069

51-
## 0.1.0 (2024-04-13)
70+
### Commits
71+
72+
<details>
73+
74+
- [`2512e10`](https://github.com/stdlib-js/stdlib/commit/2512e109d8d9928b006daac2ecdde8a51e272966) - **docs:** update examples _(by Athan Reines)_
75+
- [`522a048`](https://github.com/stdlib-js/stdlib/commit/522a048a7f63c2349d966b799e5b63d9842b5d13) - **docs:** fix typos _(by Athan Reines)_
76+
- [`b6cb1d3`](https://github.com/stdlib-js/stdlib/commit/b6cb1d392dab74242900a91b30c256d5b608dea6) - **feat:** support negative `fromIndex` arguments _(by Athan Reines)_
77+
- [`272f91b`](https://github.com/stdlib-js/stdlib/commit/272f91b30128d4536470605d01aeeb73d2684376) - **feat:** add `string/base/replace-before-last` [(#1364)](https://github.com/stdlib-js/stdlib/pull/1364) _(by Golden Kumar, stdlib-bot, Athan Reines, Philipp Burckhardt)_
78+
79+
</details>
80+
81+
</section>
82+
83+
<!-- /.commits -->
84+
85+
<section class="contributors">
86+
87+
### Contributors
88+
89+
A total of 4 people contributed to this release. Thank you to the following contributors:
5290

53-
No changes reported for this release.
91+
- Athan Reines
92+
- Golden Kumar
93+
- Philipp Burckhardt
94+
- stdlib-bot
95+
96+
</section>
97+
98+
<!-- /.contributors -->
5499

55100
</section>
56101

0 commit comments

Comments
 (0)