File tree Expand file tree Collapse file tree 5 files changed +29
-39
lines changed Expand file tree Collapse file tree 5 files changed +29
-39
lines changed Original file line number Diff line number Diff line change
1
+ 2024-08-01T03:17:00.501Z
Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ docs/**/node_modules/
101
101
pids
102
102
* .pid
103
103
* .seed
104
+ yarn.lock
105
+ package-lock.json
104
106
105
107
# Typescript #
106
108
# #############
Original file line number Diff line number Diff line change 2
2
3
3
> Package changelog.
4
4
5
- <section class =" release " id =" v0.1.1 " >
6
-
7
- ## 0.1.1 (2024-07-28)
5
+ <section class =" release " id =" unreleased " >
8
6
9
- No changes reported for this release.
10
-
11
- </section >
7
+ ## Unreleased (2024-08-01)
12
8
13
- <!-- /.release -->
14
-
15
- <section class =" release " id =" v0.1.0 " >
9
+ <section class =" commits " >
16
10
17
- ## 0.1.0 (2024-04-13)
11
+ ### Commits
18
12
19
- <section class = " features " >
13
+ <details >
20
14
21
- ### Features
15
+ - [ ` 22c4d29 ` ] ( https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28 ) - ** docs: ** remove blank line _ (by Athan Reines) _
22
16
23
- - [ ` 0fb4869 ` ] ( https://github.com/stdlib-js/stdlib/commit/0fb486917502a8397c281872831c70b2e58b7f27 ) - add ` assert/is-ragged-nested-array ` ( # 1368 ) [ ( # 1368 ) ] ( https://github.com/stdlib-js/stdlib/pull/1368 )
17
+ </ details >
24
18
25
19
</section >
26
20
27
- <!-- /.features -->
21
+ <!-- /.commits -->
28
22
29
- <section class =" issues " >
23
+ <section class =" contributors " >
30
24
31
- ### Closed Issues
25
+ ### Contributors
32
26
33
- This release closes the following issue :
27
+ A total of 1 person contributed to this release. Thank you to this contributor :
34
28
35
- [ # 1347 ] ( https://github.com/stdlib-js/stdlib/issues/1347 )
29
+ - Athan Reines
36
30
37
31
</section >
38
32
39
- <!-- /.issues -->
33
+ <!-- /.contributors -->
40
34
41
- <section class = " commits " >
35
+ </ section >
42
36
43
- ### Commits
37
+ <!-- /.release -->
44
38
45
- <details >
39
+ <section class = " release " id = " v0.1.1 " >
46
40
47
- - [ ` 0fb4869 ` ] ( https://github.com/stdlib-js/stdlib/commit/0fb486917502a8397c281872831c70b2e58b7f27 ) - ** feat: ** add ` assert/is-ragged-nested-array ` ( # 1368 ) [ ( # 1368 ) ] ( https://github.com/stdlib-js/stdlib/pull/1368 ) _ (by Rutam, Athan Reines) _
41
+ ## 0.1.1 (2024-07-28)
48
42
49
- </ details >
43
+ No changes reported for this release.
50
44
51
45
</section >
52
46
53
- <!-- /.commits -->
54
-
55
- <section class =" contributors " >
56
-
57
- ### Contributors
58
-
59
- A total of 2 people contributed to this release. Thank you to the following contributors:
47
+ <!-- /.release -->
60
48
61
- - Athan Reines
62
- - Rutam
49
+ <section class =" release " id =" v0.1.0 " >
63
50
64
- </ section >
51
+ ## 0.1.0 (2024-04-13)
65
52
66
- <!-- /.contributors -->
53
+ No changes reported for this release.
67
54
68
55
</section >
69
56
Original file line number Diff line number Diff line change @@ -169,8 +169,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
169
169
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/assert-is-ragged-nested-array.svg
170
170
[ npm-url ] : https://npmjs.org/package/@stdlib/assert-is-ragged-nested-array
171
171
172
- [ test-image ] : https://github.com/stdlib-js/assert-is-ragged-nested-array/actions/workflows/test.yml/badge.svg?branch=v0.1.1
173
- [ test-url ] : https://github.com/stdlib-js/assert-is-ragged-nested-array/actions/workflows/test.yml?query=branch:v0.1.1
172
+ [ test-image ] : https://github.com/stdlib-js/assert-is-ragged-nested-array/actions/workflows/test.yml/badge.svg?branch=main
173
+ [ test-url ] : https://github.com/stdlib-js/assert-is-ragged-nested-array/actions/workflows/test.yml?query=branch:main
174
174
175
175
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/assert-is-ragged-nested-array/main.svg
176
176
[ coverage-url ] : https://codecov.io/github/stdlib-js/assert-is-ragged-nested-array?branch=main
Original file line number Diff line number Diff line change 37
37
"url" : " https://github.com/stdlib-js/stdlib/issues"
38
38
},
39
39
"dependencies" : {
40
- "@stdlib/assert-is-array-like-object" : " ^0.2.1 "
40
+ "@stdlib/assert-is-array-like-object" : " ^0.2.2 "
41
41
},
42
42
"devDependencies" : {
43
43
"tape" : " git+https://github.com/kgryte/tape.git#fix/globby" ,
44
44
"istanbul" : " ^0.4.1" ,
45
45
"tap-min" : " git+https://github.com/Planeshifter/tap-min.git" ,
46
- "@stdlib/bench-harness" : " ^0.2.1 "
46
+ "@stdlib/bench-harness" : " ^0.2.2 "
47
47
},
48
48
"engines" : {
49
49
"node" : " >=0.10.0" ,
You can’t perform that action at this time.
0 commit comments