Skip to content

Commit 0b28b11

Browse files
committed
Release v0.1.1
1 parent b8ee410 commit 0b28b11

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
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
@@ -312,8 +312,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
312312
[npm-image]: http://img.shields.io/npm/v/@stdlib/fs-write-file.svg
313313
[npm-url]: https://npmjs.org/package/@stdlib/fs-write-file
314314

315-
[test-image]: https://github.com/stdlib-js/fs-write-file/actions/workflows/test.yml/badge.svg?branch=main
316-
[test-url]: https://github.com/stdlib-js/fs-write-file/actions/workflows/test.yml?query=branch:main
315+
[test-image]: https://github.com/stdlib-js/fs-write-file/actions/workflows/test.yml/badge.svg?branch=v0.1.1
316+
[test-url]: https://github.com/stdlib-js/fs-write-file/actions/workflows/test.yml?query=branch:v0.1.1
317317

318318
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/fs-write-file/main.svg
319319
[coverage-url]: https://codecov.io/github/stdlib-js/fs-write-file?branch=main

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/fs-write-file",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Write data to a file.",
55
"license": "Apache-2.0",
66
"author": {
@@ -40,11 +40,11 @@
4040
"url": "https://github.com/stdlib-js/stdlib/issues"
4141
},
4242
"dependencies": {
43-
"@stdlib/cli-ctor": "^0.1.0",
44-
"@stdlib/fs-read-file": "^0.1.0",
45-
"@stdlib/process-cwd": "^0.1.0",
46-
"@stdlib/process-read-stdin": "^0.1.0",
47-
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0"
43+
"@stdlib/cli-ctor": "^0.1.1",
44+
"@stdlib/fs-read-file": "^0.1.1",
45+
"@stdlib/process-cwd": "^0.1.1",
46+
"@stdlib/process-read-stdin": "^0.1.1",
47+
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1"
4848
},
4949
"devDependencies": {
5050
"@stdlib/assert-is-browser": "^0.1.0",

0 commit comments

Comments
 (0)