Skip to content

Commit 6305a7a

Browse files
committed
Release v0.4.0
1 parent a799f90 commit 6305a7a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.4.0">
66

7-
## Unreleased (2026-01-15)
7+
## 0.4.0 (2026-01-30)
88

99
<section class="features">
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
283283
[npm-image]: http://img.shields.io/npm/v/@stdlib/namespace-pkg2alias.svg
284284
[npm-url]: https://npmjs.org/package/@stdlib/namespace-pkg2alias
285285

286-
[test-image]: https://github.com/stdlib-js/namespace-pkg2alias/actions/workflows/test.yml/badge.svg?branch=main
287-
[test-url]: https://github.com/stdlib-js/namespace-pkg2alias/actions/workflows/test.yml?query=branch:main
286+
[test-image]: https://github.com/stdlib-js/namespace-pkg2alias/actions/workflows/test.yml/badge.svg?branch=v0.4.0
287+
[test-url]: https://github.com/stdlib-js/namespace-pkg2alias/actions/workflows/test.yml?query=branch:v0.4.0
288288

289289
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/namespace-pkg2alias/main.svg
290290
[coverage-url]: https://codecov.io/github/stdlib-js/namespace-pkg2alias?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/namespace-pkg2alias",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Return the alias associated with a specified package name.",
55
"license": "Apache-2.0",
66
"author": {
@@ -46,7 +46,7 @@
4646
"@stdlib/assert-is-string": "^0.2.2",
4747
"@stdlib/cli-ctor": "^0.2.2",
4848
"@stdlib/fs-read-file": "^0.2.2",
49-
"@stdlib/namespace-standalone2pkg": "^0.3.0",
49+
"@stdlib/namespace-standalone2pkg": "^0.4.0",
5050
"@stdlib/string-format": "^0.2.2",
5151
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
5252
},

0 commit comments

Comments
 (0)