Skip to content

Commit dbd8712

Browse files
committed
Auto-generated commit
1 parent 416c12e commit dbd8712

File tree

7 files changed

+45
-43
lines changed

7 files changed

+45
-43
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:20.355Z

.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 & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2024-08-01)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
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 -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.2.2">
640

741
## 0.2.2 (2024-07-26)
@@ -56,42 +90,7 @@ No changes reported for this release.
5690

5791
## 0.0.1 (2023-09-22)
5892

59-
<section class="features">
60-
61-
### Features
62-
63-
- [`982de75`](https://github.com/stdlib-js/stdlib/commit/982de7581326be5be20dda30103779ac5ae5767f) - refactor `string/remove-last` [(#1079)](https://github.com/stdlib-js/stdlib/pull/1079)
64-
65-
</section>
66-
67-
<!-- /.features -->
68-
69-
<section class="commits">
70-
71-
### Commits
72-
73-
<details>
74-
75-
- [`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)_
76-
77-
</details>
78-
79-
</section>
80-
81-
<!-- /.commits -->
82-
83-
<section class="contributors">
84-
85-
### Contributors
86-
87-
A total of 2 people contributed to this release. Thank you to the following contributors:
88-
89-
- Athan Reines
90-
- Stephannie Jiménez Gacha
91-
92-
</section>
93-
94-
<!-- /.contributors -->
93+
No changes reported for this release.
9594

9695
</section>
9796

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-last-code-point.svg
159159
[npm-url]: https://npmjs.org/package/@stdlib/string-base-remove-last-code-point
160160

161-
[test-image]: https://github.com/stdlib-js/string-base-remove-last-code-point/actions/workflows/test.yml/badge.svg?branch=v0.2.2
162-
[test-url]: https://github.com/stdlib-js/string-base-remove-last-code-point/actions/workflows/test.yml?query=branch:v0.2.2
161+
[test-image]: https://github.com/stdlib-js/string-base-remove-last-code-point/actions/workflows/test.yml/badge.svg?branch=main
162+
[test-url]: https://github.com/stdlib-js/string-base-remove-last-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-last-code-point/main.svg
165165
[coverage-url]: https://codecov.io/github/stdlib-js/string-base-remove-last-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)