8000 Auto-generated commit · stdlib-js/utils-async-if-then@4c716e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4c716e8

Browse files
committed
Auto-generated commit
1 parent 6416df4 commit 4c716e8

File tree

5 files changed

+25
-111
lines changed

5 files changed

+25
-111
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:11:18.765Z

.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 & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +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-
- [`19106ca`](https://github.com/stdlib-js/stdlib/commit/19106ca820dcd737e7fcf1b022d9b1b7346c5b52) - update unary predicate error type to include null
14-
- [`952ea72`](https://github.com/stdlib-js/stdlib/commit/952ea72db18b6ff6b06bf89a3559d9f99a69cae5) - properly type predicate error parameter
15-
16-
</section>
17-
18-
<!-- /.bug-fixes -->
19-
20-
<section class="issues">
21-
22-
### Closed Issues
5+
<section class="release" id="unreleased">
236

24-
This release closes the following issue:
25-
26-
[#1096](https://github.com/stdlib-js/stdlib/issues/1096)
27-
28-
</section>
29-
30-
<!-- /.issues -->
7+
## Unreleased (2024-08-01)
318

329
<section class="commits">
3310

3411
### Commits
3512

3613
<details>
3714

38-
- [`19106ca`](https://github.com/stdlib-js/stdlib/commit/19106ca820dcd737e7fcf1b022d9b1b7346c5b52) - **fix:** update unary predicate error type to include null _(by Philipp Burckhardt)_
39-
- [`952ea72`](https://github.com/stdlib-js/stdlib/commit/952ea72db18b6ff6b06bf89a3559d9f99a69cae5) - **fix:** properly type predicate error parameter _(by Philipp Burckhardt)_
40-
- [`174544f`](https://github.com/stdlib-js/stdlib/commit/174544f854a5dd7e839ecf9eb2c46095728f62dd) - **refactor:** use generics to improve type declarations for async/if then [(#1366)](https://github.com/stdlib-js/stdlib/pull/1366) _(by Prajwal Kulkarni)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
4116

4217
</details>
4318

@@ -49,10 +24,9 @@ This release closes the following issue:
4924

5025
### Contributors
5126

52-
A total of 2 people contributed to this release. Thank you to the following contributors:
27+
A total of 1 person contributed to this release. Thank you to this contributor:
5328

54-
- Philipp Burckhardt
55-
- Prajwal Kulkarni
29+
- Athan Reines
5630

5731
</section>
5832

@@ -62,47 +36,31 @@ A total of 2 people contributed to this release. Thank you to the following cont
6236

6337
<!-- /.release -->
6438

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

67-
## 0.2.1 (2024-02-22)
41+
## 0.2.2 (2024-07-27)
6842

6943
No changes reported for this release.
7044

7145
</section>
7246

7347
<!-- /.release -->
7448

75-
<section class="release" id="v0.2.0">
76-
77-
## 0.2.0 (2024-02-14)
78-
79-
<section class="commits">
80-
81-
### Commits
82-
83-
<details>
49+
<section class="release" id="v0.2.1">
8450

85-
- [`97992ab`](https://github.com/stdlib-js/stdlib/commit/97992abedd7d2a3d6daf644c6b12e979642c6783) - **docs:** update related packages sections [(#1301)](https://github.com/stdlib-js/stdlib/pull/1301) _(by stdlib-bot)_
86-
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
87-
- [`453dd85`](https://github.com/stdlib-js/stdlib/commit/453dd85b5dd186d2b4d458256fe84906e1503fe2) - **build:** remove tslint directives _(by Philipp Burckhardt)_
51+
## 0.2.1 (2024-02-22)
8852

89-
</details>
53+
No changes reported for this release.
9054

9155
</section>
9256

93-
<!-- /.commits -->
94-
95-
<section class="contributors">
96-
97-
### Contributors
98-
99-
A total of 1 person contributed to this release. Thank you to this contributor:
57+
<!-- /.release -->
10058

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

103-
</section>
61+
## 0.2.0 (2024-02-14)
10462

105-
<!-- /.contributors -->
63+
No changes reported for this release.
10664

10765
</section>
10866

@@ -122,54 +80,7 @@ No changes reported for this release.
12280

12381
## 0.1.0 (2023-09-22)
12482

125-
<section class="features">
126-
127-
### Features
128-
129-
- [`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0) - update minimum TypeScript version
130-
131-
</section>
132-
133-
<!-- /.features -->
134-
135-
<section class="breaking-changes">
136-
137-
### BREAKING CHANGES
138-
139-
- [`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0): update minimum TypeScript version
140-
- [`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0): update minimum TypeScript version to 4.1
141-
142-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
143-
144-
</section>
145-
146-
<!-- /.breaking-changes -->
147-
148-
<section class="commits">
149-
150-
### Commits
151-
152-
<details>
153-
154-
- [`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
155-
156-
</details>
157-
158-
</section>
159-
160-
<!-- /.commits -->
161-
162-
<section class="contributors">
163-
164-
### Contributors
165-
166-
A total of 1 person contributed to this release. Thank you to this contributor:
167-
168-
- Philipp Burckhardt
169-
170-
</section>
171-
172-
<!-- /.contributors -->
83+
No changes reported for this release.
17384

17485
</section>
17586

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
301301
[npm-image]: http://img.shields.io/npm/v/@stdlib/utils-async-if-then.svg
302302
[npm-url]: https://npmjs.org/package/@stdlib/utils-async-if-then
303303

304-
[test-image]: https://github.com/stdlib-js/utils-async-if-then/actions/workflows/test.yml/badge.svg?branch=v0.2.2
305-
[test-url]: https://github.com/stdlib-js/utils-async-if-then/actions/workflows/test.yml?query=branch:v0.2.2
304+
[test-image]: https://github.com/stdlib-js/utils-async-if-then/actions/workflows/test.yml/badge.svg?branch=main
305+
[test-url]: https://github.com/stdlib-js/utils-async-if-then/actions/workflows/test.yml?query=branch:main
306306

307307
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-async-if-then/main.svg
308308
[coverage-url]: https://codecov.io/github/stdlib-js/utils-async-if-then?branch=main

package.json

Lines changed: 5 additions & 5 deletions
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-function": "^0.2.1",
40+
"@stdlib/assert-is-function": "^0.2.2",
4141
"@stdlib/string-format": "^0.2.2",
4242
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
4343
566 },
4444
"devDependencies": {
45-
"@stdlib/assert-is-nan": "^0.2.1",
46-
"@stdlib/math-base-special-ceil": "^0.2.1",
45+
"@stdlib/assert-is-nan": "^0.2.2",
46+
"@stdlib/math-base-special-ceil": "^0.2.2",
4747
"@stdlib/random-base-randu": "^0.2.1",
48-
"@stdlib/string-repeat": "^0.2.1",
48+
"@stdlib/string-repeat": "^0.2.2",
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)
0