8000 Release v0.1.1 · stdlib-js/process-node-version@58a59a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 58a59a3

Browse files
committed
Release v0.1.1
1 parent 60c098b commit 58a59a3

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
211211
[npm-image]: http://img.shields.io/npm/v/@stdlib/process-node-version.svg
212212
[npm-url]: https://npmjs.org/package/@stdlib/process-node-version
213213

214-
[test-image]: https://github.com/stdlib-js/process-node-version/actions/workflows/test.yml/badge.svg?branch=main
215-
[test-url]: https://github.com/stdlib-js/process-node-version/actions/workflows/test.yml?query=branch:main
214+
[test-image]: https://github.com/stdlib-js/process-node-version/actions/workflows/test.yml/badge.svg?branch=v0.1.1
215+
[test-url]: https://github.com/stdlib-js/process-node-version/actions/workflows/test.yml?query=branch:v0.1.1
216216

217217
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/process-node-version/main.svg
218218
[coverage-url]: https://codecov.io/github/stdlib-js/process-node-version?branch=main

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/process-node-version",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Node version.",
55
"license": "Apache-2.0",
66
"author": {
@@ -42,9 +42,9 @@
4242
"url": "https://github.com/stdlib-js/stdlib/issues"
4343
},
4444
"dependencies": {
45-
"@stdlib/assert-is-node": "^0.1.0",
46-
"@stdlib/cli-ctor": "^0.1.0",
47-
"@stdlib/fs-read-file": "^0.1.0"
45+
"@stdlib/assert-is-node": "^0.1.1",
46+
"@stdlib/cli-ctor": "^0.1.1",
47+
"@stdlib/fs-read-file": "^0.1.1"
4848
},
4949
"devDependencies": {
5050
"@stdlib/assert-is-browser": "^0.1.0",

0 commit comments

Comments
 (0)
0