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 Jun 4, 2024
1 parent 725a18e commit 0475e78
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
31 changes: 29 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,40 @@

## 0.0.1 (2024-06-04)

<section class="features">

### Features

- [`933ebe4`](https://github.com/stdlib-js/stdlib/commit/933ebe4347a6c5c400e0e5fd93faabe1639fe205) - add `complex/float32/reviver`

</section>

<!-- /.features -->

<section class="breaking-changes">

### BREAKING CHANGES

- [`7381394`](https://github.com/stdlib-js/stdlib/commit/738139479cf29cbe123d7c5028024983ba11b3bd): remove `complex/reviver-float64`

- To migrate, users should update their require/import paths to use
`@stdlib/complex-float64/reviver` which provides the same API and
implementation.

</section>

<!-- /.breaking-changes -->

<section class="commits">

### Commits

<details>

- [`3327e78`](https://github.com/stdlib-js/stdlib/commit/3327e7838636a10cc2f69a0d5a442bfe77f1e3a6) - **build:** guard against case of no releases _(by Philipp Burckhardt)_
- [`3a3b1e0`](https://github.com/stdlib-js/stdlib/commit/3a3b1e08f73a54c5ee46d73045805aee0bb1196d) - **docs:** update package URLs [(##2269)](#2269) _(by stdlib-bot)_
- [`8089b88`](https://github.com/stdlib-js/stdlib/commit/8089b886a4d7d89f15abb068b1021d93f9c4f64e) - **docs:** update paths _(by Athan Reines)_
- [`7381394`](https://github.com/stdlib-js/stdlib/commit/738139479cf29cbe123d7c5028024983ba11b3bd) - **remove:** remove `complex/reviver-float64` _(by Athan Reines)_
- [`933ebe4`](https://github.com/stdlib-js/stdlib/commit/933ebe4347a6c5c400e0e5fd93faabe1639fe205) - **feat:** add `complex/float32/reviver` _(by Athan Reines)_

</details>

Expand All @@ -26,7 +53,7 @@

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

- Philipp Burckhardt
- Athan Reines

</section>

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

[test-image]: https://github.com/stdlib-js/complex-float32-reviver/actions/workflows/test.yml/badge.svg?branch=v0.0.1
[test-url]: https://github.com/stdlib-js/complex-float32-reviver/actions/workflows/test.yml?query=branch:v0.0.1
[test-image]: https://github.com/stdlib-js/complex-float32-reviver/actions/workflows/test.yml/badge.svg?branch=main
[test-url]: https://github.com/stdlib-js/complex-float32-reviver/actions/workflows/test.yml?query=branch:main

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/complex-float32-reviver/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/complex-float32-reviver?branch=main
Expand Down

0 comments on commit 0475e78

Please sign in to comment.