Skip to content

Commit ea97d42

Browse files
committed
Auto-generated commit
1 parent 7912c93 commit ea97d42

File tree

5 files changed

+45
-64
lines changed

5 files changed

+45
-64
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T01:23:05.834Z

.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
##############

CHANGELOG.md

Lines changed: 33 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -2,107 +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-27)
7+
## Unreleased (2024-08-01)
88

9-
No changes reported for this release.
10-
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-22)
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 -->
24-
25-
<section class="release" id="v0.2.0">
26-
27-
## 0.2.0 (2024-02-14)
21+
<!-- /.commits -->
2822

29-
No changes reported for this release.
23+
<section class="contributors">
3024

31-
</section>
25+
### Contributors
3226

33-
<!-- /.release -->
27+
A total of 1 person contributed to this release. Thank you to this contributor:
3428

35-
<section class="release" id="v0.1.1">
29+
- Athan Reines
3630

37-
## 0.1.1 (2023-10-04)
31+
</section>
3832

39-
No changes reported for this release.
33+
<!-- /.contributors -->
4034

4135
</section>
4236

4337
<!-- /.release -->
4438

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

51-
### Features
41+
## 0.2.2 (2024-07-27)
5242

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

5545
</section>
5646

57-
<!-- /.features -->
47+
<!-- /.release -->
5848

59-
<section class="bug-fixes">
49+
<section class="release" id="v0.2.1">
6050

61-
### Bug Fixes
51+
## 0.2.1 (2024-02-22)
6252

63-
- [`208fac6`](https://github.com/stdlib-js/stdlib/commit/208fac63ffd1075be3419af50d34cf505898854b) - make CLI executable
53+
No changes reported for this release.
6454

6555
</section>
6656

67-
<!-- /.bug-fixes -->
57+
<!-- /.release -->
6858

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

71-
### BREAKING CHANGES
61+
## 0.2.0 (2024-02-14)
7262

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

7565
</section>
7666

77-
<!-- /.breaking-changes -->
78-
79-
<section class="commits">
80-
81-
### Commits
67+
<!-- /.release -->
8268

83-
<details>
69+
<section class="release" id="v0.1.1">
8470

85-
- [`208fac6`](https://github.com/stdlib-js/stdlib/commit/208fac63ffd1075be3419af50d34cf505898854b) - **fix:** make CLI executable _(by Athan Reines)_
86-
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
71+
## 0.1.1 (2023-10-04)
8772

88-
</details>
73+
No changes reported for this release.
8974

9075
</section>
9176

92-
<!-- /.commits -->
93-
94-
<section class="contributors">
95-
96-
### Contributors
97-
98-
A total of 2 people contributed to this release. Thank you to the following contributors:
77+
<!-- /.release -->
9978

100-
- Athan Reines
101-
- Philipp Burckhardt
79+
<section class="release" id="v0.1.0">
10280

103-
</section>
81+
## 0.1.0 (2023-09-22)
10482

105-
<!-- /.contributors -->
83+
No changes reported for this release.
10684

10785
</section>
10886

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
293293
[npm-image]: http://img.shields.io/npm/v/@stdlib/string-substring-before.svg
294294
[npm-url]: https://npmjs.org/package/@stdlib/string-substring-before
295295

296-
[test-image]: https://github.com/stdlib-js/string-substring-before/actions/workflows/test.yml/badge.svg?branch=v0.2.2
297-
[test-url]: https://github.com/stdlib-js/string-substring-before/actions/workflows/test.yml?query=branch:v0.2.2
296+
[test-image]: https://github.com/stdlib-js/string-substring-before/actions/workflows/test.yml/badge.svg?branch=main
297+
[test-url]: https://github.com/stdlib-js/string-substring-before/actions/workflows/test.yml?query=branch:main
298298

299299
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-substring-before/main.svg
300300
[coverage-url]: https://codecov.io/github/stdlib-js/string-substring-before?branch=main

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
"url": "https://github.com/stdlib-js/stdlib/issues"
4141
},
4242
"dependencies": {
43-
"@stdlib/assert-is-regexp-string": "^0.2.1",
43+
"@stdlib/assert-is-regexp-string": "^0.2.2",
4444
"@stdlib/assert-is-string": "^0.2.2",
4545
"@stdlib/cli-ctor": "^0.2.2",
4646
"@stdlib/fs-read-file": "^0.2.2",
47-
"@stdlib/process-read-stdin": "^0.2.1",
47+
"@stdlib/process-read-stdin": "^0.2.2",
4848
"@stdlib/regexp-eol": "^0.2.2",
4949
"@stdlib/streams-node-stdin": "^0.2.2",
5050
"@stdlib/string-format": "^0.2.2",
@@ -53,16 +53,16 @@
5353
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
5454
},
5555
"devDependencies": {
56-
"@stdlib/assert-is-browser": "^0.2.1",
56+
"@stdlib/assert-is-browser": "^0.2.2",
5757
"@stdlib/assert-is-windows": "^0.2.2",
58-
"@stdlib/process-exec-path": "^0.2.1",
59-
"@stdlib/string-from-code-point": "^0.2.1",
60-
"@stdlib/string-replace": "^0.2.1",
58+
"@stdlib/process-exec-path": "^0.2.2",
59+
"@stdlib/string-from-code-point": "^0.2.2",
60+
"@stdlib/string-replace": "^0.2.2",
6161
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6262
"proxyquire": "^2.0.0",
6363
"istanbul": "^0.4.1",
6464
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
65-
"@stdlib/bench-harness": "^0.2.1"
65+
"@stdlib/bench-harness": "^0.2.2"
6666
},
6767
"engines": {
6868
"node": ">=0.10.0",

0 commit comments

Comments
 (0)