Skip to content

Commit 4b537cb

Browse files
committed
Auto-generated commit
1 parent 9712305 commit 4b537cb

File tree

5 files changed

+21
-67
lines changed

5 files changed

+21
-67
lines changed

.github/.keepalive

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

.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

+15-64
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-
- [`b77ddf7`](https://github.com/stdlib-js/stdlib/commit/b77ddf74c62c7031c7a542d8a661a51e19fd6ebd) - 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-
- [`b77ddf7`](https://github.com/stdlib-js/stdlib/commit/b77ddf74c62c7031c7a542d8a661a51e19fd6ebd) - **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,80 +36,41 @@ 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-24)
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">
49+
<section class="release" id="v0.2.1">
6050

61-
## 0.2.0 (2024-02-14)
51+
## 0.2.1 (2024-02-24)
6252

6353
No changes reported for this release.
6454

6555
</section>
6656

6757
<!-- /.release -->
6858

69-
<section class="release" id="v0.1.0">
70-
71-
## 0.1.0 (2023-09-23)
72-
73-
<section class="features">
74-
75-
### Features
76-
77-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
78-
- [`d88aba7`](https://github.com/stdlib-js/stdlib/commit/d88aba7b024258e4f494b43d2cf8236d6965cc0b) - use type predicates for narrowing
79-
80-
</section>
81-
82-
<!-- /.features -->
83-
84-
<section class="breaking-changes">
85-
86-
### BREAKING CHANGES
87-
88-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
89-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
90-
91-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
92-
93-
</section>
94-
95-
<!-- /.breaking-changes -->
96-
97-
<section class="commits">
98-
99-
### Commits
100-
101-
<details>
59+
<section class="release" id="v0.2.0">
10260

103-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
104-
- [`d88aba7`](https://github.com/stdlib-js/stdlib/commit/d88aba7b024258e4f494b43d2cf8236d6965cc0b) - **feat:** use type predicates for narrowing _(by Philipp Burckhardt)_
61+
## 0.2.0 (2024-02-14)
10562

106-
</details>
63+
No changes reported for this release.
10764

10865
</section>
10966

110-
<!-- /.commits -->
111-
112-
<section class="contributors">
113-
114-
### Contributors
115-
116-
A total of 1 person contributed to this release. Thank you to this contributor:
67+
<!-- /.release -->
11768

118-
- Philipp Burckhardt
69+
<section class="release" id="v0.1.0">
11970

120-
</section>
71+
## 0.1.0 (2023-09-23)
12172

122-
<!-- /.contributors -->
73+
No changes reported for this release.
12374

12475
</section>
12576

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
193193
[npm-image]: http://img.shields.io/npm/v/@stdlib/assert-is-typed-array-length.svg
194194
[npm-url]: https://npmjs.org/package/@stdlib/assert-is-typed-array-length
195195

196-
[test-image]: https://github.com/stdlib-js/assert-is-typed-array-length/actions/workflows/test.yml/badge.svg?branch=v0.2.2
197-
[test-url]: https://github.com/stdlib-js/assert-is-typed-array-length/actions/workflows/test.yml?query=branch:v0.2.2
196+
[test-image]: https://github.com/stdlib-js/assert-is-typed-array-length/actions/workflows/test.yml/badge.svg?branch=main
197+
[test-url]: https://github.com/stdlib-js/assert-is-typed-array-length/actions/workflows/test.yml?query=branch:main
198198

199199
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-typed-array-length/main.svg
200200
[coverage-url]: https://codecov.io/github/stdlib-js/assert-is-typed-array-length?branch=main

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4646
"istanbul": "^0.4.1",
4747
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
48-
"@stdlib/bench-harness": "^0.2.1"
48+
"@stdlib/bench-harness": "^0.2.2"
4949
},
5050
"engines": {
5151
"node": ">=0.10.0",

0 commit comments

Comments
 (0)