Skip to content

Commit 37e6f35

Browse files
committed
Auto-generated commit
1 parent badb21d commit 37e6f35

File tree

7 files changed

+28
-40
lines changed

7 files changed

+28
-40
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:45:04.821Z

.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: 17 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,70 +2,55 @@
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-
- [`ec98887`](https://github.com/stdlib-js/stdlib/commit/ec9888724c28aa7218d88ff62b91b71c0089c559) - **docs:** update related packages sections [(#2241)](https://github.com/stdlib-js/stdlib/pull/2241) _(by stdlib-bot)_
16-
- [`189c569`](https://github.com/stdlib-js/stdlib/commit/189c5691b88b36a2fd1ff53368e6d44b90e40535) - **docs:** update related packages sections [(#2194)](https://github.com/stdlib-js/stdlib/pull/2194) _(by stdlib-bot)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1716

1817
</details>
1918

2019
</section>
2120

2221
<!-- /.commits -->
2322

24-
</section>
25-
26-
<!-- /.release -->
27-
28-
<section class="release" id="v0.1.0">
29-
30-
## 0.1.0 (2024-04-13)
23+
<section class="contributors">
3124

32-
<section class="features">
25+
### Contributors
3326

34-
### Features
27+
A total of 1 person contributed to this release. Thank you to this contributor:
3528

36-
- [`7bce237`](https://github.com/stdlib-js/stdlib/commit/7bce23772744ae439e8fc4d86f1abf92ea8a8b05) - add `string/base/last-code-point`
29+
- Athan Reines
3730

3831
</section>
3932

40-
<!-- /.features -->
33+
<!-- /.contributors -->
4134

42-
<section class="commits">
35+
</section>
4336

44-
### Commits
37+
<!-- /.release -->
4538

46-
<details>
39+
<section class="release" id="v0.1.1">
4740

48-
- [`7bce237`](https://github.com/stdlib-js/stdlib/commit/7bce23772744ae439e8fc4d86f1abf92ea8a8b05) - **feat:** add `string/base/last-code-point` _(by Aditya Sapra, Pranav, Philipp Burckhardt)_
41+
## 0.1.1 (2024-07-26)
4942

50-
</details>
43+
No changes reported for this release.
5144

5245
</section>
5346

54-
<!-- /.commits -->
55-
56-
<section class="contributors">
57-
58-
### Contributors
59-
60-
A total of 3 people contributed to this release. Thank you to the following contributors:
47+
<!-- /.release -->
6148

62-
- Aditya Sapra
63-
- Philipp Burckhardt
64-
- Pranav
49+
<section class="release" id="v0.1.0">
6550

66-
</section>
51+
## 0.1.0 (2024-04-13)
6752

68-
<!-- /.contributors -->
53+
No changes reported for this release.
6954

7055
</section>
7156

README.md

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

175-
[test-image]: https://github.com/stdlib-js/string-base-last-code-point/actions/workflows/test.yml/badge.svg?branch=v0.1.1
176-
[test-url]: https://github.com/stdlib-js/string-base-last-code-point/actions/workflows/test.yml?query=branch:v0.1.1
175+
[test-image]: https://github.com/stdlib-js/string-base-last-code-point/actions/workflows/test.yml/badge.svg?branch=main
176+
[test-url]: https://github.com/stdlib-js/string-base-last-code-point/actions/workflows/test.yml?query=branch:main
177177

178178
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-base-last-code-point/main.svg
179179
[coverage-url]: https://codecov.io/github/stdlib-js/string-base-last-code-point?branch=main

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/regexp-utf16-surrogate-pair": "^0.2.1"
40+
"@stdlib/regexp-utf16-surrogate-pair": "^0.2.2"
4141
},
4242
"devDependencies": {
43-
"@stdlib/assert-is-string": "^0.2.1",
43+
"@stdlib/assert-is-string": "^0.2.2",
4444
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4545
"istanbul": "^0.4.1",
4646
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
47-
"@stdlib/bench-harness": "^0.2.1"
47+
"@stdlib/bench-harness": "^0.2.2"
4848
},
4949
"engines": {
5050
"node": ">=0.10.0",

0 commit comments

Comments
 (0)