From 0ed19825943038021274e2011891c079f7f5641e Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Wed, 4 Oct 2023 00:04:49 +0000 Subject: [PATCH] Release v0.1.1 --- .github/.keepalive | 1 - README.md | 4 ++-- package.json | 20 ++++++++++---------- 3 files changed, 12 insertions(+), 13 deletions(-) delete mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 9f4dc73..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-10-01T01:16:08.900Z diff --git a/README.md b/README.md index 1024a39..04127fd 100644 --- a/README.md +++ b/README.md @@ -292,8 +292,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/string-substring-before-last.svg [npm-url]: https://npmjs.org/package/@stdlib/string-substring-before-last -[test-image]: https://github.com/stdlib-js/string-substring-before-last/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/string-substring-before-last/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/string-substring-before-last/actions/workflows/test.yml/badge.svg?branch=v0.1.1 +[test-url]: https://github.com/stdlib-js/string-substring-before-last/actions/workflows/test.yml?query=branch:v0.1.1 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-substring-before-last/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/string-substring-before-last?branch=main diff --git a/package.json b/package.json index b914ccc..36d8ffe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/string-substring-before-last", - "version": "0.1.0", + "version": "0.1.1", "description": "Return the part of a string before the last occurrence of a specified substring.", "license": "Apache-2.0", "author": { @@ -40,16 +40,16 @@ "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { - "@stdlib/assert-is-regexp-string": "^0.1.0", - "@stdlib/assert-is-string": "^0.1.0", - "@stdlib/cli-ctor": "^0.1.0", - "@stdlib/fs-read-file": "^0.1.0", - "@stdlib/process-read-stdin": "^0.1.0", - "@stdlib/regexp-eol": "^0.1.0", - "@stdlib/streams-node-stdin": "^0.1.0", - "@stdlib/string-format": "^0.1.0", + "@stdlib/assert-is-regexp-string": "^0.1.1", + "@stdlib/assert-is-string": "^0.1.1", + "@stdlib/cli-ctor": "^0.1.1", + "@stdlib/fs-read-file": "^0.1.1", + "@stdlib/process-read-stdin": "^0.1.1", + "@stdlib/regexp-eol": "^0.1.1", + "@stdlib/streams-node-stdin": "^0.1.1", + "@stdlib/string-format": "^0.1.1", "@stdlib/types": "^0.1.0", - "@stdlib/utils-regexp-from-string": "^0.1.0" + "@stdlib/utils-regexp-from-string": "^0.1.1" }, "devDependencies": { "@stdlib/assert-is-browser": "^0.1.0",