From 9fa3c4db3166a2bd657911564cb17fb17a4a0738 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sat, 17 Aug 2024 08:21:34 +0000 Subject: [PATCH] Release v0.3.0 --- CHANGELOG.md | 4 ++-- CONTRIBUTORS | 1 + README.md | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cb3986..fc4e633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ > Package changelog. -
+
-## Unreleased (2024-08-15) +## 0.3.0 (2024-08-17)
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f05b39c..57d1184 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -46,6 +46,7 @@ Marcus Fantham Matt Cochrane Mihir Pandit <129577900+MSP20086@users.noreply.github.com> Milan Raj +Mohammad Kaif <98884589+Kaif987@users.noreply.github.com> Momtchil Momtchev Muhammad Haris Naresh Jagadeesan diff --git a/README.md b/README.md index ba70e44..176053c 100644 --- a/README.md +++ b/README.md @@ -173,8 +173,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/constants.svg [npm-url]: https://npmjs.org/package/@stdlib/constants -[test-image]: https://github.com/stdlib-js/constants/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/constants/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/constants/actions/workflows/test.yml/badge.svg?branch=v0.3.0 +[test-url]: https://github.com/stdlib-js/constants/actions/workflows/test.yml?query=branch:v0.3.0 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/constants/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/constants?branch=main diff --git a/package.json b/package.json index 143a74d..8a3599d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/constants", - "version": "0.2.1", + "version": "0.3.0", "description": "Constants.", "license": "Apache-2.0", "author": {