Skip to content

Commit 98b08b3

Browse files
committed
Release v0.1.1
1 parent d9fb8f1 commit 98b08b3

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
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
@@ -255,8 +255,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
255255
[npm-image]: http://img.shields.io/npm/v/@stdlib/assert-is-ascii.svg
256256
[npm-url]: https://npmjs.org/package/@stdlib/assert-is-ascii
257257

258-
[test-image]: https://github.com/stdlib-js/assert-is-ascii/actions/workflows/test.yml/badge.svg?branch=main
259-
[test-url]: https://github.com/stdlib-js/assert-is-ascii/actions/workflows/test.yml?query=branch:main
258+
[test-image]: https://github.com/stdlib-js/assert-is-ascii/actions/workflows/test.yml/badge.svg?branch=v0.1.1
259+
[test-url]: https://github.com/stdlib-js/assert-is-ascii/actions/workflows/test.yml?query=branch:v0.1.1
260260

261261
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-ascii/main.svg
262262
[coverage-url]: https://codecov.io/github/stdlib-js/assert-is-ascii?branch=main

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/assert-is-ascii",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Test whether a character belongs to the ASCII character set and whether this is true for all characters in a provided string.",
55
"license": "Apache-2.0",
66
"author": {
@@ -40,14 +40,14 @@
4040
"url": "https://github.com/stdlib-js/stdlib/issues"
4141
},
4242
"dependencies": {
43-
"@stdlib/assert-is-regexp-string": "^0.1.0",
44-
"@stdlib/assert-is-string": "^0.1.0",
45-
"@stdlib/cli-ctor": "^0.1.0",
46-
"@stdlib/fs-read-file": "^0.1.0",
47-
"@stdlib/process-read-stdin": "^0.1.0",
48-
"@stdlib/regexp-eol": "^0.1.0",
49-
"@stdlib/streams-node-stdin": "^0.1.0",
50-
"@stdlib/utils-regexp-from-string": "^0.1.0"
43+
"@stdlib/assert-is-regexp-string": "^0.1.1",
44+
"@stdlib/assert-is-string": "^0.1.1",
45+
"@stdlib/cli-ctor": "^0.1.1",
46+
"@stdlib/fs-read-file": "^0.1.1",
47+
"@stdlib/process-read-stdin": "^0.1.1",
48+
"@stdlib/regexp-eol": "^0.1.1",
49+
"@stdlib/streams-node-stdin": "^0.1.1",
50+
"@stdlib/utils-regexp-from-string": "^0.1.1"
5151
},
5252
"devDependencies": {
5353
"@stdlib/assert-is-boolean": "^0.1.0",

0 commit comments

Comments
 (0)