From d13e5a49c8a06459f8499ec5cc5c9e48a25c78b0 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Tue, 3 Oct 2023 23:29:27 +0000 Subject: [PATCH] Release v0.1.1 --- .github/.keepalive | 1 - README.md | 4 ++-- package.json | 8 ++++---- 3 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 2daac23..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-10-01T00:53:55.403Z diff --git a/README.md b/README.md index fd91978..2e35680 100644 --- a/README.md +++ b/README.md @@ -225,8 +225,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/assert-instance-of.svg [npm-url]: https://npmjs.org/package/@stdlib/assert-instance-of -[test-image]: https://github.com/stdlib-js/assert-instance-of/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/assert-instance-of/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/assert-instance-of/actions/workflows/test.yml/badge.svg?branch=v0.1.1 +[test-url]: https://github.com/stdlib-js/assert-instance-of/actions/workflows/test.yml?query=branch:v0.1.1 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-instance-of/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/assert-instance-of?branch=main diff --git a/package.json b/package.json index 1545469..d514c90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/assert-instance-of", - "version": "0.1.0", + "version": "0.1.1", "description": "Test whether a value has in its prototype chain a specified constructor as a prototype property.", "license": "Apache-2.0", "author": { @@ -37,14 +37,14 @@ "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { - "@stdlib/string-format": "^0.1.0" + "@stdlib/string-format": "^0.1.1" }, "devDependencies": { "@stdlib/assert-is-boolean": "^0.1.0", "@stdlib/bench": "^0.1.0", "@stdlib/number-ctor": "^0.1.0", - "@stdlib/object-ctor": "^0.1.0", - "@stdlib/utils-inherit": "^0.1.0", + "@stdlib/object-ctor": "^0.1.1", + "@stdlib/utils-inherit": "^0.1.1", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", "istanbul": "^0.4.1", "tap-min": "git+https://github.com/Planeshifter/tap-min.git"