Skip to content

Commit 467d21e

Browse files
committed
Release v0.2.2
1 parent 19a5643 commit 467d21e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/.keepalive

-1
This file was deleted.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
258258
[npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-special-atanh.svg
259259
[npm-url]: https://npmjs.org/package/@stdlib/math-base-special-atanh
260260

261-
[test-image]: https://github.com/stdlib-js/math-base-special-atanh/actions/workflows/test.yml/badge.svg?branch=main
262-
[test-url]: https://github.com/stdlib-js/math-base-special-atanh/actions/workflows/test.yml?query=branch:main
261+
[test-image]: https://github.com/stdlib-js/math-base-special-atanh/actions/workflows/test.yml/badge.svg?branch=v0.2.2
262+
[test-url]: https://github.com/stdlib-js/math-base-special-atanh/actions/workflows/test.yml?query=branch:v0.2.2
263263

264264
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-special-atanh/main.svg
265265
[coverage-url]: https://codecov.io/github/stdlib-js/math-base-special-atanh?branch=main

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/math-base-special-atanh",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Compute the hyperbolic arctangent of a double-precision floating-point number.",
55
"license": "Apache-2.0",
66
"author": {

0 commit comments

Comments
 (0)