From 5cc17fd3dba342d63823eb7357aa88f497a3843c Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Tue, 3 Oct 2023 23:39:07 +0000 Subject: [PATCH] Release v0.1.1 --- .github/.keepalive | 1 - README.md | 4 ++-- package.json | 10 +++++----- 3 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 635a039..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-10-01T00:59:54.921Z diff --git a/README.md b/README.md index d31da47..5e0f667 100644 --- a/README.md +++ b/README.md @@ -198,8 +198,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/assert-is-boolean.svg [npm-url]: https://npmjs.org/package/@stdlib/assert-is-boolean -[test-image]: https://github.com/stdlib-js/assert-is-boolean/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/assert-is-boolean/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/assert-is-boolean/actions/workflows/test.yml/badge.svg?branch=v0.1.1 +[test-url]: https://github.com/stdlib-js/assert-is-boolean/actions/workflows/test.yml?query=branch:v0.1.1 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-boolean/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/assert-is-boolean?branch=main diff --git a/package.json b/package.json index ba7c56c..d1e25d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/assert-is-boolean", - "version": "0.1.0", + "version": "0.1.1", "description": "Test if a value is a boolean.", "license": "Apache-2.0", "author": { @@ -37,10 +37,10 @@ "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { - "@stdlib/assert-has-tostringtag-support": "^0.1.0", - "@stdlib/boolean-ctor": "^0.1.0", - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0", - "@stdlib/utils-native-class": "^0.1.0" + "@stdlib/assert-has-tostringtag-support": "^0.1.1", + "@stdlib/boolean-ctor": "^0.1.1", + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1", + "@stdlib/utils-native-class": "^0.1.1" }, "devDependencies": { "@stdlib/assert-has-symbol-support": "^0.1.0",