8000 Auto-generated commit · stdlib-js/assert-is-complex64@41e2425 · GitHub
[go: up one dir, main page]

Skip to content

Commit 41e2425

Browse files
committed
Auto-generated commit
1 parent 8b45886 commit 41e2425

File tree

5 files changed

+20
-96
lines changed

5 files changed

+20
-96
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:24:22.518Z

.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 & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +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-27)
7+
## Unreleased (2024-08-01)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`3a3b1e0`](https://github.com/stdlib-js/stdlib/commit/3a3b1e08f73a54c5ee46d73045805aee0bb1196d) - **docs:** update package URLs [(#2269)](https://github.com/stdlib-js/stdlib/pull/2269) _(by stdlib-bot)_
16-
- [`8089b88`](https://github.com/stdlib-js/stdlib/commit/8089b886a4d7d89f15abb068b1021d93f9c4f64e) - **docs:** update paths _(by Athan Reines)_
17-
- [`038b199`](https://github.com/stdlib-js/stdlib/commit/038b199c32842c02cf678e3ae8305a17aacda05e) - **docs:** update paths _(by Athan Reines)_
18-
- [`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)_
1916

2017
</details>
2118

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

4037
<!-- /.release -->
4138

42-
<section class="release" id="v0.2.1">
39+
<section class="release" id="v0.2.2">
4340

44-
## 0.2.1 (2024-02-22)
41+
## 0.2.2 (2024-07-27)
4542

4643
No changes reported for this release.
4744

4845
</section>
4946

5047
<!-- /.release -->
5148

52-
<section class="release" id="v0.2.0">
53-
54-
## 0.2.0 (2024-02-14)
55-
56-
<section class="commits">
57-
58-
### Commits
59-
60-
<details>
49+
<section class="release" id="v0.2.1">
6150

62-
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
51+
## 0.2.1 (2024-02-22)
6352

64-
</details>
53+
No changes reported for this release.
6554

6655
</section>
6756

68-
<!-- /.commits -->
69-
70-
<section class="contributors">
71-
72-
### Contributors
73-
74-
A total of 1 person contributed to this release. Thank you to this contributor:
57+
<!-- /.release -->
7558

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

78-
</section>
61+
## 0.2.0 (2024-02-14)
7962

80-
<!-- /.contributors -->
63+
No changes reported for this release.
8164

8265
</section>
8366

@@ -97,69 +80,7 @@ No changes reported for this release.
9780

9881
## 0.1.0 (2023-09-23)
9982

100-
<section class="features">
101-
102-
### Features
103-
104-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
105-
- [`091a743`](https://github.com/stdlib-js/stdlib/commit/091a74301e438c6411ed34f94c668ec3f42ec339) - use type predicates for narrowing
106-
107-
</section>
108-
109-
<!-- /.features -->
110-
111-
<section class="bug-fixes">
112-
113-
### Bug Fixes
114-
115-
- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs
116-
117-
</section>
118-
119-
<!-- /.bug-fixes -->
120-
121-
<section class="breaking-changes">
122-
123-
### BREAKING CHANGES
124-
125-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
126-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
127-
128-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
129-
130-
</section>
131-
132-
<!-- /.breaking-changes -->
133-
134-
<section class="commits">
135-
136-
### Commits
137-
138-
<details>
139-
140-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
141-
- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - **fix:** update import paths for complex type defs _(by Athan Reines)_
142-
- [`3f60609`](https://github.com/stdlib-js/stdlib/commit/3f6060905121938ee8c8a7d9c6ab93d5d82ed2be) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
143-
- [`091a743`](https://github.com/stdlib-js/stdlib/commit/091a74301e438c6411ed34f94c668ec3f42ec339) - **feat:** use type predicates for narrowing _(by Philipp Burckhardt)_
144-
145-
</details>
146-
147-
</section>
148-
149-
<!-- /.commits -->
150-
151-
<section class="contributors">
152-
153-
### Contributors
154-
155-
A total of 2 people contributed to this release. Thank you to the following contributors:
156-
157-
- Athan Reines
158-
- Philipp Burckhardt
159-
160-
</section>
161-
162-
<!-- /.contributors -->
83+
No changes reported for this release.
16384

16485
</section>
16586

README.md

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

165-
[test-image]: https://github.com/stdlib-js/assert-is-complex64/actions/workflows/test.yml/badge.svg?branch=v0.2.2
166-
[test-url]: https://github.com/stdlib-js/assert-is-complex64/actions/workflows/test.yml?query=branch:v0.2.2
165+
[test-image]: https://github.com/stdlib-js/assert-is-complex64/actions/workflows/test.yml/badge.svg?branch=main
166+
[test-url]: https://github.com/stdlib-js/assert-is-complex64/actions/workflows/test.yml?query=branch:main
167167

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
},
4444
"devDependencies": {
4545
"@stdlib/assert-is-boolean": "^0.2.2",
46-
"@stdlib/complex-float64-ctor": "^0.0.2",
46+
"@stdlib/complex-float64-ctor": "^0.0.3",
4747
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4848
"istanbul": "^0.4.1",
4949
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
50-
"@stdlib/bench-harness": "^0.2.1"
50+
"@stdlib/bench-harness": "^0.2.2"
5151
},
5252
"engines": {
5353
"node": ">=0.10.0",

0 commit comments

Comments
 (0)
0