Skip to content

Commit 71abd0d

Browse files
committed
Release v0.1.1
1 parent 0ffc712 commit 71abd0d

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.github/.keepalive

-1
This file was deleted.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
207207
[npm-image]: http://img.shields.io/npm/v/@stdlib/buffer-from-string.svg
208208
[npm-url]: https://npmjs.org/package/@stdlib/buffer-from-string
209209

210-
[test-image]: https://github.com/stdlib-js/buffer-from-string/actions/workflows/test.yml/badge.svg?branch=main
211-
[test-url]: https://github.com/stdlib-js/buffer-from-string/actions/workflows/test.yml?query=branch:main
210+
[test-image]: https://github.com/stdlib-js/buffer-from-string/actions/workflows/test.yml/badge.svg?branch=v0.1.1
211+
[test-url]: https://github.com/stdlib-js/buffer-from-string/actions/workflows/test.yml?query=branch:v0.1.1
212212

213213
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/buffer-from-string/main.svg
214214
[coverage-url]: https://codecov.io/github/stdlib-js/buffer-from-string?branch=main

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/buffer-from-string",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Allocate a buffer containing a provided string.",
55
"license": "Apache-2.0",
66
"author": {
@@ -37,13 +37,13 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/assert-is-function": "^0.1.0",
41-
"@stdlib/assert-is-string": "^0.1.0",
42-
"@stdlib/buffer-ctor": "^0.1.0",
43-
"@stdlib/string-format": "^0.1.0"
40+
"@stdlib/assert-is-function": "^0.1.1",
41+
"@stdlib/assert-is-string": "^0.1.1",
42+
"@stdlib/buffer-ctor": "^0.1.1",
43+
"@stdlib/string-format": "^0.1.1"
4444
},
4545
"devDependencies": {
46-
"@stdlib/assert-is-buffer": "^0.1.0",
46+
"@stdlib/assert-is-buffer": "^0.1.1",
4747
"@stdlib/bench": "^0.1.0",
4848
"@stdlib/math-base-special-pow": "^0.1.0",
4949
"@stdlib/random-base-discrete-uniform": "^0.1.0",

0 commit comments

Comments
 (0)