Skip to content

Commit f06ef4f

Browse files
committed
Auto-generated commit
1 parent a975291 commit f06ef4f

File tree

5 files changed

+23
-94
lines changed

5 files changed

+23
-94
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T02:45:21.968Z

.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 & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +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-
- [`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)_
2616

2717
</details>
2818

@@ -36,7 +26,7 @@
3626

3727
A total of 1 person contributed to this release. Thank you to this contributor:
3828

39-
- Philipp Burckhardt
29+
- Athan Reines
4030

4131
</section>
4232

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

4737
<!-- /.release -->
4838

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

51-
## 0.2.1 (2024-02-23)
41+
## 0.2.2 (2024-07-27)
5242

5343
No changes reported for this release.
5444

5545
</section>
5646

5747
<!-- /.release -->
5848

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

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

71-
</details>
53+
No changes reported for this release.
7254

7355
</section>
7456

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

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

85-
</section>
61+
## 0.2.0 (2024-02-14)
8662

87-
<!-- /.contributors -->
63+
No changes reported for this release.
8864

8965
</section>
9066

@@ -104,57 +80,7 @@ No changes reported for this release.
10480

10581
## 0.1.0 (2023-09-23)
10682

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

15985
</section>
16086

README.md

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

237-
[test-image]: https://github.com/stdlib-js/assert-is-prime/actions/workflows/test.yml/badge.svg?branch=v0.2.2
238-
[test-url]: https://github.com/stdlib-js/assert-is-prime/actions/workflows/test.yml?query=branch:v0.2.2
237+
[test-image]: https://github.com/stdlib-js/assert-is-prime/actions/workflows/test.yml/badge.svg?branch=main
238+
[test-url]: https://github.com/stdlib-js/assert-is-prime/actions/workflows/test.yml?query=branch:main
239239

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@
3838
},
3939
"dependencies": {
4040
"@stdlib/assert-is-number": "^0.2.2",
41-
"@stdlib/math-base-assert-is-prime": "^0.2.1",
41+
"@stdlib/math-base-assert-is-prime": "^0.3.0",
4242
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2"
4343
},
4444
"devDependencies": {
4545
"@stdlib/assert-is-boolean": "^0.2.2",
4646
"@stdlib/datasets-primes-100k": "^0.2.2",
47-
"@stdlib/math-base-special-floor": "^0.2.2",
47+
"@stdlib/math-base-special-floor": "^0.2.3",
4848
"@stdlib/math-base-special-log10": "^0.3.0",
49-
"@stdlib/math-base-special-pow": "^0.2.1",
49+
"@stdlib/math-base-special-pow": "^0.3.0",
5050
"@stdlib/number-ctor": "^0.2.2",
5151
"@stdlib/random-base-discrete-uniform": "^0.2.1",
5252
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5353
"istanbul": "^0.4.1",
5454
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
55-
"@stdlib/bench-harness": "^0.2.1"
55+
"@stdlib/bench-harness": "^0.2.2"
5656
},
5757
"engines": {
5858
"node": ">=0.10.0",

0 commit comments

Comments
 (0)