Skip to content

Commit 7366bb2

Browse files
committed
Auto-generated commit
1 parent 238950d commit 7366bb2

File tree

5 files changed

+20
-92
lines changed

5 files changed

+20
-92
lines changed

.github/.keepalive

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

.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-89
Original file line numberDiff line numberDiff line change
@@ -2,28 +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
5+
<section class="release" id="unreleased">
126

13-
- [`b77ddf7`](https://github.com/stdlib-js/stdlib/commit/b77ddf74c62c7031c7a542d8a661a51e19fd6ebd) - 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-
- [`8a88ec1`](https://github.com/stdlib-js/stdlib/commit/8a88ec1f450ddc7cc4e9004f94299fe864bf7acb) - **docs:** update related packages sections [(#2006)](https://github.com/stdlib-js/stdlib/pull/2006) _(by stdlib-bot)_
26-
- [`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)_
2716

2817
</details>
2918

@@ -37,7 +26,7 @@
3726

3827
A total of 1 person contributed to this release. Thank you to this contributor:
3928

40-
- Philipp Burckhardt
29+
- Athan Reines
4130

4231
</section>
4332

@@ -47,45 +36,31 @@ A total of 1 person contributed to this release. Thank you to this contributor:
4736

4837
<!-- /.release -->
4938

50-
<section class="release" id="v0.2.1">
39+
<section class="release" id="v0.2.2">
5140

52-
## 0.2.1 (2024-02-24)
41+
## 0.2.2 (2024-07-27)
5342

5443
No changes reported for this release.
5544

5645
</section>
5746

5847
<!-- /.release -->
5948

60-
<section class="release" id="v0.2.0">
61-
62-
## 0.2.0 (2024-02-14)
63-
64-
<section class="commits">
65-
66-
### Commits
67-
68-
<details>
49+
<section class="release" id="v0.2.1">
6950

70-
- [`710ba8a`](https://github.com/stdlib-js/stdlib/commit/710ba8a93eda1c94667d3c610c0b286be84e7463) - **build:** replace tslint directive _(by Philipp Burckhardt)_
51+
## 0.2.1 (2024-02-24)
7152

72-
</details>
53+
No changes reported for this release.
7354

7455
</section>
7556

76-
<!-- /.commits -->
77-
78-
<section class="contributors">
79-
80-
### Contributors
81-
82-
A total of 1 person contributed to this release. Thank you to this contributor:
57+
<!-- /.release -->
8358

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

86-
</section>
61+
## 0.2.0 (2024-02-14)
8762

88-
<!-- /.contributors -->
63+
No changes reported for this release.
8964

9065
</section>
9166

@@ -95,57 +70,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
9570

9671
## 0.1.0 (2023-09-23)
9772

98-
<section class="features">
99-
100-
### Features
101-
102-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
103-
- [`886d7f9`](https://github.com/stdlib-js/stdlib/commit/886d7f9cd3bb190f49e3d08c20f5b817b4b249f4) - use type predicates for narrowing
104-
105-
</section>
106-
107-
<!-- /.features -->
108-
109-
<section class="breaking-changes">
110-
111-
### BREAKING CHANGES
112-
113-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
114-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
115-
116-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
117-
118-
</section>
119-
120-
<!-- /.breaking-changes -->
121-
122-
<section class="commits">
123-
124-
### Commits
125-
126-
<details>
127-
128-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
129-
- [`3f60609`](https://github.com/stdlib-js/stdlib/commit/3f6060905121938ee8c8a7d9c6ab93d5d82ed2be) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
130-
- [`886d7f9`](https://github.com/stdlib-js/stdlib/commit/886d7f9cd3bb190f49e3d08c20f5b817b4b249f4) - **feat:** use type predicates for narrowing _(by Philipp Burckhardt)_
131-
132-
</details>
133-
134-
</section>
135-
136-
<!-- /.commits -->
137-
138-
<section class="contributors">
139-
140-
### Contributors
141-
142-
A total of 1 person contributed to this release. Thank you to this contributor:
143-
144-
- Philipp Burckhardt
145-
146-
</section>
147-
148-
<!-- /.contributors -->
73+
No changes reported for this release.
14974

15075
</section>
15176

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
217217
[npm-image]: http://img.shields.io/npm/v/@stdlib/assert-is-nonnegative-integer.svg
218218
[npm-url]: https://npmjs.org/package/@stdlib/assert-is-nonnegative-integer
219219

220-
[test-image]: https://github.com/stdlib-js/assert-is-nonnegative-integer/actions/workflows/test.yml/badge.svg?branch=v0.2.2
221-
[test-url]: https://github.com/stdlib-js/assert-is-nonnegative-integer/actions/workflows/test.yml?query=branch:v0.2.2
220+
[test-image]: https://github.com/stdlib-js/assert-is-nonnegative-integer/actions/workflows/test.yml/badge.svg?branch=main
221+
[test-url]: https://github.com/stdlib-js/assert-is-nonnegative-integer/actions/workflows/test.yml?query=branch:main
222222

223223
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-nonnegative-integer/main.svg
224224
[coverage-url]: https://codecov.io/github/stdlib-js/assert-is-nonnegative-integer?branch=main

package.json

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

0 commit comments

Comments
 (0)