Skip to content

Commit c2e4070

Browse files
committed
Release v0.1.0
1 parent b7af542 commit c2e4070

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,11 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
200200
[npm-image]: http://img.shields.io/npm/v/@stdlib/utils-nonenumerable-property-names-in.svg
201201
[npm-url]: https://npmjs.org/package/@stdlib/utils-nonenumerable-property-names-in
202202

203-
[test-image]: https://github.com/stdlib-js/utils-nonenumerable-property-names-in/actions/workflows/test.yml/badge.svg?branch=main
204-
[test-url]: https://github.com/stdlib-js/utils-nonenumerable-property-names-in/actions/workflows/test.yml?query=branch:main
203+
[test-image]: https://github.com/stdlib-js/utils-nonenumerable-property-names-in/actions/workflows/test.yml/badge.svg?branch=v0.1.0
204+
[test-url]: https://github.com/stdlib-js/utils-nonenumerable-property-names-in/actions/workflows/test.yml?query=branch:v0.1.0
205205

206206
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-nonenumerable-property-names-in/main.svg
207-
[coverage-url]: https://codecov.io/github/stdlib-js/utils-nonenumerable-property-names-in?branch=main
207+
[coverage-url]: https://codecov.io/github/stdlib-js/utils-nonenumerable-property-names-in?branch=v0.1.0
208208

209209
<!--
210210

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/utils-nonenumerable-property-names-in",
3-
"version": "0.0.8",
3+
"version": "0.1.0",
44
"description": "Return an array of an object's own and inherited non-enumerable property names.",
55
"license": "Apache-2.0",
66
"author": {

0 commit comments

Comments
 (0)