Skip to content

Commit 306ca55

Browse files
committed
Auto-generated commit
1 parent a3697e2 commit 306ca55

4 files changed

Lines changed: 18 additions & 110 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-01T04:44:48.178Z

.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: 13 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.2.2">
6-
7-
## 0.2.2 (2024-07-28)
5+
<section class="release" id="unreleased">
86

9-
<section class="bug-fixes">
10-
11-
### Bug Fixes
12-
13-
- [`cf3f92e`](https://github.com/stdlib-js/stdlib/commit/cf3f92eddd20ec1a4106c8a34f7d7705a9a99dbc) - update include paths
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-
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
26-
- [`e3a3679`](https://github.com/stdlib-js/stdlib/commit/e3a3679f1e733cf02ce47cdc4bd0137bd37bef41) - **refactor:** update paths _(by Athan Reines)_
27-
- [`0406147`](https://github.com/stdlib-js/stdlib/commit/04061476d1036e1b8b786736b1ba1653eddff1ef) - **refactor:** update paths _(by Athan Reines)_
28-
- [`32bbcb3`](https://github.com/stdlib-js/stdlib/commit/32bbcb3b3dae1f028fd18166ee7875a93d44d0ee) - **refactor:** update paths _(by Athan Reines)_
29-
- [`ed9c0a5`](https://github.com/stdlib-js/stdlib/commit/ed9c0a5e55ff09af3dd6af8c38615480e2c1828e) - **refactor:** update paths _(by Athan Reines)_
30-
- [`8908bda`](https://github.com/stdlib-js/stdlib/commit/8908bda11588f80edf375466ae9e84a3d70cf7d3) - **refactor:** update paths _(by Athan Reines)_
31-
- [`038b199`](https://github.com/stdlib-js/stdlib/commit/038b199c32842c02cf678e3ae8305a17aacda05e) - **docs:** update paths _(by Athan Reines)_
32-
- [`cf3f92e`](https://github.com/stdlib-js/stdlib/commit/cf3f92eddd20ec1a4106c8a34f7d7705a9a99dbc) - **fix:** update include paths _(by Athan Reines)_
33-
- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
3416

3517
</details>
3618

@@ -54,48 +36,31 @@ A total of 1 person contributed to this release. Thank you to this contributor:
5436

5537
<!-- /.release -->
5638

57-
<section class="release" id="v0.2.1">
39+
<section class="release" id="v0.2.2">
5840

59-
## 0.2.1 (2024-02-24)
41+
## 0.2.2 (2024-07-28)
6042

6143
No changes reported for this release.
6244

6345
</section>
6446

6547
<!-- /.release -->
6648

67-
<section class="release" id="v0.2.0">
68-
69-
## 0.2.0 (2024-02-14)
70-
71-
<section class="commits">
72-
73-
### Commits
74-
75-
<details>
49+
<section class="release" id="v0.2.1">
7650

77-
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
78-
- [`37c6c77`](https://github.com/stdlib-js/stdlib/commit/37c6c77ce78430486c95f3034dd1c836fac8b65d) - **style:** resolve C lint errors _(by Athan Reines)_
79-
- [`7eb7d96`](https://github.com/stdlib-js/stdlib/commit/7eb7d96f3860d0b1229b905caceb1b6641ee43c5) - **docs:** update links _(by Athan Reines)_
51+
## 0.2.1 (2024-02-24)
8052

81-
</details>
53+
No changes reported for this release.
8254

8355
</section>
8456

85-
<!-- /.commits -->
86-
87-
<section class="contributors">
88-
89-
### Contributors
90-
91-
A total of 2 people contributed to this release. Thank you to the following contributors:
57+
<!-- /.release -->
9258

93-
- Athan Reines
94-
- Philipp Burckhardt
59+
<section class="release" id="v0.2.0">
9560

96-
</section>
61+
## 0.2.0 (2024-02-14)
9762

98-
<!-- /.contributors -->
63+
No changes reported for this release.
9964

10065
</section>
10166

@@ -105,67 +70,7 @@ A total of 2 people contributed to this release. Thank you to the following cont
10570

10671
## 0.1.0 (2023-09-24)
10772

108-
<section class="features">
109-
110-
### Features
111-
112-
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
113-
114-
</section>
115-
116-
<!-- /.features -->
117-
118-
<section class="bug-fixes">
119-
120-
### Bug Fixes
121-
122-
- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs
123-
124-
</section>
125-
126-
<!-- /.bug-fixes -->
127-
128-
<section class="breaking-changes">
129-
130-
### BREAKING CHANGES
131-
132-
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version
133-
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1
134-
135-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
136-
137-
</section>
138-
139-
<!-- /.breaking-changes -->
140-
141-
<section class="commits">
142-
143-
### Commits
144-
145-
<details>
146-
147-
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
148-
- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - **fix:** update import paths for complex type defs _(by Athan Reines)_
149-
- [`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
150-
151-
</details>
152-
153-
</section>
154-
155-
<!-- /.commits -->
156-
157-
<section class="contributors">
158-
159-
### Contributors
160-
161-
A total of 2 people contributed to this release. Thank you to the following contributors:
162-
163-
- Athan Reines
164-
- Philipp Burckhardt
165-
166-
</section>
167-
168-
<!-- /.contributors -->
73+
No changes reported for this release.
16974

17075
</section>
17176

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
293293
[npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-ops-csub.svg
294294
[npm-url]: https://npmjs.org/package/@stdlib/math-base-ops-csub
295295

296-
[test-image]: https://github.com/stdlib-js/math-base-ops-csub/actions/workflows/test.yml/badge.svg?branch=v0.2.2
297-
[test-url]: https://github.com/stdlib-js/math-base-ops-csub/actions/workflows/test.yml?query=branch:v0.2.2
296+
[test-image]: https://github.com/stdlib-js/math-base-ops-csub/actions/workflows/test.yml/badge.svg?branch=main
297+
[test-url]: https://github.com/stdlib-js/math-base-ops-csub/actions/workflows/test.yml?query=branch:main
298298

299299
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-ops-csub/main.svg
300300
[coverage-url]: https://codecov.io/github/stdlib-js/math-base-ops-csub?branch=main

0 commit comments

Comments
 (0)