Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Aug 18, 2024
1 parent 6149151 commit e0cbb2f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
22 changes: 16 additions & 6 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.1">

## 0.3.1 (2024-08-18)

No changes reported for this release.

</section>

<!-- /.release -->

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

## 0.3.0 (2024-08-17)
Expand All @@ -10,7 +20,7 @@

### Packages

<section class="package" id="repl-unreleased">
<section class="package" id="repl-v0.3.0">

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

Expand Down Expand Up @@ -78,7 +88,7 @@ A total of 7 issues were closed in this release:

<!-- /.package -->

<section class="package" id="repl-code-blocks-unreleased">
<section class="package" id="repl-code-blocks-v0.3.0">

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

Expand Down Expand Up @@ -117,7 +127,7 @@ A total of 7 issues were closed in this release:

<!-- /.package -->

<section class="package" id="repl-help-unreleased">
<section class="package" id="repl-help-v0.3.0">

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

Expand Down Expand Up @@ -156,7 +166,7 @@ A total of 7 issues were closed in this release:

<!-- /.package -->

<section class="package" id="repl-info-unreleased">
<section class="package" id="repl-info-v0.3.0">

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

Expand Down Expand Up @@ -190,7 +200,7 @@ A total of 7 issues were closed in this release:

<!-- /.package -->

<section class="package" id="repl-signature-unreleased">
<section class="package" id="repl-signature-v0.3.0">

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

Expand Down Expand Up @@ -224,7 +234,7 @@ A total of 7 issues were closed in this release:

<!-- /.package -->

<section class="package" id="repl-typed-signature-unreleased">
<section class="package" id="repl-typed-signature-v0.3.0">

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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1680,8 +1680,8 @@ Copyright &copy; 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
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/repl",
"version": "0.3.0",
"version": "0.3.1",
"description": "REPL environment.",
"license": "Apache-2.0",
"author": {
Expand Down

0 comments on commit e0cbb2f

Please sign in to comment.