Skip to content

Commit 0e3857e

Browse files
committed
Auto-generated commit
1 parent 4cd8372 commit 0e3857e

File tree

7 files changed

+36
-105
lines changed

7 files changed

+36
-105
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T00:39:41.766Z

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 26 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -2,119 +2,85 @@
22

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

7-
## 0.2.2 (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)](https://github.com/stdlib-js/stdlib/pull/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

1919
</section>
2020

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

23-
</section>
24-
25-
<!-- /.release -->
26-
27-
<section class="release" id="v0.2.1">
28-
29-
## 0.2.1 (2024-02-21)
30-
31-
No changes reported for this release.
32-
33-
</section>
34-
35-
<!-- /.release -->
36-
37-
<section class="release" id="v0.2.0">
38-
39-
## 0.2.0 (2024-02-14)
40-
41-
<section class="commits">
42-
43-
### Commits
23+
<section class="contributors">
4424

45-
<details>
25+
### Contributors
4626

47-
- [`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)_
27+
A total of 1 person contributed to this release. Thank you to this contributor:
4828

49-
</details>
29+
- Athan Reines
5030

5131
</section>
5232

53-
<!-- /.commits -->
33+
<!-- /.contributors -->
5434

5535
</section>
5636

5737
<!-- /.release -->
5838

59-
<section class="release" id="v0.1.1">
39+
<section class="release" id="v0.2.2">
6040

61-
## 0.1.1 (2023-10-03)
41+
## 0.2.2 (2024-07-26)
6242

6343
No changes reported for this release.
6444

6545
</section>
6646

6747
<!-- /.release -->
6848

69-
<section class="release" id="v0.1.0">
70-
71-
## 0.1.0 (2023-09-22)
72-
73-
<section class="features">
49+
<section class="release" id="v0.2.1">
7450

75-
### Features
51+
## 0.2.1 (2024-02-21)
7652

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

7955
</section>
8056

81-
<!-- /.features -->
57+
<!-- /.release -->
8258

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

85-
### BREAKING CHANGES
61+
## 0.2.0 (2024-02-14)
8662

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

8965
</section>
9066

91-
<!-- /.breaking-changes -->
92-
93-
<section class="commits">
94-
95-
### Commits
67+
<!-- /.release -->
9668

97-
<details>
69+
<section class="release" id="v0.1.1">
9870

99-
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
71+
## 0.1.1 (2023-10-03)
10072

101-
</details>
73+
No changes reported for this release.
10274

10375
</section>
10476

105-
<!-- /.commits -->
106-
107-
<section class="contributors">
108-
109-
### Contributors
110-
111-
A total of 1 person contributed to this release. Thank you to this contributor:
77+
<!-- /.release -->
11278

113-
- Philipp Burckhardt
79+
<section class="release" id="v0.1.0">
11480

115-
</section>
81+
## 0.1.0 (2023-09-22)
11682

117-
<!-- /.contributors -->
83+
No changes reported for this release.
11884

11985
</section>
12086

@@ -124,45 +90,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
12490

12591
## 0.0.1 (2023-07-31)
12692

127-
<section class="features">
128-
129-
### Features
130-
131-
- [`cfdd473`](https://github.com/stdlib-js/stdlib/commit/cfdd47366d9599c07ab27e3886de66ec76f7591c) - add `string/base/first`
132-
133-
</section>
134-
135-
<!-- /.features -->
136-
137-
<section class="commits">
138-
139-
### Commits
140-
141-
<details>
142-
143-
- [`f3231b0`](https://github.com/stdlib-js/stdlib/commit/f3231b0e70d339f63e696b3a6033ea4680d887e5) - **docs:** update description _(by Athan Reines)_
144-
- [`7b40aec`](https://github.com/stdlib-js/stdlib/commit/7b40aec59bb7ccb9c78db6966520ee575fcd9763) - **docs:** fix grammar in description _(by Athan Reines)_
145-
- [`0b65262`](https://github.com/stdlib-js/stdlib/commit/0b652621e5ec7c1644b0c96d541bb8ea9f6f9fd3) - **refactor:** simplify implementation _(by Athan Reines)_
146-
- [`5b937c7`](https://github.com/stdlib-js/stdlib/commit/5b937c7b02cdb1cf1fe05d69ea6e3833974341bc) - **docs:** update descriptions _(by Athan Reines)_
147-
- [`cfdd473`](https://github.com/stdlib-js/stdlib/commit/cfdd47366d9599c07ab27e3886de66ec76f7591c) - **feat:** add `string/base/first` _(by Athan Reines)_
148-
149-
</details>
150-
151-
</section>
152-
153-
<!-- /.commits -->
154-
155-
<section class="contributors">
156-
157-
### Contributors
158-
159-
A total of 1 person contributed to this release. Thank you to this contributor:
160-
161-
- Athan Reines
162-
163-
</section>
164-
165-
<!-- /.contributors -->
93+
No changes reported for this release.
16694

16795
</section>
16896

README.md

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

168-
[test-image]: https://github.com/stdlib-js/string-base-first/actions/workflows/test.yml/badge.svg?branch=v0.2.2
169-
[test-url]: https://github.com/stdlib-js/string-base-first/actions/workflows/test.yml?query=branch:v0.2.2
168+
[test-image]: https://github.com/stdlib-js/string-base-first/actions/workflows/test.yml/badge.svg?branch=main
169+
[test-url]: https://github.com/stdlib-js/string-base-first/actions/workflows/test.yml?query=branch:main
170170

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

package.json

Lines changed: 2 additions & 2 deletions
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)