Skip to content

Commit fb415ab

Browse files
committed
Auto-generated commit
1 parent f488184 commit fb415ab

File tree

5 files changed

+31
-29
lines changed

5 files changed

+31
-29
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:22:58.671Z

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

33
> Package changelog.
44
5-
<section class="release" id="v0.1.1">
6-
7-
## 0.1.1 (2024-07-27)
8-
9-
No changes reported for this release.
5+
<section class="release" id="unreleased">
106

11-
</section>
12-
13-
<!-- /.release -->
14-
15-
<section class="release" id="v0.1.0">
16-
17-
## 0.1.0 (2024-07-17)
18-
19-
<section class="features">
20-
21-
### Features
22-
23-
- [`1a93d8f`](https://github.com/stdlib-js/stdlib/commit/1a93d8f68b80f61255d114d779d407bd8eb4877d) - add `complex/float64/base/assert/is-not-equal`
24-
25-
</section>
26-
27-
<!-- /.features -->
7+
## Unreleased (2024-08-01)
288

299
<section class="commits">
3010

3111
### Commits
3212

3313
<details>
3414

35-
- [`8908bda`](https://github.com/stdlib-js/stdlib/commit/8908bda11588f80edf375466ae9e84a3d70cf7d3) - **refactor:** update paths _(by Athan Reines)_
36-
- [`1a93d8f`](https://github.com/stdlib-js/stdlib/commit/1a93d8f68b80f61255d114d779d407bd8eb4877d) - **feat:** add `complex/float64/base/assert/is-not-equal` _(by Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
3716

3817
</details>
3918

@@ -57,3 +36,23 @@ A total of 1 person contributed to this release. Thank you to this contributor:
5736

5837
<!-- /.release -->
5938

39+
<section class="release" id="v0.1.1">
40+
41+
## 0.1.1 (2024-07-27)
42+
43+
No changes reported for this release.
44+
45+
</section>
46+
47+
<!-- /.release -->
48+
49+
<section class="release" id="v0.1.0">
50+
51+
## 0.1.0 (2024-07-17)
52+
53+
No changes reported for this release.
54+
55+
</section>
56+
57+
<!-- /.release -->
58+

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
284284
[npm-image]: http://img.shields.io/npm/v/@stdlib/complex-float64-base-assert-is-not-equal.svg
285285
[npm-url]: https://npmjs.org/package/@stdlib/complex-float64-base-assert-is-not-equal
286286

287-
[test-image]: https://github.com/stdlib-js/complex-float64-base-assert-is-not-equal/actions/workflows/test.yml/badge.svg?branch=v0.1.1
288-
[test-url]: https://github.com/stdlib-js/complex-float64-base-assert-is-not-equal/actions/workflows/test.yml?query=branch:v0.1.1
287+
[test-image]: https://github.com/stdlib-js/complex-float64-base-assert-is-not-equal/actions/workflows/test.yml/badge.svg?branch=main
288+
[test-url]: https://github.com/stdlib-js/complex-float64-base-assert-is-not-equal/actions/workflows/test.yml?query=branch:main
289289

290290
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/complex-float64-base-assert-is-not-equal/main.svg
291291
[coverage-url]: https://codecov.io/github/stdlib-js/complex-float64-base-assert-is-not-equal?branch=main

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"url": "https://github.com/stdlib-js/stdlib/issues"
4040
},
4141
"dependencies": {
42-
"@stdlib/complex-float64-ctor": "^0.0.1",
43-
"@stdlib/complex-float64-reim": "^0.1.1",
42+
"@stdlib/complex-float64-ctor": "^0.0.3",
43+
"@stdlib/complex-float64-reim": "^0.1.2",
4444
"@stdlib/utils-library-manifest": "^0.2.2"
4545
},
4646
"devDependencies": {
@@ -51,7 +51,7 @@
5151
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5252
"istanbul": "^0.4.1",
5353
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
54-
"@stdlib/bench-harness": "^0.2.1"
54+
"@stdlib/bench-harness": "^0.2.2"
5555
},
5656
"engines": {
5757
"node": ">=0.10.0",

0 commit comments

Comments
 (0)