From 34db01c36fd0feb26921b6334dd630449c3fc7ec Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Tue, 3 Oct 2023 23:17:01 +0000 Subject: [PATCH] Release v0.2.1 --- .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 783084b..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-10-01T00:46:18.147Z diff --git a/README.md b/README.md index f6d49e5..f286419 100644 --- a/README.md +++ b/README.md @@ -161,8 +161,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/constants-time-milliseconds-in-minute.svg [npm-url]: https://npmjs.org/package/@stdlib/constants-time-milliseconds-in-minute -[test-image]: https://github.com/stdlib-js/constants-time-milliseconds-in-minute/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/constants-time-milliseconds-in-minute/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/constants-time-milliseconds-in-minute/actions/workflows/test.yml/badge.svg?branch=v0.2.1 +[test-url]: https://github.com/stdlib-js/constants-time-milliseconds-in-minute/actions/workflows/test.yml?query=branch:v0.2.1 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/constants-time-milliseconds-in-minute/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/constants-time-milliseconds-in-minute?branch=main diff --git a/package.json b/package.json index 2876289..df41fd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/constants-time-milliseconds-in-minute", - "version": "0.2.0", + "version": "0.2.1", "description": "Number of milliseconds in a minute.", "license": "Apache-2.0", "author": {