From 8e5d2e2eff37dbb2424796b75fac58b707665ad1 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Wed, 14 Feb 2024 03:32:47 +0000 Subject: [PATCH] Release v0.2.0 --- README.md | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 87178ae..070721a 100644 --- a/README.md +++ b/README.md @@ -166,8 +166,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/string-base-first-code-point.svg [npm-url]: https://npmjs.org/package/@stdlib/string-base-first-code-point -[test-image]: https://github.com/stdlib-js/string-base-first-code-point/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/string-base-first-code-point/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/string-base-first-code-point/actions/workflows/test.yml/badge.svg?branch=v0.2.0 +[test-url]: https://github.com/stdlib-js/string-base-first-code-point/actions/workflows/test.yml?query=branch:v0.2.0 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-base-first-code-point/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/string-base-first-code-point?branch=main diff --git a/package.json b/package.json index 2ace2e5..6a705a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/string-base-first-code-point", - "version": "0.1.1", + "version": "0.2.0", "description": "Return the first Unicode code point of a string.", "license": "Apache-2.0", "author": { @@ -37,7 +37,7 @@ "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { - "@stdlib/regexp-utf16-surrogate-pair": "^0.1.1" + "@stdlib/regexp-utf16-surrogate-pair": "^0.2.0" }, "devDependencies": { "@stdlib/assert-is-string": "^0.1.1",