Skip to content

Commit 87962ac

Browse files
committed
Auto-generated commit
1 parent a809cf9 commit 87962ac

File tree

7 files changed

+42
-96
lines changed

7 files changed

+42
-96
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:10.485Z

.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: 31 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -2,152 +2,95 @@
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.
10-
11-
</section>
12-
13-
<!-- /.release -->
14-
15-
<section class="release" id="v0.2.1">
16-
17-
## 0.2.1 (2024-02-21)
18-
19-
No changes reported for this release.
20-
21-
</section>
22-
23-
<!-- /.release -->
24-
25-
<section class="release" id="v0.2.0">
26-
27-
## 0.2.0 (2024-02-14)
7+
## Unreleased (2024-08-01)
288

299
<section class="commits">
3010

3111
### Commits
3212

3313
<details>
3414

35-
- [`0b15ebe`](https://github.com/stdlib-js/stdlib/commit/0b15ebe4d724b7aec7f27c47f4886bdac3adb7ae) - **docs:** update related packages sections [(#1310)](https://github.com/stdlib-js/stdlib/pull/1310) _(by stdlib-bot)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
3616

3717
</details>
3818

3919
</section>
4020

4121
<!-- /.commits -->
4222

43-
</section>
44-
45-
<!-- /.release -->
23+
<section class="contributors">
4624

47-
<section class="release" id="v0.1.1">
25+
### Contributors
4826

49-
## 0.1.1 (2023-10-03)
27+
A total of 1 person contributed to this release. Thank you to this contributor:
5028

51-
No changes reported for this release.
29+
- Athan Reines
5230

5331
</section>
5432

55-
<!-- /.release -->
56-
57-
<section class="release" id="v0.1.0">
58-
59-
## 0.1.0 (2023-09-22)
60-
61-
<section class="features">
62-
63-
### Features
64-
65-
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - update minimum TypeScript version
33+
<!-- /.contributors -->
6634

6735
</section>
6836

69-
<!-- /.features -->
37+
<!-- /.release -->
7038

71-
<section class="breaking-changes">
39+
<section class="release" id="v0.2.2">
7240

73-
### BREAKING CHANGES
41+
## 0.2.2 (2024-07-26)
7442

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

7745
</section>
7846

79-
<!-- /.breaking-changes -->
80-
81-
<section class="commits">
82-
83-
### Commits
47+
<!-- /.release -->
8448

85-
<details>
49+
<section class="release" id="v0.2.1">
8650

87-
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
51+
## 0.2.1 (2024-02-21)
8852

89-
</details>
53+
No changes reported for this release.
9054

9155
</section>
9256

93-
<!-- /.commits -->
94-
95-
<section class="contributors">
96-
97-
### Contributors
98-
99-
A total of 1 person contributed to this release. Thank you to this contributor:
57+
<!-- /.release -->
10058

101-
- Philipp Burckhardt
59+
<section class="release" id="v0.2.0">
10260

103-
</section>
61+
## 0.2.0 (2024-02-14)
10462

105-
<!-- /.contributors -->
63+
No changes reported for this release.
10664

10765
</section>
10866

10967
<!-- /.release -->
11068

111-
<section class="release" id="v0.0.1">
112-
113-
## 0.0.1 (2023-07-31)
114-
115-
<section class="features">
69+
<section class="release" id="v0.1.1">
11670

117-
### Features
71+
## 0.1.1 (2023-10-03)
11872

119-
- [`c80f976`](https://github.com/stdlib-js/stdlib/commit/c80f97615bfc29e0fcc0b0cf1d70d0240b5191f5) - add `string/base/first-code-point`
73+
No changes reported for this release.
12074

12175
</section>
12276

123-
<!-- /.features -->
124-
125-
<section class="commits">
126-
127-
### Commits
77+
<!-- /.release -->
12878

129-
<details>
79+
<section class="release" id="v0.1.0">
13080

131-
- [`124209c`](https://github.com/stdlib-js/stdlib/commit/124209c4735b689d1a75b4d79ad14666c7431f8a) - **docs:** fix comment _(by Athan Reines)_
132-
- [`c80f976`](https://github.com/stdlib-js/stdlib/commit/c80f97615bfc29e0fcc0b0cf1d70d0240b5191f5) - **feat:** add `string/base/first-code-point` _(by Athan Reines)_
81+
## 0.1.0 (2023-09-22)
13382

134-
</details>
83+
No changes reported for this release.
13584

13685
</section>
13786

138-
<!-- /.commits -->
139-
140-
<section class="contributors">
141-
142-
### Contributors
143-
144-
A total of 1 person contributed to this release. Thank you to this contributor:
87+
<!-- /.release -->
14588

146-
- Athan Reines
89+
<section class="release" id="v0.0.1">
14790

148-
</section>
91+
## 0.0.1 (2023-07-31)
14992

150-
<!-- /.contributors -->
93+
No changes reported for this release.
15194

15295
</section>
15396

README.md

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

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

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