Skip to content

Commit 4b600bf

Browse files
committed
Auto-generated commit
1 parent 65c7470 commit 4b600bf

File tree

4 files changed

+21
-68
lines changed

4 files changed

+21
-68
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T05:53:55.071Z

CHANGELOG.md

Lines changed: 15 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.3.0">
6-
7-
## 0.3.0 (2024-07-29)
8-
9-
<section class="features">
10-
11-
### Features
12-
13-
- [`8f4b5c4`](https://github.com/stdlib-js/stdlib/commit/8f4b5c410ffb5d06bb5cce02b84c5f7043c31fa7) - add boolean dtype support to `array/typed-ctors` [(#2391)](https://github.com/stdlib-js/stdlib/pull/2391)
14-
15-
</section>
5+
<section class="release" id="unreleased">
166

17-
<!-- /.features -->
7+
## Unreleased (2024-08-01)
188

199
<section class="commits">
2010

2111
### Commits
2212

2313
<details>
2414

25-
- [`8f4b5c4`](https://github.com/stdlib-js/stdlib/commit/8f4b5c410ffb5d06bb5cce02b84c5f7043c31fa7) - **feat:** add boolean dtype support to `array/typed-ctors` [(#2391)](https://github.com/stdlib-js/stdlib/pull/2391) _(by Jaysukh Makvana, Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
2616

2717
</details>
2818

@@ -34,10 +24,9 @@
3424

3525
### Contributors
3626

37-
A total of 2 people contributed to this release. Thank you to the following contributors:
27+
A total of 1 person contributed to this release. Thank you to this contributor:
3828

3929
- Athan Reines
40-
- Jaysukh Makvana
4130

4231
</section>
4332

@@ -47,78 +36,41 @@ A total of 2 people contributed to this release. Thank you to the following cont
4736

4837
<!-- /.release -->
4938

50-
<section class="release" id="v0.2.1">
39+
<section class="release" id="v0.3.0">
5140

52-
## 0.2.1 (2024-02-25)
41+
## 0.3.0 (2024-07-29)
5342

5443
No changes reported for this release.
5544

5645
</section>
5746

5847
<!-- /.release -->
5948

60-
<section class="release" id="v0.2.0">
49+
<section class="release" id="v0.2.1">
6150

62-
## 0.2.0 (2024-02-14)
51+
## 0.2.1 (2024-02-25)
6352

6453
No changes reported for this release.
6554

6655
</section>
6756

6857
<!-- /.release -->
6958

70-
<section class="release" id="v0.1.0">
71-
72-
## 0.1.0 (2023-09-24)
73-
74-
<section class="features">
75-
76-
### Features
77-
78-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
79-
80-
</section>
81-
82-
<!-- /.features -->
83-
84-
<section class="breaking-changes">
85-
86-
### BREAKING CHANGES
87-
88-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version
89-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
90-
91-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
92-
93-
</section>
94-
95-
<!-- /.breaking-changes -->
96-
97-
<section class="commits">
98-
99-
### Commits
100-
101-
<details>
59+
<section class="release" id="v0.2.0">
10260

103-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
61+
## 0.2.0 (2024-02-14)
10462

105-
</details>
63+
No changes reported for this release.
10664

10765
</section>
10866

109-
<!-- /.commits -->
110-
111-
<section class="contributors">
112-
113-
### Contributors
114-
115-
A total of 1 person contributed to this release. Thank you to this contributor:
67+
<!-- /.release -->
11668

117-
- Philipp Burckhardt
69+
<section class="release" id="v0.1.0">
11870

119-
</section>
71+
## 0.1.0 (2023-09-24)
12072

121-
<!-- /.contributors -->
73+
No changes reported for this release.
12274

12375
</section>
12476

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
203203
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-typed-ctors.svg
204204
[npm-url]: https://npmjs.org/package/@stdlib/array-typed-ctors
205205

206-
[test-image]: https://github.com/stdlib-js/array-typed-ctors/actions/workflows/test.yml/badge.svg?branch=v0.3.0
207-
[test-url]: https://github.com/stdlib-js/array-typed-ctors/actions/workflows/test.yml?query=branch:v0.3.0
206+
[test-image]: https://github.com/stdlib-js/array-typed-ctors/actions/workflows/test.yml/badge.svg?branch=main
207+
[test-url]: https://github.com/stdlib-js/array-typed-ctors/actions/workflows/test.yml?query=branch:main
208208

209209
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-typed-ctors/main.svg
210210
[coverage-url]: https://codecov.io/github/stdlib-js/array-typed-ctors?branch=main

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/array-bool": "^0.0.1",
41-
"@stdlib/array-complex128": "^0.2.1",
42-
"@stdlib/array-complex64": "^0.2.1",
40+
"@stdlib/array-bool": "^0.1.0",
41+
"@stdlib/array-complex128": "^0.3.0",
42+
"@stdlib/array-complex64": "^0.3.0",
4343
"@stdlib/array-float32": "^0.2.2",
4444
"@stdlib/array-float64": "^0.2.2",
4545
"@stdlib/array-int16": "^0.2.2",

0 commit comments

Comments
 (0)