diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d51322..7a757ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ > Package changelog. +
+ +## 0.3.3 (2024-11-05) + +No changes reported for this release. + +
+ + +
## 0.3.2 (2024-11-05) @@ -10,7 +20,7 @@ ### Packages -
+
#### [@stdlib/string/base](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/string/base) @@ -33,7 +43,7 @@ -
+
#### [@stdlib/string/base/atob](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/string/base/atob) @@ -55,7 +65,7 @@ -
+
#### [@stdlib/string/base/base64-to-uint8array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/string/base/base64-to-uint8array) diff --git a/README.md b/README.md index 283b44f..6b28e99 100644 --- a/README.md +++ b/README.md @@ -209,8 +209,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/string.svg [npm-url]: https://npmjs.org/package/@stdlib/string -[test-image]: https://github.com/stdlib-js/string/actions/workflows/test.yml/badge.svg?branch=v0.3.2 -[test-url]: https://github.com/stdlib-js/string/actions/workflows/test.yml?query=branch:v0.3.2 +[test-image]: https://github.com/stdlib-js/string/actions/workflows/test.yml/badge.svg?branch=v0.3.3 +[test-url]: https://github.com/stdlib-js/string/actions/workflows/test.yml?query=branch:v0.3.3 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/string?branch=main diff --git a/package.json b/package.json index 96e8bff..902192f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/string", - "version": "0.3.2", + "version": "0.3.3", "description": "String manipulation functions.", "license": "Apache-2.0", "author": {