Skip to content

Commit 9241231

Browse files
committed
Auto-generated commit
1 parent b2afbb0 commit 9241231

File tree

5 files changed

+27
-61
lines changed

5 files changed

+27
-61
lines changed

.github/.keepalive

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T03:13:09.916Z

.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

+19-56
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.2.2">
6-
7-
## 0.2.2 (2024-07-28)
8-
9-
No changes reported for this release.
10-
11-
</section>
5+
<section class="release" id="unreleased">
126

13-
<!-- /.release -->
14-
15-
<section class="release" id="v0.2.1">
16-
17-
## 0.2.1 (2024-02-24)
18-
19-
No changes reported for this release.
20-
21-
</section>
22-
23-
<!-- /.release -->
24-
25-
<section class="release" id="v0.2.0">
26-
27-
## 0.2.0 (2024-02-14)
7+
## Unreleased (2024-08-01)
288

299
<section class="commits">
3010

3111
### Commits
3212

3313
<details>
3414

35-
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
3616

3717
</details>
3818

@@ -46,7 +26,7 @@ No changes reported for this release.
4626

4727
A total of 1 person contributed to this release. Thank you to this contributor:
4828

49-
- Philipp Burckhardt
29+
- Athan Reines
5030

5131
</section>
5232

@@ -56,58 +36,41 @@ A total of 1 person contributed to this release. Thank you to this contributor:
5636

5737
<!-- /.release -->
5838

59-
<section class="release" id="v0.1.0">
60-
61-
## 0.1.0 (2023-09-23)
62-
63-
<section class="features">
39+
<section class="release" id="v0.2.2">
6440

65-
### Features
41+
## 0.2.2 (2024-07-28)
6642

67-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
43+
No changes reported for this release.
6844

6945
</section>
7046

71-
<!-- /.features -->
72-
73-
<section class="breaking-changes">
47+
<!-- /.release -->
7448

75-
### BREAKING CHANGES
49+
<section class="release" id="v0.2.1">
7650

77-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
78-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
51+
## 0.2.1 (2024-02-24)
7952

80-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
53+
No changes reported for this release.
8154

8255
</section>
8356

84-
<!-- /.breaking-changes -->
85-
86-
<section class="commits">
87-
88-
### Commits
57+
<!-- /.release -->
8958

90-
<details>
59+
<section class="release" id="v0.2.0">
9160

92-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
61+
## 0.2.0 (2024-02-14)
9362

94-
</details>
63+
No changes reported for this release.
9564

9665
</section>
9766

98-
<!-- /.commits -->
99-
100-
<section class="contributors">
101-
102-
### Contributors
103-
104-
A total of 1 person contributed to this release. Thank you to this contributor:
67+
<!-- /.release -->
10568

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

108-
</section>
71+
## 0.1.0 (2023-09-23)
10972

110-
<!-- /.contributors -->
73+
No changes reported for this release.
11174

11275
</section>
11376

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
186186
[npm-image]: http://img.shields.io/npm/v/@stdlib/assert-tools-array-like-function.svg
187187
[npm-url]: https://npmjs.org/package/@stdlib/assert-tools-array-like-function
188188

189-
[test-image]: https://github.com/stdlib-js/assert-tools-array-like-function/actions/workflows/test.yml/badge.svg?branch=v0.2.2
190-
[test-url]: https://github.com/stdlib-js/assert-tools-array-like-function/actions/workflows/test.yml?query=branch:v0.2.2
189+
[test-image]: https://github.com/stdlib-js/assert-tools-array-like-function/actions/workflows/test.yml/badge.svg?branch=main
190+
[test-url]: https://github.com/stdlib-js/assert-tools-array-like-function/actions/workflows/test.yml?query=branch:main
191191

192192
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-tools-array-like-function/main.svg
193193
[coverage-url]: https://codecov.io/github/stdlib-js/assert-tools-array-like-function?branch=main

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,20 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/assert-is-array-like": "^0.2.1",
40+
"@stdlib/assert-is-array-like": "^0.2.2",
4141
"@stdlib/string-format": "^0.2.2",
4242
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
4343
},
4444
"devDependencies": {
4545
"@stdlib/assert-is-boolean": "^0.2.2",
4646
"@stdlib/assert-is-even": "^0.2.2",
4747
"@stdlib/math-base-assert-is-even": "^0.2.3",
48-
"@stdlib/math-base-special-pow": "^0.2.1",
48+
"@stdlib/math-base-special-pow": "^0.3.0",
4949
"@stdlib/utils-noop": "^0.2.2",
5050
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5151
"istanbul": "^0.4.1",
5252
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
53-
"@stdlib/bench-harness": "^0.2.1"
53+
"@stdlib/bench-harness": "^0.2.2"
5454
},
5555
"engines": {
5656
"node": ">=0.10.0",

0 commit comments

Comments
 (0)