diff --git a/CHANGELOG.md b/CHANGELOG.md
index a20cc86..1b9baf6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
> Package changelog.
+
+
+## 0.3.1 (2024-08-18)
+
+No changes reported for this release.
+
+
+
+
+
## 0.3.0 (2024-08-17)
@@ -10,7 +20,7 @@
### Packages
-
+
#### [@stdlib/repl](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/repl)
@@ -78,7 +88,7 @@ A total of 7 issues were closed in this release:
-
+
#### [@stdlib/repl/code-blocks](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/repl/code-blocks)
@@ -117,7 +127,7 @@ A total of 7 issues were closed in this release:
-
+
#### [@stdlib/repl/help](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/repl/help)
@@ -156,7 +166,7 @@ A total of 7 issues were closed in this release:
-
+
#### [@stdlib/repl/info](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/repl/info)
@@ -190,7 +200,7 @@ A total of 7 issues were closed in this release:
-
+
#### [@stdlib/repl/signature](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/repl/signature)
@@ -224,7 +234,7 @@ A total of 7 issues were closed in this release:
-
+
#### [@stdlib/repl/typed-signature](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/repl/typed-signature)
diff --git a/README.md b/README.md
index 1592099..629179c 100644
--- a/README.md
+++ b/README.md
@@ -1680,8 +1680,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/repl.svg
[npm-url]: https://npmjs.org/package/@stdlib/repl
-[test-image]: https://github.com/stdlib-js/repl/actions/workflows/test.yml/badge.svg?branch=v0.3.0
-[test-url]: https://github.com/stdlib-js/repl/actions/workflows/test.yml?query=branch:v0.3.0
+[test-image]: https://github.com/stdlib-js/repl/actions/workflows/test.yml/badge.svg?branch=v0.3.1
+[test-url]: https://github.com/stdlib-js/repl/actions/workflows/test.yml?query=branch:v0.3.1
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/repl/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/repl?branch=main
diff --git a/package.json b/package.json
index 1f4c6d6..3da5868 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@stdlib/repl",
- "version": "0.3.0",
+ "version": "0.3.1",
"description": "REPL environment.",
"license": "Apache-2.0",
"author": {