From 9ea213cd1123aff8524bff69b22ddde2256e8021 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 4 Apr 2024 20:14:13 +0000 Subject: [PATCH] Release v0.2.2 --- .github/.keepalive | 1 - README.md | 4 ++-- package.json | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 8bc1518..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2024-04-01T02:09:25.004Z diff --git a/README.md b/README.md index e79df9f..5fef1d0 100644 --- a/README.md +++ b/README.md @@ -254,8 +254,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-special-ln.svg [npm-url]: https://npmjs.org/package/@stdlib/math-base-special-ln -[test-image]: https://github.com/stdlib-js/math-base-special-ln/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/math-base-special-ln/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/math-base-special-ln/actions/workflows/test.yml/badge.svg?branch=v0.2.2 +[test-url]: https://github.com/stdlib-js/math-base-special-ln/actions/workflows/test.yml?query=branch:v0.2.2 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-special-ln/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/math-base-special-ln?branch=main diff --git a/package.json b/package.json index e655750..337fb72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/math-base-special-ln", - "version": "0.2.1", + "version": "0.2.2", "description": "Evaluate the natural logarithm of a double-precision floating-point number.", "license": "Apache-2.0", "author": {