Skip to content

Commit 5232d9f

Browse files
committed
Auto-generated commit
1 parent ab7be49 commit 5232d9f

File tree

7 files changed

+45
-91
lines changed

7 files changed

+45
-91
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:36:30.295Z

.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: 35 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -2,99 +2,85 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.2.2">
6-
7-
## 0.2.2 (2024-07-26)
5+
<section class="release" id="unreleased">
86

9-
No changes reported for this release.
7+
## Unreleased (2024-08-01)
108

11-
</section>
9+
<section class="commits">
1210

13-
<!-- /.release -->
11+
### Commits
1412

15-
<section class="release" id="v0.2.1">
13+
<details>
1614

17-
## 0.2.1 (2024-02-21)
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1816

19-
No changes reported for this release.
17+
</details>
2018

2119
</section>
2220

23-
<!-- /.release -->
21+
<!-- /.commits -->
2422

25-
<section class="release" id="v0.2.0">
23+
<section class="contributors">
2624

27-
## 0.2.0 (2024-02-14)
25+
### Contributors
2826

29-
No changes reported for this release.
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Athan Reines
30+
31+
</section>
32+
33+
<!-- /.contributors -->
3034

3135
</section>
3236

3337
<!-- /.release -->
3438

35-
<section class="release" id="v0.1.1">
39+
<section class="release" id="v0.2.2">
3640

37-
## 0.1.1 (2023-10-03)
41+
## 0.2.2 (2024-07-26)
3842

3943
No changes reported for this release.
4044

4145
</section>
4246

4347
<!-- /.release -->
4448

45-
<section class="release" id="v0.1.0">
46-
47-
## 0.1.0 (2023-09-22)
48-
49-
<section class="features">
49+
<section class="release" id="v0.2.1">
5050

51-
### Features
51+
## 0.2.1 (2024-02-21)
5252

53-
- [`982de75`](https://github.com/stdlib-js/stdlib/commit/982de7581326be5be20dda30103779ac5ae5767f) - refactor `string/remove-last` [(#1079)](https://github.com/stdlib-js/stdlib/pull/1079)
54-
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - update minimum TypeScript version
53+
No changes reported for this release.
5554

5655
</section>
5756

58-
<!-- /.features -->
57+
<!-- /.release -->
5958

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

62-
### BREAKING CHANGES
61+
## 0.2.0 (2024-02-14)
6362

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

6665
</section>
6766

68-
<!-- /.breaking-changes -->
69-
70-
<section class="commits">
71-
72-
### Commits
67+
<!-- /.release -->
7368

74-
<details>
69+
<section class="release" id="v0.1.1">
7570

76-
- [`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)_
77-
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
71+
## 0.1.1 (2023-10-03)
7872

79-
</details>
73+
No changes reported for this release.
8074

8175
</section>
8276

83-
<!-- /.commits -->
84-
85-
<section class="contributors">
86-
87-
### Contributors
88-
89-
A total of 3 people contributed to this release. Thank you to the following contributors:
77+
<!-- /.release -->
9078

91-
- Athan Reines
92-
- Philipp Burckhardt
93-
- Stephannie Jiménez Gacha
79+
<section class="release" id="v0.1.0">
9480

95-
</section>
81+
## 0.1.0 (2023-09-22)
9682

97-
<!-- /.contributors -->
83+
No changes reported for this release.
9884

9985
</section>
10086

@@ -104,42 +90,7 @@ A total of 3 people contributed to this release. Thank you to the following cont
10490

10591
## 0.0.1 (2023-08-10)
10692

107-
<section class="features">
108-
109-
### Features
110-
111-
- [`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)
112-
113-
</section>
114-
115-
<!-- /.features -->
116-
117-
<section class="commits">
118-
119-
### Commits
120-
121-
<details>
122-
123-
- [`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)_
124-
125-
</details>
126-
127-
</section>
128-
129-
<!-- /.commits -->
130-
131-
<section class="contributors">
132-
133-
### Contributors
134-
135-
A total of 2 people contributed to this release. Thank you to the following contributors:
136-
137-
- Athan Reines
138-
- Stephannie Jiménez Gacha
139-
140-
</section>
141-
142-
<!-- /.contributors -->
93+
No changes reported for this release.
14394

14495
</section>
14596

README.md

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

161-
[test-image]: https://github.com/stdlib-js/string-base-remove-first-code-point/actions/workflows/test.yml/badge.svg?branch=v0.2.2
162-
[test-url]: https://github.com/stdlib-js/string-base-remove-first-code-point/actions/workflows/test.yml?query=branch:v0.2.2
161+
[test-image]: https://github.com/stdlib-js/string-base-remove-first-code-point/actions/workflows/test.yml/badge.svg?branch=main
162+
[test-url]: https://github.com/stdlib-js/string-base-remove-first-code-point/actions/workflows/test.yml?query=branch:main
163163

164164
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-base-remove-first-code-point/main.svg
165165
[coverage-url]: https://codecov.io/github/stdlib-js/string-base-remove-first-code-point?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)