Skip to content

Commit 3c9c4aa

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

File tree

7 files changed

+23
-75
lines changed

7 files changed

+23
-75
lines changed

.github/.keepalive

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T00:35:54.517Z

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
# Publish package to npm:
207207
- name: 'Publish package to npm'
208208
# Pin action to full length commit SHA
209-
uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552 # v3.0.1
209+
uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
210210
with:
211211
token: ${{ secrets.NPM_TOKEN }}
212212
access: public

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ docs/**/node_modules/
101101
pids
102102
*.pid
103103
*.seed
104+
yarn.lock
105+
package-lock.json
104106

105107
# Typescript #
106108
##############

.npmrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ shrinkwrap = false
2727
# Disable automatically "saving" dependencies on install:
2828
save = false
2929

30-
# Generate provenance metadata:
31-
provenance = true
30+
# Do not generate provenance metadata:
31+
provenance = false

CHANGELOG.md

+13-68
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

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

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

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

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

1717
</details>
1818

@@ -24,7 +24,9 @@
2424

2525
### Contributors
2626

27-
A total of 0 people contributed to this release. Thank you to the following contributors:
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Athan Reines
2830

2931
</section>
3032

@@ -34,78 +36,21 @@ A total of 0 people contributed to this release. Thank you to the following cont
3436

3537
<!-- /.release -->
3638

37-
<section class="release" id="v0.1.0">
38-
39-
## 0.1.0 (2024-04-13)
40-
41-
<section class="features">
42-
43-
### Features
44-
45-
- [`b6cb1d3`](https://github.com/stdlib-js/stdlib/commit/b6cb1d392dab74242900a91b30c256d5b608dea6) - support negative `fromIndex` arguments
46-
- [`272f91b`](https://github.com/stdlib-js/stdlib/commit/272f91b30128d4536470605d01aeeb73d2684376) - add `string/base/replace-before-last` [(##1364)](#1364)
47-
48-
</section>
49-
50-
<!-- /.features -->
51-
52-
<section class="breaking-changes">
53-
54-
### BREAKING CHANGES
55-
56-
- [`b6cb1d3`](https://github.com/stdlib-js/stdlib/commit/b6cb1d392dab74242900a91b30c256d5b608dea6): support negative `fromIndex` arguments
57-
- [`b6cb1d3`](https://github.com/stdlib-js/stdlib/commit/b6cb1d392dab74242900a91b30c256d5b608dea6): resolve negative indices relative to last index
58-
59-
- In order to preserve prior behavior, users should insert a manual
60-
check before calling this API.
61-
62-
</section>
63-
64-
<!-- /.breaking-changes -->
65-
66-
<section class="issues">
67-
68-
### Closed Issues
69-
70-
This release closes the following issue:
71-
72-
[##813](#813)
73-
74-
</section>
75-
76-
<!-- /.issues -->
77-
78-
<section class="commits">
79-
80-
### Commits
81-
82-
<details>
39+
<section class="release" id="v0.1.1">
8340

84-
- [`2512e10`](https://github.com/stdlib-js/stdlib/commit/2512e109d8d9928b006daac2ecdde8a51e272966) - **docs:** update examples _(by Athan Reines)_
85-
- [`522a048`](https://github.com/stdlib-js/stdlib/commit/522a048a7f63c2349d966b799e5b63d9842b5d13) - **docs:** fix typos _(by Athan Reines)_
86-
- [`b6cb1d3`](https://github.com/stdlib-js/stdlib/commit/b6cb1d392dab74242900a91b30c256d5b608dea6) - **feat:** support negative `fromIndex` arguments _(by Athan Reines)_
87-
- [`272f91b`](https://github.com/stdlib-js/stdlib/commit/272f91b30128d4536470605d01aeeb73d2684376) - **feat:** add `string/base/replace-before-last` [(##1364)](#1364) _(by Golden Kumar, stdlib-bot, Athan Reines, Philipp Burckhardt)_
41+
## 0.1.1 (2024-07-26)
8842

89-
</details>
43+
No changes reported for this release.
9044

9145
</section>
9246

93-
<!-- /.commits -->
94-
95-
<section class="contributors">
96-
97-
### Contributors
98-
99-
A total of 4 people contributed to this release. Thank you to the following contributors:
47+
<!-- /.release -->
10048

101-
- Athan Reines
102-
- Golden Kumar
103-
- Philipp Burckhardt
104-
- stdlib-bot
49+
<section class="release" id="v0.1.0">
10550

106-
</section>
51+
## 0.1.0 (2024-04-13)
10752

108-
<!-- /.contributors -->
53+
No changes reported for this release.
10954

11055
</section>
11156

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
213213
[npm-image]: http://img.shields.io/npm/v/@stdlib/string-base-replace-before-last.svg
214214
[npm-url]: https://npmjs.org/package/@stdlib/string-base-replace-before-last
215215

216-
[test-image]: https://github.com/stdlib-js/string-base-replace-before-last/actions/workflows/test.yml/badge.svg?branch=v0.1.1
217-
[test-url]: https://github.com/stdlib-js/string-base-replace-before-last/actions/workflows/test.yml?query=branch:v0.1.1
216+
[test-image]: https://github.com/stdlib-js/string-base-replace-before-last/actions/workflows/test.yml/badge.svg?branch=main
217+
[test-url]: https://github.com/stdlib-js/string-base-replace-before-last/actions/workflows/test.yml?query=branch:main
218218

219219
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-base-replace-before-last/main.svg
220220
[coverage-url]: https://codecov.io/github/stdlib-js/string-base-replace-before-last?branch=main

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
},
3939
"dependencies": {},
4040
"devDependencies": {
41-
"@stdlib/assert-is-string": "^0.2.1",
41+
"@stdlib/assert-is-string": "^0.2.2",
4242
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4343
"istanbul": "^0.4.1",
4444
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
45-
"@stdlib/bench-harness": "^0.2.1"
45+
"@stdlib/bench-harness": "^0.2.2"
4646
},
4747
"engines": {
4848
"node": ">=0.10.0",

0 commit comments

Comments
 (0)