diff --git a/CHANGELOG.md b/CHANGELOG.md
index c131ded..1059c07 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
> Package changelog.
+
+
+## 0.3.3 (2024-11-05)
+
+No changes reported for this release.
+
+
+
+
+
## 0.3.2 (2024-11-05)
@@ -10,7 +20,7 @@
### Packages
-
+
#### [@stdlib/constants/float32/half-ln-two](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/half-ln-two)
@@ -32,7 +42,7 @@
-
+
#### [@stdlib/constants/float32/max-safe-fibonacci](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/max-safe-fibonacci)
@@ -54,7 +64,7 @@
-
+
#### [@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)
@@ -76,7 +86,7 @@
-
+
#### [@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)
@@ -108,7 +118,7 @@
-
+
#### [@stdlib/constants/float32/min-base2-exponent](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/min-base2-exponent)
@@ -130,7 +140,7 @@
-
+
#### [@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)
@@ -152,7 +162,7 @@
-
+
#### [@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)
diff --git a/README.md b/README.md
index a5a005a..e92e0d1 100644
--- a/README.md
+++ b/README.md
@@ -173,8 +173,8 @@ Copyright © 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
diff --git a/package.json b/package.json
index d3fa8f8..8fbd321 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@stdlib/constants",
- "version": "0.3.2",
+ "version": "0.3.3",
"description": "Constants.",
"license": "Apache-2.0",
"author": {