Skip to content

Commit ef8eb0f

Browse files
committed
Release v0.1.1
1 parent 041916c commit ef8eb0f

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
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
@@ -261,8 +261,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
261261
[npm-image]: http://img.shields.io/npm/v/@stdlib/string-percent-encode.svg
262262
[npm-url]: https://npmjs.org/package/@stdlib/string-percent-encode
263263

264-
[test-image]: https://github.com/stdlib-js/string-percent-encode/actions/workflows/test.yml/badge.svg?branch=main
265-
[test-url]: https://github.com/stdlib-js/string-percent-encode/actions/workflows/test.yml?query=branch:main
264+
[test-image]: https://github.com/stdlib-js/string-percent-encode/actions/workflows/test.yml/badge.svg?branch=v0.1.1
265+
[test-url]: https://github.com/stdlib-js/string-percent-encode/actions/workflows/test.yml?query=branch:v0.1.1
266266

267267
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-percent-encode/main.svg
268268
[coverage-url]: https://codecov.io/github/stdlib-js/string-percent-encode?branch=main

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/string-percent-encode",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Percent-encode a UTF-16 encoded string according to RFC 3986.",
55
"license": "Apache-2.0",
66
"author": {
@@ -40,13 +40,13 @@
4040
"url": "https://github.com/stdlib-js/stdlib/issues"
4141
},
4242
"dependencies": {
43-
"@stdlib/assert-is-string": "^0.1.0",
44-
"@stdlib/cli-ctor": "^0.1.0",
45-
"@stdlib/fs-read-file": "^0.1.0",
46-
"@stdlib/process-read-stdin": "^0.1.0",
47-
"@stdlib/streams-node-stdin": "^0.1.0",
48-
"@stdlib/string-base-percent-encode": "^0.1.0",
49-
"@stdlib/string-format": "^0.1.0"
43+
"@stdlib/assert-is-string": "^0.1.1",
44+
"@stdlib/cli-ctor": "^0.1.1",
45+
"@stdlib/fs-read-file": "^0.1.1",
46+
"@stdlib/process-read-stdin": "^0.1.1",
47+
"@stdlib/streams-node-stdin": "^0.1.1",
48+
"@stdlib/string-base-percent-encode": "^0.1.1",
49+
"@stdlib/string-format": "^0.1.1"
5050
},
5151
"devDependencies": {
5252
"@stdlib/assert-is-browser": "^0.1.0",

0 commit comments

Comments
 (0)