Skip to content

Commit 9c88225

Browse files
committed
Auto-generated commit
1 parent 02d910a commit 9c88225

File tree

5 files changed

+23
-71
lines changed

5 files changed

+23
-71
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T00:58:37.128Z

.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 & 66 deletions
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
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-
- [`8a7e5fb`](https://github.com/stdlib-js/stdlib/commit/8a7e5fb11dee8930ac73b69302065a701966146a) - **chore:** address lint errors _(by Philipp Burckhardt)_
26-
- [`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)_
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,6 +36,16 @@ A total of 1 person contributed to this release. Thank you to this contributor:
4736

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

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+
5049
<section class="release" id="v0.2.1">
5150

5251
## 0.2.1 (2024-02-21)
@@ -81,57 +80,7 @@ No changes reported for this release.
8180

8281
## 0.1.0 (2023-09-22)
8382

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

13685
</section>
13786

README.md

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

166-
[test-image]: https://github.com/stdlib-js/assert-is-json/actions/workflows/test.yml/badge.svg?branch=v0.2.2
167-
[test-url]: https://github.com/stdlib-js/assert-is-json/actions/workflows/test.yml?query=branch:v0.2.2
166+
[test-image]: https://github.com/stdlib-js/assert-is-json/actions/workflows/test.yml/badge.svg?branch=main
167+
[test-url]: https://github.com/stdlib-js/assert-is-json/actions/workflows/test.yml?query=branch:main
168168

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
},
3939
"dependencies": {},
4040
"devDependencies": {
41-
"@stdlib/assert-is-boolean": "^0.2.1",
42-
"@stdlib/string-from-code-point": "^0.2.1",
41+
"@stdlib/assert-is-boolean": "^0.2.2",
42+
"@stdlib/string-from-code-point": "^0.2.2",
4343
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4444
"istanbul": "^0.4.1",
4545
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
46-
"@stdlib/bench-harness": "^0.2.1"
46+
"@stdlib/bench-harness": "^0.2.2"
4747
},
4848
"engines": {
4949
"node": ">=0.10.0",

0 commit comments

Comments
 (0)