Skip to content

Commit 7a7fc9e

Browse files
committed
Auto-generated commit
1 parent efaaafb commit 7a7fc9e

File tree

5 files changed

+22
-61
lines changed

5 files changed

+22
-61
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T05:09:55.261Z

.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 & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.2.2">
5+
<section class="release" id="unreleased">
66

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

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`41d41e9`](https://github.com/stdlib-js/stdlib/commit/41d41e959b4eaad3c631e6898e3144a4015a5458) - **test:** include trailing newlines in Julia-generated JSON fixtures _(by Philipp Burckhardt)_
16-
- [`9ed7d0e`](https://github.com/stdlib-js/stdlib/commit/9ed7d0e7d57edb5ad0dfb65c944bed87d475cbf3) - **chore:** add missing trailing newlines _(by Philipp Burckhardt)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1716

1817
</details>
1918

@@ -27,7 +26,7 @@
2726

2827
A total of 1 person contributed to this release. Thank you to this contributor:
2928

30-
- Philipp Burckhardt
29+
- Athan Reines
3130

3231
</section>
3332

@@ -37,82 +36,41 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3736

3837
<!-- /.release -->
3938

40-
<section class="release" id="v0.2.1">
39+
<section class="release" id="v0.2.2">
4140

42-
## 0.2.1 (2024-02-24)
41+
## 0.2.2 (2024-07-28)
4342

4443
No changes reported for this release.
4544

4645
</section>
4746

4847
<!-- /.release -->
4948

50-
<section class="release" id="v0.2.0">
49+
<section class="release" id="v0.2.1">
5150

52-
## 0.2.0 (2024-02-14)
51+
## 0.2.1 (2024-02-24)
5352

5453
No changes reported for this release.
5554

5655
</section>
5756

5857
<!-- /.release -->
5958

60-
<section class="release" id="v0.1.0">
61-
62-
## 0.1.0 (2023-09-24)
63-
64-
<section class="features">
65-
66-
### Features
67-
68-
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
69-
70-
</section>
71-
72-
<!-- /.features -->
73-
74-
<section class="breaking-changes">
75-
76-
### BREAKING CHANGES
77-
78-
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version
79-
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1
80-
81-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
82-
83-
</section>
84-
85-
<!-- /.breaking-changes -->
86-
87-
<section class="commits">
88-
89-
### Commits
90-
91-
<details>
59+
<section class="release" id="v0.2.0">
9260

93-
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
94-
- [`a37ebe2`](https://github.com/stdlib-js/stdlib/commit/a37ebe2b277b2b54f00377b8582d309c65ec33ce) - **docs:** remove empty lines _(by Philipp Burckhardt)_
95-
- [`b734544`](https://github.com/stdlib-js/stdlib/commit/b734544a52783cb7f5cf1115f4355cabe46d0abe) - **refactor:** use strictEqual checks _(by Philipp Burckhardt)_
96-
- [`ce7e336`](https://github.com/stdlib-js/stdlib/commit/ce7e3367c0f9477773fe76dd0eca64dc6ad33c02) - **docs:** update equations _(by Philipp Burckhardt)_
97-
- [`c5da1f9`](https://github.com/stdlib-js/stdlib/commit/c5da1f9a22b1033d40115798acf13a09acf9410d) - **docs:** render equations via math code blocks _(by Philipp Burckhardt)_
61+
## 0.2.0 (2024-02-14)
9862

99-
</details>
63+
No changes reported for this release.
10064

10165
</section>
10266

103-
<!-- /.commits -->
104-
105-
<section class="contributors">
106-
107-
### Contributors
108-
109-
A total of 1 person contributed to this release. Thank you to this contributor:
67+
<!-- /.release -->
11068

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

113-
</section>
71+
## 0.1.0 (2023-09-24)
11472

115-
<!-- /.contributors -->
73+
No changes reported for this release.
11674

11775
</section>
11876

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
183183
[npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-special-sinc.svg
184184
[npm-url]: https://npmjs.org/package/@stdlib/math-base-special-sinc
185185

186-
[test-image]: https://github.com/stdlib-js/math-base-special-sinc/actions/workflows/test.yml/badge.svg?branch=v0.2.2
187-
[test-url]: https://github.com/stdlib-js/math-base-special-sinc/actions/workflows/test.yml?query=branch:v0.2.2
186+
[test-image]: https://github.com/stdlib-js/math-base-special-sinc/actions/workflows/test.yml/badge.svg?branch=main
187+
[test-url]: https://github.com/stdlib-js/math-base-special-sinc/actions/workflows/test.yml?query=branch:main
188188

189189
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-special-sinc/main.svg
190190
[coverage-url]: https://codecov.io/github/stdlib-js/math-base-special-sinc?branch=main

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"@stdlib/constants-float64-pi": "^0.2.2",
4141
"@stdlib/math-base-assert-is-infinite": "^0.2.2",
4242
"@stdlib/math-base-assert-is-nan": "^0.2.2",
43-
"@stdlib/math-base-special-sinpi": "^0.2.1"
43+
"@stdlib/math-base-special-sinpi": "^0.3.0"
4444
},
4545
"devDependencies": {
46-
"@stdlib/array-base-linspace": "^0.2.1",
46+
"@stdlib/array-base-linspace": "^0.2.2",
4747
"@stdlib/constants-float64-eps": "^0.2.2",
4848
"@stdlib/constants-float64-ninf": "^0.2.2",
4949
"@stdlib/constants-float64-pinf": "^0.2.2",

0 commit comments

Comments
 (0)