Skip to content

Commit 49daba3

Browse files
committed
Release v0.2.3
1 parent 52375d1 commit 49daba3

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
> Package changelog.
44
5+
<section class="release" id="v0.2.3">
6+
7+
## 0.2.3 (2026-02-01)
8+
9+
No changes reported for this release.
10+
11+
</section>
12+
13+
<!-- /.release -->
14+
515
<section class="release" id="v0.2.2">
616

717
## 0.2.2 (2024-07-26)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
184184
[npm-image]: http://img.shields.io/npm/v/@stdlib/utils-if-else.svg
185185
[npm-url]: https://npmjs.org/package/@stdlib/utils-if-else
186186

187-
[test-image]: https://github.com/stdlib-js/utils-if-else/actions/workflows/test.yml/badge.svg?branch=main
188-
[test-url]: https://github.com/stdlib-js/utils-if-else/actions/workflows/test.yml?query=branch:main
187+
[test-image]: https://github.com/stdlib-js/utils-if-else/actions/workflows/test.yml/badge.svg?branch=v0.2.3
188+
[test-url]: https://github.com/stdlib-js/utils-if-else/actions/workflows/test.yml?query=branch:v0.2.3
189189

190190
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-if-else/main.svg
191191
[coverage-url]: https://codecov.io/github/stdlib-js/utils-if-else?branch=main

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/utils-if-else",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "If a condition is truthy, return `x`; otherwise, return `y`.",
55
"license": "Apache-2.0",
66
"author": {
@@ -39,7 +39,7 @@
3939
"dependencies": {},
4040
"devDependencies": {
4141
"@stdlib/math-base-assert-is-nan": "^0.2.2",
42-
"@stdlib/random-base-randu": "^0.2.1",
42+
"@stdlib/random-base-randu": "^0.2.2",
4343
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4444
"istanbul": "^0.4.1",
4545
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",

0 commit comments

Comments
 (0)