Skip to content

Commit 6ed627b

Browse files
committed
Auto-generated commit
1 parent 19b0e6a commit 6ed627b

File tree

3 files changed

+36
-105
lines changed

3 files changed

+36
-105
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-04-07T01:25:39.566Z
1+
2025-05-26T00:39:49.600Z

CHANGELOG.md

Lines changed: 19 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
6-
7-
## Unreleased (2025-04-07)
8-
9-
No changes reported for this release.
10-
11-
</section>
12-
13-
<!-- /.release -->
14-
155
<section class="release" id="v0.3.3">
166

177
## 0.3.3 (2024-11-05)
@@ -66,13 +56,21 @@ No changes reported for this release.
6656

6757
## 0.2.0 (2024-02-05)
6858

69-
<section class="packages">
59+
<section class="commits">
60+
61+
### Commits
62+
63+
<details>
64+
65+
- [`4626ee3`](https://github.com/stdlib-js/stdlib/commit/4626ee394844110cca32bf3b84acab82daccea8d) - **build:** remove tslint directives _(by Philipp Burckhardt)_
66+
- [`8fbd70f`](https://github.com/stdlib-js/stdlib/commit/8fbd70f16653c25dfd2094511555c77d523c1126) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
67+
- [`9502ed2`](https://github.com/stdlib-js/stdlib/commit/9502ed27e2853e312c556a48bdd7775095e66709) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
7068

71-
### Packages
69+
</details>
7270

7371
</section>
7472

75-
<!-- /.packages -->
73+
<!-- /.commits -->
7674

7775
<section class="contributors">
7876

@@ -86,22 +84,6 @@ A total of 1 person contributed to this release. Thank you to this contributor:
8684

8785
<!-- /.contributors -->
8886

89-
<section class="commits">
90-
91-
### Commits
92-
93-
<details>
94-
95-
- [`4626ee3`](https://github.com/stdlib-js/stdlib/commit/4626ee394844110cca32bf3b84acab82daccea8d) - **build:** remove tslint directives _(by Philipp Burckhardt)_
96-
- [`8fbd70f`](https://github.com/stdlib-js/stdlib/commit/8fbd70f16653c25dfd2094511555c77d523c1126) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
97-
- [`9502ed2`](https://github.com/stdlib-js/stdlib/commit/9502ed27e2853e312c556a48bdd7775095e66709) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
98-
99-
</details>
100-
101-
</section>
102-
103-
<!-- /.commits -->
104-
10587
</section>
10688

10789
<!-- /.release -->
@@ -120,19 +102,9 @@ No changes reported for this release.
120102

121103
## 0.1.0 (2023-11-08)
122104

123-
<section class="packages">
124-
125-
### Packages
126-
127-
<section class="package" id="boolean-v0.1.0">
128-
129-
#### [@stdlib/boolean](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/boolean)
130-
131-
<details>
132-
133105
<section class="features">
134106

135-
##### Features
107+
### Features
136108

137109
- [`9768c66`](https://github.com/stdlib-js/stdlib/commit/9768c662b6e255b70ba9fb0faa989ea1eea71f66) - update minimum TypeScript version
138110

@@ -142,7 +114,7 @@ No changes reported for this release.
142114

143115
<section class="breaking-changes">
144116

145-
##### BREAKING CHANGES
117+
### BREAKING CHANGES
146118

147119
- [`9768c66`](https://github.com/stdlib-js/stdlib/commit/9768c662b6e255b70ba9fb0faa989ea1eea71f66): update minimum TypeScript version to 4.1
148120

@@ -152,61 +124,21 @@ No changes reported for this release.
152124

153125
<!-- /.breaking-changes -->
154126

155-
</details>
156-
157-
</section>
158-
159-
<!-- /.package -->
160-
161-
<section class="package" id="boolean-ctor-v0.1.0">
127+
<section class="commits">
162128

163-
#### [@stdlib/boolean/ctor](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/boolean/ctor)
129+
### Commits
164130

165131
<details>
166132

167-
<section class="features">
168-
169-
##### Features
170-
171-
- [`9768c66`](https://github.com/stdlib-js/stdlib/commit/9768c662b6e255b70ba9fb0faa989ea1eea71f66) - update minimum TypeScript version
172-
173-
</section>
174-
175-
<!-- /.features -->
176-
177-
<section class="breaking-changes">
178-
179-
##### BREAKING CHANGES
180-
181-
- [`9768c66`](https://github.com/stdlib-js/stdlib/commit/9768c662b6e255b70ba9fb0faa989ea1eea71f66): update minimum TypeScript version to 4.1
182-
183-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
184-
185-
</section>
186-
187-
<!-- /.breaking-changes -->
133+
- [`d73bbf4`](https://github.com/stdlib-js/stdlib/commit/d73bbf43d222f935085f8ecf7526e5f57835f74e) - **build:** replace lint directives _(by Philipp Burckhardt)_
134+
- [`9768c66`](https://github.com/stdlib-js/stdlib/commit/9768c662b6e255b70ba9fb0faa989ea1eea71f66) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
135+
- [`2e197bc`](https://github.com/stdlib-js/stdlib/commit/2e197bc4bab1c252c283ff512d82610648368598) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
188136

189137
</details>
190138

191139
</section>
192140

193-
<!-- /.package -->
194-
195-
</section>
196-
197-
<!-- /.packages -->
198-
199-
<section class="breaking-changes">
200-
201-
### BREAKING CHANGES
202-
203-
- [`9768c66`](https://github.com/stdlib-js/stdlib/commit/9768c662b6e255b70ba9fb0faa989ea1eea71f66): update minimum TypeScript version to 4.1
204-
205-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
206-
207-
</section>
208-
209-
<!-- /.breaking-changes -->
141+
<!-- /.commits -->
210142

211143
<section class="contributors">
212144

@@ -220,22 +152,6 @@ A total of 1 person contributed to this release. Thank you to this contributor:
220152

221153
<!-- /.contributors -->
222154

223-
<section class="commits">
224-
225-
### Commits
226-
227-
<details>
228-
229-
- [`d73bbf4`](https://github.com/stdlib-js/stdlib/commit/d73bbf43d222f935085f8ecf7526e5f57835f74e) - **build:** replace lint directives _(by Philipp Burckhardt)_
230-
- [`9768c66`](https://github.com/stdlib-js/stdlib/commit/9768c662b6e255b70ba9fb0faa989ea1eea71f66) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
231-
- [`2e197bc`](https://github.com/stdlib-js/stdlib/commit/2e197bc4bab1c252c283ff512d82610648368598) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
232-
233-
</details>
234-
235-
</section>
236-
237-
<!-- /.commits -->
238-
239155
</section>
240156

241157
<!-- /.release -->

CONTRIBUTORS

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,18 @@ Dorrin Sotoudeh <[email protected]>
5151
EuniceSim142 <[email protected]>
5252
Frank Kovacs <[email protected]>
5353
GK Bishnoi <[email protected]>
54+
GURU PRASAD SHARMA <[email protected]>
5455
5556
Gautam sharma <[email protected]>
57+
Girish Garg <[email protected]>
5658
Golden Kumar <[email protected]>
5759
Gunj Joshi <[email protected]>
5860
Gururaj Gurram <[email protected]>
5961
Haroon Rasheed <[email protected]>
60-
Harsh <[email protected].com>
62+
Harsh <harshyadav6078@gmail.com>
6163
6264
Harshita Kalani <[email protected]>
65+
Hemang Choudhary <[email protected]>
6366
Hemant M Mehta <[email protected]>
6467
Hridyanshu <[email protected]>
6568
Jaimin Godhani <[email protected]>
@@ -77,15 +80,18 @@ Joris Labie <[email protected]>
7780
Justin Dennison <[email protected]>
7881
Justyn Shelby <[email protected]>
7982
Karan Anand <[email protected]>
83+
Karan Yadav <[email protected]>
8084
Karthik Prakash <[email protected]>
8185
Kaushikgtm <[email protected]>
8286
Kavyansh-Bagdi <[email protected]>
8387
Kohantika Nath <[email protected]>
8488
Krishnam Agarwal <[email protected]>
8589
Krishnendu Das <[email protected]>
8690
Kshitij-Dale <[email protected]>
91+
Lalit Narayan Yadav <[email protected]>
8792
Lovelin Dhoni J B <[email protected]>
8893
94+
Mahfuza Humayra Mohona <[email protected]>
8995
Manik Sharma <[email protected]>
9096
Manvith M <[email protected]>
9197
Marcus Fantham <[email protected]>
@@ -103,6 +109,7 @@ Naveen Kumar <[email protected]>
103109
Neeraj Pathak <[email protected]>
104110
NirvedMishra <[email protected]>
105111
Nishant Shinde <[email protected]>
112+
Nishant singh <[email protected]>
106113
Nishchay Rajput <[email protected]>
107114
Nithin Katta <[email protected]>
108115
Nourhan Hasan <[email protected]>
@@ -118,6 +125,7 @@ Prashant Kumar Yadav <[email protected]>
118125
PrathamBhamare <[email protected]>
119126
Pratik Singh <[email protected]>
120127
Pratyush Kumar Chouhan <[email protected]>
128+
Pravesh Kunwar <[email protected]>
121129
Priyansh Prajapati <[email protected]>
122130
Priyanshu Agarwal <[email protected]>
123131
Pulkit Gupta <[email protected]>
@@ -138,6 +146,7 @@ Ryan Seal <[email protected]>
138146
Rylan Yang <[email protected]>
139147
SAHIL KUMAR <[email protected]>
140148
SHIVAM YADAV <[email protected]>
149+
Sachin Raj <[email protected]>
141150
Sahil Goyal <[email protected]>
142151
Sai Avinash <[email protected]>
143152
Sai Srikar Dumpeti <[email protected]>
@@ -158,14 +167,17 @@ Spandan Barve <[email protected]>
158167
Stephannie Jiménez Gacha <[email protected]>
159168
Suhaib Ilahi <[email protected]>
160169
Suraj Kumar <[email protected]>
170+
Swapnil Hajare <[email protected]>
161171
Tanishq Ahuja <[email protected]>
162172
Tirtadwipa Manunggal <[email protected]>
163173
Tudor Pagu <[email protected]>
164174
Tufailahmed Bargir <[email protected]>
175+
Uday Kakade <[email protected]>
165176
Utkarsh <http://[email protected]>
166177
Utkarsh Raj <[email protected]>
167178
UtkershBasnet <[email protected]>
168179
Vaibhav Patel <[email protected]>
180+
Vara Rahul Rajana <[email protected]>
169181
Varad Gupta <[email protected]>
170182
Vinit Pandit <[email protected]>
171183
Vivek Maurya <[email protected]>
@@ -174,12 +186,15 @@ Yaswanth Kosuru <[email protected]>
174186
Yernar Yergaziyev <[email protected]>
175187
Yugal Kaushik <[email protected]>
176188
Yuvi Mittal <[email protected]>
189+
devshree-bhati <[email protected]>
177190
178191
ekambains <[email protected]>
179192
fadiothman22 <[email protected]>
193+
iraandrushko <[email protected]>
180194
lohithganni <[email protected]>
181195
olenkabilonizhka <[email protected]>
182196
pranav-1720 <[email protected]>
183197
rahulrangers <[email protected]>
184198
185199
200+

0 commit comments

Comments
 (0)