Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Aug 18, 2024
1 parent 91e8b2f commit 48aa9c0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
20 changes: 15 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## 0.3.1 (2024-08-18)

No changes reported for this release.

</section>

<!-- /.release -->

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

## 0.3.0 (2024-08-17)
Expand All @@ -10,7 +20,7 @@

### Packages

<section class="package" id="number-float32-base-exponent-unreleased">
<section class="package" id="number-float32-base-exponent-v0.3.0">

#### [@stdlib/number/float32/base/exponent](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float32/base/exponent)

Expand All @@ -32,7 +42,7 @@

<!-- /.package -->

<section class="package" id="number-float32-base-normalize-unreleased">
<section class="package" id="number-float32-base-normalize-v0.3.0">

#### [@stdlib/number/float32/base/normalize](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float32/base/normalize)

Expand All @@ -54,7 +64,7 @@

<!-- /.package -->

<section class="package" id="number-float32-base-significand-unreleased">
<section class="package" id="number-float32-base-significand-v0.3.0">

#### [@stdlib/number/float32/base/significand](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float32/base/significand)

Expand All @@ -76,7 +86,7 @@

<!-- /.package -->

<section class="package" id="number-float64-base-normalize-unreleased">
<section class="package" id="number-float64-base-normalize-v0.3.0">

#### [@stdlib/number/float64/base/normalize](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float64/base/normalize)

Expand All @@ -98,7 +108,7 @@

<!-- /.package -->

<section class="package" id="number-float64-base-signbit-unreleased">
<section class="package" id="number-float64-base-signbit-v0.3.0">

#### [@stdlib/number/float64/base/signbit](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float64/base/signbit)

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

[test-image]: https://github.com/stdlib-js/number/actions/workflows/test.yml/badge.svg?branch=v0.3.0
[test-url]: https://github.com/stdlib-js/number/actions/workflows/test.yml?query=branch:v0.3.0
[test-image]: https://github.com/stdlib-js/number/actions/workflows/test.yml/badge.svg?branch=v0.3.1
[test-url]: https://github.com/stdlib-js/number/actions/workflows/test.yml?query=branch:v0.3.1

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/number?branch=main
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stdlib/number",
"version": "0.3.0",
"version": "0.3.1",
"description": "Number.",
"license": "Apache-2.0",
"author": {
Expand Down

0 comments on commit 48aa9c0

Please sign in to comment.