Skip to content

Commit 2394b43

Browse files
committed
Auto-generated commit
1 parent e50dba0 commit 2394b43

File tree

5 files changed

+22
-84
lines changed

5 files changed

+22
-84
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:05:43.789Z

.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: 14 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
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

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`a8676e3`](https://github.com/stdlib-js/stdlib/commit/a8676e399ca6a29d83904c1ec8ec816e4041a2de) - **bench:** update `assert/is-boolean` benchmarks to measure affirmative/negative test values [(#1458)](https://github.com/stdlib-js/stdlib/pull/1458) _(by Snehil Shah)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1616

1717
</details>
1818

@@ -26,7 +26,7 @@
2626

2727
A total of 1 person contributed to this release. Thank you to this contributor:
2828

29-
- Snehil Shah
29+
- Athan Reines
3030

3131
</section>
3232

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

3737
<!-- /.release -->
3838

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

41-
## 0.2.1 (2024-02-21)
41+
## 0.2.2 (2024-07-27)
4242

4343
No changes reported for this release.
4444

4545
</section>
4646

4747
<!-- /.release -->
4848

49-
<section class="release" id="v0.2.0">
50-
51-
## 0.2.0 (2024-02-14)
52-
53-
<section class="commits">
54-
55-
### Commits
56-
57-
<details>
49+
<section class="release" id="v0.2.1">
5850

59-
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
60-
- [`710ba8a`](https://github.com/stdlib-js/stdlib/commit/710ba8a93eda1c94667d3c610c0b286be84e7463) - **build:** replace tslint directive _(by Philipp Burckhardt)_
51+
## 0.2.1 (2024-02-21)
6152

62-
</details>
53+
No changes reported for this release.
6354

6455
</section>
6556

66-
<!-- /.commits -->
67-
68-
<section class="contributors">
69-
70-
### Contributors
71-
72-
A total of 1 person contributed to this release. Thank you to this contributor:
57+
<!-- /.release -->
7358

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

76-
</section>
61+
## 0.2.0 (2024-02-14)
7762

78-
<!-- /.contributors -->
63+
No changes reported for this release.
7964

8065
</section>
8166

@@ -95,57 +80,7 @@ No changes reported for this release.
9580

9681
## 0.1.0 (2023-09-22)
9782

98-
<section class="features">
99-
100-
### Features
101-
102-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
103-
- [`b121c69`](https://github.com/stdlib-js/stdlib/commit/b121c695c2fd48724feb0ffbc313a532e30966c6) - 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-
- [`b121c69`](https://github.com/stdlib-js/stdlib/commit/b121c695c2fd48724feb0ffbc313a532e30966c6) - **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 -->
83+
No changes reported for this release.
14984

15085
</section>
15186

README.md

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

203-
[test-image]: https://github.com/stdlib-js/assert-is-boolean/actions/workflows/test.yml/badge.svg?branch=v0.2.2
204-
[test-url]: https://github.com/stdlib-js/assert-is-boolean/actions/workflows/test.yml?query=branch:v0.2.2
203+
[test-image]: https://github.com/stdlib-js/assert-is-boolean/actions/workflows/test.yml/badge.svg?branch=main
204+
[test-url]: https://github.com/stdlib-js/assert-is-boolean/actions/workflows/test.yml?query=branch:main
205205

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
"@stdlib/assert-has-tostringtag-support": "^0.2.2",
4141
"@stdlib/boolean-ctor": "^0.2.2",
4242
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2",
43-
"@stdlib/utils-native-class": "^0.2.1"
43+
"@stdlib/utils-native-class": "^0.2.2"
4444
},
4545
"devDependencies": {
46-
"@stdlib/assert-has-symbol-support": "^0.2.1",
46+
"@stdlib/assert-has-symbol-support": "^0.2.2",
4747
"proxyquire": "^2.0.0",
4848
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4949
"istanbul": "^0.4.1",
5050
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
51-
"@stdlib/bench-harness": "^0.2.1"
51+
"@stdlib/bench-harness": "^0.2.2"
5252
},
5353
"engines": {
5454
"node": ">=0.10.0",

0 commit comments

Comments
 (0)