Skip to content

Commit bd9ffb4

Browse files
committed
Auto-generated commit
1 parent 7a5dd7b commit bd9ffb4

File tree

4 files changed

+76
-26
lines changed

4 files changed

+76
-26
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T06:08:31.134Z
1+
2024-09-01T06:36:31.495Z

CHANGELOG.md

Lines changed: 72 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,57 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.2.2">
6+
7+
## 0.2.2 (2024-07-29)
8+
9+
No changes reported for this release.
10+
11+
</section>
12+
13+
<!-- /.release -->
14+
15+
<section class="release" id="v0.2.1">
16+
17+
## 0.2.1 (2024-02-25)
18+
19+
No changes reported for this release.
20+
21+
</section>
22+
23+
<!-- /.release -->
24+
25+
<section class="release" id="v0.2.0">
26+
27+
## 0.2.0 (2024-02-15)
28+
29+
No changes reported for this release.
30+
31+
</section>
32+
33+
<!-- /.release -->
34+
35+
<section class="release" id="v0.1.0">
36+
37+
## 0.1.0 (2023-09-24)
38+
39+
<section class="bug-fixes">
40+
41+
### Bug Fixes
42+
43+
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - update import path for `Collection` type definition
44+
45+
</section>
646

7-
## Unreleased (2024-08-01)
47+
<!-- /.bug-fixes -->
848

949
<section class="commits">
1050

1151
### Commits
1252

1353
<details>
1454

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
55+
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
1656

1757
</details>
1858

@@ -36,51 +76,59 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3676

3777
<!-- /.release -->
3878

39-
<section class="release" id="v0.2.2">
79+
<section class="release" id="v0.0.1">
4080

41-
## 0.2.2 (2024-07-29)
81+
## 0.0.1 (2023-07-31)
4282

43-
No changes reported for this release.
83+
<section class="features">
84+
85+
### Features
86+
87+
- [`05d73c2`](https://github.com/stdlib-js/stdlib/commit/05d73c2d3c4a1c0250f81da207805848196694db) - update minimum TypeScript version
88+
- [`0424cf8`](https://github.com/stdlib-js/stdlib/commit/0424cf8b80b1e0c50ea209d9b05730a8b950f4a5) - add `factory` method
89+
- [`41aa6d6`](https://github.com/stdlib-js/stdlib/commit/41aa6d65a111dcd2dbd59f33520fd6da03de374b) - add `array/base/assert/contains`
4490

4591
</section>
4692

47-
<!-- /.release -->
93+
<!-- /.features -->
4894

49-
<section class="release" id="v0.2.1">
95+
<section class="breaking-changes">
5096

51-
## 0.2.1 (2024-02-25)
97+
### BREAKING CHANGES
5298

53-
No changes reported for this release.
99+
- [`05d73c2`](https://github.com/stdlib-js/stdlib/commit/05d73c2d3c4a1c0250f81da207805848196694db): update minimum TypeScript version
54100

55101
</section>
56102

57-
<!-- /.release -->
103+
<!-- /.breaking-changes -->
58104

59-
<section class="release" id="v0.2.0">
105+
<section class="commits">
60106

61-
## 0.2.0 (2024-02-15)
107+
### Commits
62108

63-
No changes reported for this release.
109+
<details>
64110

65-
</section>
111+
- [`05d73c2`](https://github.com/stdlib-js/stdlib/commit/05d73c2d3c4a1c0250f81da207805848196694db) - **feat:** update minimum TypeScript version _(by Athan Reines)_
112+
- [`0424cf8`](https://github.com/stdlib-js/stdlib/commit/0424cf8b80b1e0c50ea209d9b05730a8b950f4a5) - **feat:** add `factory` method _(by Athan Reines)_
113+
- [`41aa6d6`](https://github.com/stdlib-js/stdlib/commit/41aa6d65a111dcd2dbd59f33520fd6da03de374b) - **feat:** add `array/base/assert/contains` _(by Athan Reines)_
66114

67-
<!-- /.release -->
115+
</details>
68116

69-
<section class="release" id="v0.1.0">
117+
</section>
70118

71-
## 0.1.0 (2023-09-24)
119+
<!-- /.commits -->
72120

73-
No changes reported for this release.
121+
<section class="contributors">
74122

75-
</section>
123+
### Contributors
76124

77-
<!-- /.release -->
125+
A total of 1 person contributed to this release. Thank you to this contributor:
78126

79-
<section class="release" id="v0.0.1">
127+
- Athan Reines
80128

81-
## 0.0.1 (2023-07-31)
129+
</section>
82130

83-
No changes reported for this release.
131+
<!-- /.contributors -->
84132

85133
</section>
86134

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Marcus Fantham <[email protected]>
4646
Matt Cochrane <[email protected]>
4747
Mihir Pandit <[email protected]>
4848
Milan Raj <[email protected]>
49+
Mohammad Kaif <[email protected]>
4950
Momtchil Momtchev <[email protected]>
5051
Muhammad Haris <[email protected]>
5152
Naresh Jagadeesan <[email protected]>
@@ -70,6 +71,7 @@ Roman Stetsyk <[email protected]>
7071
7172
Ryan Seal <[email protected]>
7273
Sai Srikar Dumpeti <[email protected]>
74+
SarthakPaandey <[email protected]>
7375
Seyyed Parsa Neshaei <[email protected]>
7476
Shashank Shekhar Singh <[email protected]>
7577

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@stdlib/array-dtype": "^0.3.0",
4444
"@stdlib/assert-is-collection": "^0.2.2",
4545
"@stdlib/string-format": "^0.2.2",
46-
"@stdlib/types": "^0.3.2",
46+
"@stdlib/types": "^0.4.1",
4747
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2",
4848
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
4949
},

0 commit comments

Comments
 (0)