diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 0e1d745..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2024-11-01T04:00:36.400Z diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b25fff..a870475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ > Package changelog. -
+
-## Unreleased (2024-11-01) +## 0.3.2 (2024-11-05)
diff --git a/README.md b/README.md index 2587d90..05576a8 100644 --- a/README.md +++ b/README.md @@ -153,8 +153,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/error.svg [npm-url]: https://npmjs.org/package/@stdlib/error -[test-image]: https://github.com/stdlib-js/error/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/error/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/error/actions/workflows/test.yml/badge.svg?branch=v0.3.2 +[test-url]: https://github.com/stdlib-js/error/actions/workflows/test.yml?query=branch:v0.3.2 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/error/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/error?branch=main diff --git a/package.json b/package.json index 36bef32..5237ee0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/error", - "version": "0.3.1", + "version": "0.3.2", "description": "Errors.", "license": "Apache-2.0", "author": {