From f2a8f901ce3732b060937662d706c8f40ac0453a Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Tue, 3 Oct 2023 22:42:21 +0000 Subject: [PATCH] Release v0.1.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 3ec8c89..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-10-01T00:30:55.873Z diff --git a/README.md b/README.md index d756d2c..620778f 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/string-base-starts-with.svg [npm-url]: https://npmjs.org/package/@stdlib/string-base-starts-with -[test-image]: https://github.com/stdlib-js/string-base-starts-with/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/string-base-starts-with/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/string-base-starts-with/actions/workflows/test.yml/badge.svg?branch=v0.1.1 +[test-url]: https://github.com/stdlib-js/string-base-starts-with/actions/workflows/test.yml?query=branch:v0.1.1 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-base-starts-with/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/string-base-starts-with?branch=main diff --git a/package.json b/package.json index f8024ab..c2828b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/string-base-starts-with", - "version": "0.1.0", + "version": "0.1.1", "description": "Test if a string starts with the characters of another string.", "license": "Apache-2.0", "author": {