Skip to content

Commit 4066e97

Browse files
committed
Auto-generated commit
1 parent 394ed41 commit 4066e97

File tree

5 files changed

+25
-72
lines changed

5 files changed

+25
-72
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:22:48.964Z

.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: 15 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.2.2">
6-
7-
## 0.2.2 (2024-07-27)
8-
9-
<section class="bug-fixes">
10-
11-
### Bug Fixes
12-
13-
- [`30112b7`](https://github.com/stdlib-js/stdlib/commit/30112b7202358710becc8ea77f4261dd3e7459f3) - replace use of type guards with boolean return type
14-
15-
</section>
5+
<section class="release" id="unreleased">
166

17-
<!-- /.bug-fixes -->
7+
## Unreleased (2024-08-01)
188

199
<section class="commits">
2010

2111
### Commits
2212

2313
<details>
2414

25-
- [`30112b7`](https://github.com/stdlib-js/stdlib/commit/30112b7202358710becc8ea77f4261dd3e7459f3) - **fix:** replace use of type guards with boolean return type _(by Philipp Burckhardt)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
2616

2717
</details>
2818

@@ -36,7 +26,7 @@
3626

3727
A total of 1 person contributed to this release. Thank you to this contributor:
3828

39-
- Philipp Burckhardt
29+
- Athan Reines
4030

4131
</section>
4232

@@ -46,6 +36,16 @@ A total of 1 person contributed to this release. Thank you to this contributor:
4636

4737
<!-- /.release -->
4838

39+
<section class="release" id="v0.2.2">
40+
41+
## 0.2.2 (2024-07-27)
42+
43+
No changes reported for this release.
44+
45+
</section>
46+
47+
<!-- /.release -->
48+
4949
<section class="release" id="v0.2.1">
5050

5151
## 0.2.1 (2024-02-22)
@@ -80,57 +80,7 @@ No changes reported for this release.
8080

8181
## 0.1.0 (2023-09-22)
8282

83-
<section class="features">
84-
85-
### Features
86-
87-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
88-
- [`757db5e`](https://github.com/stdlib-js/stdlib/commit/757db5e1806c30c389b5f4c6f04f6cf7035d3c97) - use type predicates for narrowing
89-
90-
</section>
91-
92-
<!-- /.features -->
93-
94-
<section class="breaking-changes">
95-
96-
### BREAKING CHANGES
97-
98-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
99-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
100-
101-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
102-
103-
</section>
104-
105-
<!-- /.breaking-changes -->
106-
107-
<section class="commits">
108-
109-
### Commits
110-
111-
<details>
112-
113-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
114-
- [`3f60609`](https://github.com/stdlib-js/stdlib/commit/3f6060905121938ee8c8a7d9c6ab93d5d82ed2be) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
115-
- [`757db5e`](https://github.com/stdlib-js/stdlib/commit/757db5e1806c30c389b5f4c6f04f6cf7035d3c97) - **feat:** use type predicates for narrowing _(by Philipp Burckhardt)_
116-
117-
</details>
118-
119-
</section>
120-
121-
<!-- /.commits -->
122-
123-
<section class="contributors">
124-
125-
### Contributors
126-
127-
A total of 1 person contributed to this release. Thank you to this contributor:
128-
129-
- Philipp Burckhardt
130-
131-
</section>
132-
133-
<!-- /.contributors -->
83+
No changes reported for this release.
13484

13585
</section>
13686

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
258258
[npm-image]: http://img.shields.io/npm/v/@stdlib/assert-is-regexp-string.svg
259259
[npm-url]: https://npmjs.org/package/@stdlib/assert-is-regexp-string
260260

261-
[test-image]: https://github.com/stdlib-js/assert-is-regexp-string/actions/workflows/test.yml/badge.svg?branch=v0.2.2
262-
[test-url]: https://github.com/stdlib-js/assert-is-regexp-string/actions/workflows/test.yml?query=branch:v0.2.2
261+
[test-image]: https://github.com/stdlib-js/assert-is-regexp-string/actions/workflows/test.yml/badge.svg?branch=main
262+
[test-url]: https://github.com/stdlib-js/assert-is-regexp-string/actions/workflows/test.yml?query=branch:main
263263

264264
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-regexp-string/main.svg
265265
[coverage-url]: https://codecov.io/github/stdlib-js/assert-is-regexp-string?branch=main

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,23 @@
4343
"@stdlib/assert-is-string": "^0.2.2",
4444
"@stdlib/cli-ctor": "^0.2.2",
4545
"@stdlib/fs-read-file": "^0.2.2",
46-
"@stdlib/process-read-stdin": "^0.2.1",
46+
"@stdlib/process-read-stdin": "^0.2.2",
4747
"@stdlib/regexp-eol": "^0.2.2",
4848
"@stdlib/regexp-regexp": "^0.2.2",
4949
"@stdlib/streams-node-stdin": "^0.2.2",
5050
"@stdlib/utils-regexp-from-string": "^0.2.2"
5151
},
5252
"devDependencies": {
5353
"@stdlib/assert-is-boolean": "^0.2.2",
54-
"@stdlib/assert-is-browser": "^0.2.1",
54+
"@stdlib/assert-is-browser": "^0.2.2",
5555
"@stdlib/assert-is-windows": "^0.2.2",
56-
"@stdlib/process-exec-path": "^0.2.1",
57-
"@stdlib/string-replace": "^0.2.1",
56+
"@stdlib/process-exec-path": "^0.2.2",
57+
"@stdlib/string-replace": "^0.2.2",
5858
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5959
"proxyquire": "^2.0.0",
6060
"istanbul": "^0.4.1",
6161
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
62-
"@stdlib/bench-harness": "^0.2.1"
62+
"@stdlib/bench-harness": "^0.2.2"
6363
},
6464
"engines": {
6565
"node": ">=0.10.0",

0 commit comments

Comments
 (0)