From db670331d028fdece3441ce0c3eff04502ef7b32 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Tue, 3 Oct 2023 23:23:32 +0000 Subject: [PATCH] Release v0.1.1 --- .github/.keepalive | 1 - README.md | 4 ++-- package.json | 6 +++--- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 3240182..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-10-01T00:50:13.016Z diff --git a/README.md b/README.md index 87024a7..cf6e710 100644 --- a/README.md +++ b/README.md @@ -223,8 +223,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/os-num-cpus.svg [npm-url]: https://npmjs.org/package/@stdlib/os-num-cpus -[test-image]: https://github.com/stdlib-js/os-num-cpus/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/os-num-cpus/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/os-num-cpus/actions/workflows/test.yml/badge.svg?branch=v0.1.1 +[test-url]: https://github.com/stdlib-js/os-num-cpus/actions/workflows/test.yml?query=branch:v0.1.1 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/os-num-cpus/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/os-num-cpus?branch=main diff --git a/package.json b/package.json index 7bfae52..7bceca2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/os-num-cpus", - "version": "0.1.0", + "version": "0.1.1", "description": "Number of CPUs.", "license": "Apache-2.0", "author": { @@ -39,8 +39,8 @@ "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { - "@stdlib/cli-ctor": "^0.1.0", - "@stdlib/fs-read-file": "^0.1.0" + "@stdlib/cli-ctor": "^0.1.1", + "@stdlib/fs-read-file": "^0.1.1" }, "devDependencies": { "@stdlib/assert-is-browser": "^0.1.0",