diff --git a/CHANGELOG.md b/CHANGELOG.md
index c4a3c81..d19dd4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,40 @@
> Package changelog.
+
+
+## Unreleased (2024-09-21)
+
+
+
+### Commits
+
+
+
+- [`6e9f42e`](https://github.com/stdlib-js/stdlib/commit/6e9f42e4c912485d9896eaa16c88b70fd3688e97) - **docs:** harmonize list formatting in repl.txt and ensure starting newline _(by Philipp Burckhardt)_
+
+
+
+
+
+
+
+
+
+### Contributors
+
+A total of 1 person contributed to this release. Thank you to this contributor:
+
+- Philipp Burckhardt
+
+
+
+
+
+
+
+
+
## 0.2.2 (2024-07-29)
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 26a1c46..147a89e 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -2,6 +2,7 @@
#
# Contributors listed in alphabetical order.
+Aayush Khanna <96649223+aayush0325@users.noreply.github.com>
Adarsh Palaskar
Aditya Sapra
AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com>
@@ -26,17 +27,20 @@ EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
Frank Kovacs
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
Gunj Joshi
+HarshaNP <96897754+GittyHarsha@users.noreply.github.com>
Harshita Kalani
Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com>
Jaimin Godhani <112328542+Jai0401@users.noreply.github.com>
James Gelok
Jaysukh Makvana
+Jenish Thapa <141203631+jenish-thapa@users.noreply.github.com>
Jithin KS
Joel Mathew Koshy
Joey Reed
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
Joris Labie
Justin Dennison
+Kaif Mohd
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
Khaldon
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
@@ -46,6 +50,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
@@ -70,6 +75,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
Rutam <138517416+performant23@users.noreply.github.com>
Ryan Seal
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
+SarthakPaandey <145528240+SarthakPaandey@users.noreply.github.com>
Seyyed Parsa Neshaei
Shashank Shekhar Singh
Shivam <11shivam00@gmail.com>
@@ -84,8 +90,10 @@ Stephannie Jiménez Gacha
Suraj kumar <125961509+kumarsuraj212003@users.noreply.github.com>
Tirtadwipa Manunggal
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
+Tufailahmed Bargir <142114244+Tufailahmed-Bargir@users.noreply.github.com>
Utkarsh
Utkarsh Raj
+Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com>
Varad Gupta
Xiaochuan Ye
Yernar Yergaziyev
@@ -94,3 +102,4 @@ nishant-s7 <97207366+nishant-s7@users.noreply.github.com>
orimiles5 <97595296+orimiles5@users.noreply.github.com>
rainn <88160429+AmCodesLame@users.noreply.github.com>
rei2hu
+yaswanth <116426380+yaswanthkosuru@users.noreply.github.com>
diff --git a/README.md b/README.md
index f72f3bf..74a7746 100644
--- a/README.md
+++ b/README.md
@@ -223,8 +223,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-zero-to-like.svg
[npm-url]: https://npmjs.org/package/@stdlib/array-zero-to-like
-[test-image]: https://github.com/stdlib-js/array-zero-to-like/actions/workflows/test.yml/badge.svg?branch=v0.2.2
-[test-url]: https://github.com/stdlib-js/array-zero-to-like/actions/workflows/test.yml?query=branch:v0.2.2
+[test-image]: https://github.com/stdlib-js/array-zero-to-like/actions/workflows/test.yml/badge.svg?branch=main
+[test-url]: https://github.com/stdlib-js/array-zero-to-like/actions/workflows/test.yml?query=branch:main
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-zero-to-like/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/array-zero-to-like?branch=main
diff --git a/docs/repl.txt b/docs/repl.txt
index 4445fa7..6c86b63 100644
--- a/docs/repl.txt
+++ b/docs/repl.txt
@@ -6,18 +6,18 @@
The function supports the following data types:
- - float64: double-precision floating-point numbers (IEEE 754)
- - float32: single-precision floating-point numbers (IEEE 754)
- - complex128: double-precision complex floating-point numbers
- - complex64: single-precision complex floating-point numbers
- - int32: 32-bit two's complement signed integers
- - uint32: 32-bit unsigned integers
- - int16: 16-bit two's complement signed integers
- - uint16: 16-bit unsigned integers
- - int8: 8-bit two's complement signed integers
- - uint8: 8-bit unsigned integers
- - uint8c: 8-bit unsigned integers clamped to 0-255
- - generic: generic JavaScript values
+ - float64: double-precision floating-point numbers (IEEE 754).
+ - float32: single-precision floating-point numbers (IEEE 754).
+ - complex128: double-precision complex floating-point numbers.
+ - complex64: single-precision complex floating-point numbers.
+ - int32: 32-bit two's complement signed integers.
+ - uint32: 32-bit unsigned integers.
+ - int16: 16-bit two's complement signed integers.
+ - uint16: 16-bit unsigned integers.
+ - int8: 8-bit two's complement signed integers.
+ - uint8: 8-bit unsigned integers.
+ - uint8c: 8-bit unsigned integers clamped to 0-255.
+ - generic: generic JavaScript values.
Parameters
----------
diff --git a/package.json b/package.json
index 20dc928..fd74288 100644
--- a/package.json
+++ b/package.json
@@ -38,9 +38,9 @@
},
"dependencies": {
"@stdlib/array-dtype": "^0.3.0",
- "@stdlib/array-zero-to": "^0.2.1",
+ "@stdlib/array-zero-to": "^0.2.2",
"@stdlib/string-format": "^0.2.2",
- "@stdlib/types": "^0.3.2",
+ "@stdlib/types": "^0.4.1",
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
},
"devDependencies": {