Skip to content

Commit e87e77b

Browse files
committed
Auto-generated commit
1 parent a47e22d commit e87e77b

File tree

5 files changed

+21
-101
lines changed

5 files changed

+21
-101
lines changed

.github/.keepalive

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T02:06:59.297Z

.gitignore

+2
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

+14-97
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)
5+
<section class="release" id="unreleased">
86

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>
16-
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,55 +36,31 @@ A total of 1 person contributed to this release. Thank you to this contributor:
4636

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

49-
<section class="release" id="v0.2.1">
39+
<section class="release" id="v0.2.2">
5040

51-
## 0.2.1 (2024-02-22)
41+
## 0.2.2 (2024-07-27)
5242

5343
No changes reported for this release.
5444

5545
</section>
5646

5747
<!-- /.release -->
5848

59-
<section class="release" id="v0.2.0">
60-
61-
## 0.2.0 (2024-02-14)
62-
63-
<section class="bug-fixes">
64-
65-
### Bug Fixes
66-
67-
- [`ff35f38`](https://github.com/stdlib-js/stdlib/commit/ff35f3846e467adce5c8244342a04e2fd4a2ac84) - make CLI scripts executable [(#1111)](https://github.com/stdlib-js/stdlib/pull/1111)
68-
69-
</section>
70-
71-
<!-- /.bug-fixes -->
72-
73-
<section class="commits">
74-
75-
### Commits
76-
77-
<details>
49+
<section class="release" id="v0.2.1">
7850

79-
- [`ff35f38`](https://github.com/stdlib-js/stdlib/commit/ff35f3846e467adce5c8244342a04e2fd4a2ac84) - **fix:** make CLI scripts executable [(#1111)](https://github.com/stdlib-js/stdlib/pull/1111) _(by stdlib-bot, Philipp Burckhardt)_
51+
## 0.2.1 (2024-02-22)
8052

81-
</details>
53+
No changes reported for this release.
8254

8355
</section>
8456

85-
<!-- /.commits -->
86-
87-
<section class="contributors">
88-
89-
### Contributors
90-
91-
A total of 1 person contributed to this release. Thank you to this contributor:
57+
<!-- /.release -->
9258

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

95-
</section>
61+
## 0.2.0 (2024-02-14)
9662

97-
<!-- /.contributors -->
63+
No changes reported for this release.
9864

9965
</section>
10066

@@ -114,56 +80,7 @@ No changes reported for this release.
11480

11581
## 0.1.0 (2023-09-23)
11682

117-
<section class="features">
118-
119-
### Features
120-
121-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
122-
- [`3c153c4`](https://github.com/stdlib-js/stdlib/commit/3c153c4341c58db2fde9b616f1990be964482cf8) - use type predicates for narrowing
123-
124-
</section>
125-
126-
<!-- /.features -->
127-
128-
<section class="breaking-changes">
129-
130-
### BREAKING CHANGES
131-
132-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
133-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
134-
135-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
136-
137-
</section>
138-
139-
<!-- /.breaking-changes -->
140-
141-
<section class="commits">
142-
143-
### Commits
144-
145-
<details>
146-
147-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
148-
- [`3c153c4`](https://github.com/stdlib-js/stdlib/commit/3c153c4341c58db2fde9b616f1990be964482cf8) - **feat:** use type predicates for narrowing _(by Philipp Burckhardt)_
149-
150-
</details>
151-
152-
</section>
153-
154-
<!-- /.commits -->
155-
156-
<section class="contributors">
157-
158-
### Contributors
159-
160-
A total of 1 person contributed to this release. Thank you to this contributor:
161-
162-
- Philipp Burckhardt
163-
164-
</section>
165-
166-
<!-- /.contributors -->
83+
No changes reported for this release.
16784

16885
</section>
16986

README.md

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

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

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@
5454
"@stdlib/assert-is-browser": "^0.2.2",
5555
"@stdlib/assert-is-windows": "^0.2.2",
5656
"@stdlib/process-exec-path": "^0.2.2",
57-
"@stdlib/string-from-code-point": "^0.2.1",
57+
"@stdlib/string-from-code-point": "^0.2.2",
5858
"@stdlib/string-replace": "^0.2.2",
5959
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6060
"proxyquire": "^2.0.0",
6161
"istanbul": "^0.4.1",
6262
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
63-
"@stdlib/bench-harness": "^0.2.1"
63+
"@stdlib/bench-harness": "^0.2.2"
6464
},
6565
"engines": {
6666
"node": ">=0.10.0",

0 commit comments

Comments
 (0)