Skip to content

Commit d011402

Browse files
committed
Release v0.1.1
1 parent a2bf69c commit d011402

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

.github/.keepalive

-1
This file was deleted.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
307307
[npm-image]: http://img.shields.io/npm/v/@stdlib/utils-native-class.svg
308308
[npm-url]: https://npmjs.org/package/@stdlib/utils-native-class
309309

310-
[test-image]: https://github.com/stdlib-js/utils-native-class/actions/workflows/test.yml/badge.svg?branch=main
311-
[test-url]: https://github.com/stdlib-js/utils-native-class/actions/workflows/test.yml?query=branch:main
310+
[test-image]: https://github.com/stdlib-js/utils-native-class/actions/workflows/test.yml/badge.svg?branch=v0.1.1
311+
[test-url]: https://github.com/stdlib-js/utils-native-class/actions/workflows/test.yml?query=branch:v0.1.1
312312

313313
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-native-class/main.svg
314314
[coverage-url]: https://codecov.io/github/stdlib-js/utils-native-class?branch=main

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/utils-native-class",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Determine the specification defined classification of an object.",
55
"license": "Apache-2.0",
66
"author": {
@@ -37,9 +37,9 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/assert-has-own-property": "^0.1.0",
41-
"@stdlib/assert-has-tostringtag-support": "^0.1.0",
42-
"@stdlib/symbol-ctor": "^0.1.0"
40+
"@stdlib/assert-has-own-property": "^0.1.1",
41+
"@stdlib/assert-has-tostringtag-support": "^0.1.1",
42+
"@stdlib/symbol-ctor": "^0.1.1"
4343
},
4444
"devDependencies": {
4545
"@stdlib/array-buffer": "^0.1.0",
@@ -53,15 +53,15 @@
5353
"@stdlib/array-uint8": "^0.1.0",
5454
"@stdlib/array-uint8c": "^0.1.0",
5555
"@stdlib/assert-has-map-support": "^0.1.0",
56-
"@stdlib/assert-has-set-support": "^0.1.0",
56+
"@stdlib/assert-has-set-support": "^0.1.1",
5757
"@stdlib/assert-has-symbol-support": "^0.1.0",
58-
"@stdlib/assert-has-weakmap-support": "^0.1.0",
59-
"@stdlib/assert-has-weakset-support": "^0.1.0",
58+
"@stdlib/assert-has-weakmap-support": "^0.1.1",
59+
"@stdlib/assert-has-weakset-support": "^0.1.1",
6060
"@stdlib/assert-is-string": "^0.1.0",
6161
"@stdlib/bench": "^0.1.0",
6262
"@stdlib/boolean-ctor": "^0.1.0",
6363
"@stdlib/number-ctor": "^0.1.0",
64-
"@stdlib/utils-define-read-only-property": "^0.1.0",
64+
"@stdlib/utils-define-read-only-property": "^0.1.1",
6565
"proxyquire": "^2.0.0",
6666
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6767
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)