Skip to content

Commit

Permalink
Release v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Nov 5, 2024
1 parent a23f5e2 commit c7be8a2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
24 changes: 17 additions & 7 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.3">

## 0.3.3 (2024-11-05)

No changes reported for this release.

</section>

<!-- /.release -->

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

## 0.3.2 (2024-11-05)
Expand All @@ -10,7 +20,7 @@

### Packages

<section class="package" id="constants-float32-half-ln-two-unreleased">
<section class="package" id="constants-float32-half-ln-two-v0.3.2">

#### [@stdlib/constants/float32/half-ln-two](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/half-ln-two)

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

<!-- /.package -->

<section class="package" id="constants-float32-max-safe-fibonacci-unreleased">
<section class="package" id="constants-float32-max-safe-fibonacci-v0.3.2">

#### [@stdlib/constants/float32/max-safe-fibonacci](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/max-safe-fibonacci)

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

<!-- /.package -->

<section class="package" id="constants-float32-max-safe-nth-factorial-unreleased">
<section class="package" id="constants-float32-max-safe-nth-factorial-v0.3.2">

#### [@stdlib/constants/float32/max-safe-nth-factorial](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/max-safe-nth-factorial)

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

<!-- /.package -->

<section class="package" id="constants-float32-max-safe-nth-fibonacci-unreleased">
<section class="package" id="constants-float32-max-safe-nth-fibonacci-v0.3.2">

#### [@stdlib/constants/float32/max-safe-nth-fibonacci](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/max-safe-nth-fibonacci)

Expand Down Expand Up @@ -108,7 +118,7 @@

<!-- /.package -->

<section class="package" id="constants-float32-min-base2-exponent-unreleased">
<section class="package" id="constants-float32-min-base2-exponent-v0.3.2">

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

Expand All @@ -130,7 +140,7 @@

<!-- /.package -->

<section class="package" id="constants-float64-max-safe-nth-double-factorial-unreleased">
<section class="package" id="constants-float64-max-safe-nth-double-factorial-v0.3.2">

#### [@stdlib/constants/float64/max-safe-nth-double-factorial](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/max-safe-nth-double-factorial)

Expand All @@ -152,7 +162,7 @@

<!-- /.package -->

<section class="package" id="constants-float64-num-high-word-significand-bits-unreleased">
<section class="package" id="constants-float64-num-high-word-significand-bits-v0.3.2">

#### [@stdlib/constants/float64/num-high-word-significand-bits](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/num-high-word-significand-bits)

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

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

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/constants/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/constants?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/constants",
"version": "0.3.2",
"version": "0.3.3",
"description": "Constants.",
"license": "Apache-2.0",
"author": {
Expand Down

0 comments on commit c7be8a2

Please sign in to comment.