From de51db0aafea513c0fe7f484ff34ac9cfffa3360 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 25 Feb 2024 15:26:04 +0000 Subject: [PATCH] Release v0.2.3 --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fae3a64..e3cd34b 100644 --- a/README.md +++ b/README.md @@ -190,8 +190,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/utils-define-property.svg [npm-url]: https://npmjs.org/package/@stdlib/utils-define-property -[test-image]: https://github.com/stdlib-js/utils-define-property/actions/workflows/test.yml/badge.svg?branch=v0.2.2 -[test-url]: https://github.com/stdlib-js/utils-define-property/actions/workflows/test.yml?query=branch:v0.2.2 +[test-image]: https://github.com/stdlib-js/utils-define-property/actions/workflows/test.yml/badge.svg?branch=v0.2.3 +[test-url]: https://github.com/stdlib-js/utils-define-property/actions/workflows/test.yml?query=branch:v0.2.3 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-define-property/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/utils-define-property?branch=main diff --git a/package.json b/package.json index d7f99ce..c57a19a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/utils-define-property", - "version": "0.2.2", + "version": "0.2.3", "description": "Define (or modify) an object property.", "license": "Apache-2.0", "author": {