Skip to content

Commit

Permalink
Release v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Nov 5, 2024
1 parent 441cd9b commit 5083518
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

> Package changelog.
<section class="release" id="v0.3.3">

## 0.3.3 (2024-11-05)

No changes reported for this release.

</section>

<!-- /.release -->

<section class="release" id="v0.3.2">

## 0.3.2 (2024-11-05)
Expand All @@ -10,7 +20,7 @@

### Packages

<section class="package" id="string-base-unreleased">
<section class="package" id="string-base-v0.3.2">

#### [@stdlib/string/base](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/string/base)

Expand All @@ -33,7 +43,7 @@

<!-- /.package -->

<section class="package" id="string-base-atob-unreleased">
<section class="package" id="string-base-atob-v0.3.2">

#### [@stdlib/string/base/atob](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/string/base/atob)

Expand All @@ -55,7 +65,7 @@

<!-- /.package -->

<section class="package" id="string-base-base64-to-uint8array-unreleased">
<section class="package" id="string-base-base64-to-uint8array-v0.3.2">

#### [@stdlib/string/base/base64-to-uint8array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/string/base/base64-to-uint8array)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ Copyright &copy; 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stdlib/string",
"version": "0.3.2",
"version": "0.3.3",
"description": "String manipulation functions.",
"license": "Apache-2.0",
"author": {
Expand Down

0 comments on commit 5083518

Please sign in to comment.