From 1c4e07ce1ffc6ce3d41750449db5889513d1e768 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 18 Aug 2024 22:04:53 +0000 Subject: [PATCH] Release v0.3.1 --- CHANGELOG.md | 30 ++++++++++++++++++++---------- README.md | 4 ++-- package.json | 2 +- 3 files changed, 23 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc4e633..d2c4305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ > Package changelog. +
+ +## 0.3.1 (2024-08-18) + +No changes reported for this release. + +
+ + +
## 0.3.0 (2024-08-17) @@ -10,7 +20,7 @@ ### Packages -
+
#### [@stdlib/constants/float32/fourth-pi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/fourth-pi) @@ -32,7 +42,7 @@ -
+
#### [@stdlib/constants/float32/half-pi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/half-pi) @@ -64,7 +74,7 @@ -
+
#### [@stdlib/constants/float32/max-base2-exponent](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/max-base2-exponent) @@ -96,7 +106,7 @@ -
+
#### [@stdlib/constants/float32/max-base2-exponent-subnormal](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/max-base2-exponent-subnormal) @@ -128,7 +138,7 @@ -
+
#### [@stdlib/constants/float32/min-base2-exponent-subnormal](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/min-base2-exponent-subnormal) @@ -160,7 +170,7 @@ -
+
#### [@stdlib/constants/float32/phi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/phi) @@ -182,7 +192,7 @@ -
+
#### [@stdlib/constants/float32/pi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/pi) @@ -204,7 +214,7 @@ -
+
#### [@stdlib/constants/float32/two-pi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/two-pi) @@ -226,7 +236,7 @@ -
+
#### [@stdlib/constants/float64/max-safe-nth-factorial](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/max-safe-nth-factorial) @@ -248,7 +258,7 @@ -
+
#### [@stdlib/constants/int32/max](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/int32/max) diff --git a/README.md b/README.md index 176053c..f77f500 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.0 -[test-url]: https://github.com/stdlib-js/constants/actions/workflows/test.yml?query=branch:v0.3.0 +[test-image]: https://github.com/stdlib-js/constants/actions/workflows/test.yml/badge.svg?branch=v0.3.1 +[test-url]: https://github.com/stdlib-js/constants/actions/workflows/test.yml?query=branch:v0.3.1 [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 8a3599d..5ddc1ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/constants", - "version": "0.3.0", + "version": "0.3.1", "description": "Constants.", "license": "Apache-2.0", "author": {