Skip to content

Commit de7d178

Browse files
committed
Auto-generated commit
1 parent 1f6a0a3 commit de7d178

7 files changed

Lines changed: 18 additions & 235 deletions

File tree

.github/.keepalive

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

.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: 4 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-07-28)
7+
## Unreleased (2024-08-01)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1616

1717
</details>
1818

@@ -40,57 +40,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
4040

4141
## 0.2.1 (2024-07-27)
4242

43-
<section class="features">
44-
45-
### Features
46-
47-
- [`054472b`](https://github.com/stdlib-js/stdlib/commit/054472bfe29980c542a947a8cf908c84277d4ca3) - add C implementation for `math/base/assert/is-nonnegative-integer` [(#1746)](https://github.com/stdlib-js/stdlib/pull/1746)
48-
49-
</section>
50-
51-
<!-- /.features -->
52-
53-
<section class="issues">
54-
55-
### Closed Issues
56-
57-
This release closes the following issue:
58-
59-
[#1723](https://github.com/stdlib-js/stdlib/issues/1723)
60-
61-
</section>
62-
63-
<!-- /.issues -->
64-
65-
<section class="commits">
66-
67-
### Commits
68-
69-
<details>
70-
71-
- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
72-
- [`d40dbaf`](https://github.com/stdlib-js/stdlib/commit/d40dbafc25e3e10c8fa83f5b4203db97c289823c) - **chore:** update package meta data [(#1812)](https://github.com/stdlib-js/stdlib/pull/1812) _(by stdlib-bot)_
73-
- [`054472b`](https://github.com/stdlib-js/stdlib/commit/054472bfe29980c542a947a8cf908c84277d4ca3) - **feat:** add C implementation for `math/base/assert/is-nonnegative-integer` [(#1746)](https://github.com/stdlib-js/stdlib/pull/1746) _(by Gunj Joshi, Athan Reines)_
74-
75-
</details>
76-
77-
</section>
78-
79-
<!-- /.commits -->
80-
81-
<section class="contributors">
82-
83-
### Contributors
84-
85-
A total of 3 people contributed to this release. Thank you to the following contributors:
86-
87-
- Athan Reines
88-
- Gunj Joshi
89-
- Philipp Burckhardt
90-
91-
</section>
92-
93-
<!-- /.contributors -->
43+
No changes reported for this release.
9444

9545
</section>
9646

@@ -130,55 +80,7 @@ No changes reported for this release.
13080

13181
## 0.1.0 (2023-09-23)
13282

133-
<section class="features">
134-
135-
### Features
136-
137-
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
138-
139-
</section>
140-
141-
<!-- /.features -->
142-
143-
<section class="breaking-changes">
144-
145-
### BREAKING CHANGES
146-
147-
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version
148-
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1
149-
150-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
151-
152-
</section>
153-
154-
<!-- /.breaking-changes -->
155-
156-
<section class="commits">
157-
158-
### Commits
159-
160-
<details>
161-
162-
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
163-
- [`b734544`](https://github.com/stdlib-js/stdlib/commit/b734544a52783cb7f5cf1115f4355cabe46d0abe) - **refactor:** use strictEqual checks _(by Philipp Burckhardt)_
164-
165-
</details>
166-
167-
</section>
168-
169-
<!-- /.commits -->
170-
171-
<section class="contributors">
172-
173-
### Contributors
174-
175-
A total of 1 person contributed to this release. Thank you to this contributor:
176-
177-
- Philipp Burckhardt
178-
179-
</section>
180-
181-
<!-- /.contributors -->
83+
No changes reported for this release.
18284

18385
</section>
18486

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,11 @@ For more information on the project, filing bug reports and feature requests, an
270270

271271
---
272272

273+
## License
274+
275+
See [LICENSE][stdlib-license].
276+
277+
273278
## Copyright
274279

275280
Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
@@ -316,6 +321,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
316321
[esm-readme]: https://github.com/stdlib-js/math-base-assert-is-nonnegative-integer/blob/esm/README.md
317322
[branches-url]: https://github.com/stdlib-js/math-base-assert-is-nonnegative-integer/blob/main/branches.md
318323

324+
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/math-base-assert-is-nonnegative-integer/main/LICENSE
325+
319326
[ieee754]: https://en.wikipedia.org/wiki/IEEE_754-1985
320327

321328
<!-- <related-links> -->

dist/index.js

Lines changed: 4 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.js

Lines changed: 0 additions & 53 deletions
This file was deleted.

dist/native.js

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)