Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Aug 1, 2024
1 parent 3815874 commit a171237
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 46 deletions.
1 change: 1 addition & 0 deletions .github/.keepalive
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2024-08-01T04:46:12.586Z
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ docs/**/node_modules/
pids
*.pid
*.seed
yarn.lock
package-lock.json

# Typescript #
##############
Expand Down
57 changes: 14 additions & 43 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,17 @@

> Package changelog.
<section class="release" id="v0.2.2">
<section class="release" id="unreleased">

## 0.2.2 (2024-07-28)
## Unreleased (2024-08-01)

<section class="commits">

### Commits

<details>

- [`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)_
- [`8089b88`](https://github.com/stdlib-js/stdlib/commit/8089b886a4d7d89f15abb068b1021d93f9c4f64e) - **docs:** update paths _(by Athan Reines)_
- [`038b199`](https://github.com/stdlib-js/stdlib/commit/038b199c32842c02cf678e3ae8305a17aacda05e) - **docs:** update paths _(by Athan Reines)_
- [`db69d04`](https://github.com/stdlib-js/stdlib/commit/db69d047d51336e71ea14e732b20d6b9401c5cf9) - **refactor:** update path _(by Athan Reines)_
- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_

</details>

Expand All @@ -40,66 +36,41 @@ A total of 1 person contributed to this release. Thank you to this contributor:

<!-- /.release -->

<section class="release" id="v0.2.1">
<section class="release" id="v0.2.2">

## 0.2.1 (2024-02-24)
## 0.2.2 (2024-07-28)

No changes reported for this release.

</section>

<!-- /.release -->

<section class="release" id="v0.2.0">
<section class="release" id="v0.2.1">

## 0.2.0 (2024-02-14)
## 0.2.1 (2024-02-24)

No changes reported for this release.

</section>

<!-- /.release -->

<section class="release" id="v0.1.0">

## 0.1.0 (2024-01-20)

<section class="features">

### Features

- [`2fe3462`](https://github.com/stdlib-js/stdlib/commit/2fe34629a275457211b7765ce1e3424f11a49a11) - add `assert/is-same-complex64`

</section>

<!-- /.features -->

<section class="commits">

### Commits

<details>
<section class="release" id="v0.2.0">

- [`a2158dd`](https://github.com/stdlib-js/stdlib/commit/a2158dda7817e0cd367300884a6c78fd0dcbf4c0) - **docs:** update related packages sections [(#1275)](https://github.com/stdlib-js/stdlib/pull/1275) _(by stdlib-bot)_
- [`2fe3462`](https://github.com/stdlib-js/stdlib/commit/2fe34629a275457211b7765ce1e3424f11a49a11) - **feat:** add `assert/is-same-complex64` _(by Athan Reines)_
## 0.2.0 (2024-02-14)

</details>
No changes reported for this release.

</section>

<!-- /.commits -->

<section class="contributors">

### Contributors

A total of 1 person contributed to this release. Thank you to this contributor:
<!-- /.release -->

- Athan Reines
<section class="release" id="v0.1.0">

</section>
## 0.1.0 (2024-01-20)

<!-- /.contributors -->
No changes reported for this release.

</section>

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/assert-is-same-complex64.svg
[npm-url]: https://npmjs.org/package/@stdlib/assert-is-same-complex64

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

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-same-complex64/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/assert-is-same-complex64?branch=main
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@stdlib/assert-is-complex64": "^0.2.2",
"@stdlib/complex-float32-base-assert-is-same-value": "^0.1.0"
"@stdlib/complex-float32-base-assert-is-same-value": "^0.1.1"
},
"devDependencies": {
"@stdlib/assert-is-boolean": "^0.2.2",
Expand Down

0 comments on commit a171237

Please sign in to comment.