Skip to content

Commit a42f2b2

Browse files
committed
Auto-generated commit
1 parent a86e6dd commit a42f2b2

File tree

4 files changed

+20
-91
lines changed

4 files changed

+20
-91
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:54:12.078Z

CHANGELOG.md

Lines changed: 14 additions & 86 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
5+
<section class="release" id="unreleased">
126

13-
- [`c0a9532`](https://github.com/stdlib-js/stdlib/commit/c0a953262445a079c4ee610fcaa94108b7bbcc77) - add boolean dtype support in `array/to-json` [(#2392)](https://github.com/stdlib-js/stdlib/pull/2392)
14-
15-
</section>
16-
17-
<!-- /.features -->
7+
## Unreleased (2024-08-01)
188

199
<section class="commits">
2010

2111
### Commits
2212

2313
<details>
2414

25-
- [`c0a9532`](https://github.com/stdlib-js/stdlib/commit/c0a953262445a079c4ee610fcaa94108b7bbcc77) - **feat:** add boolean dtype support in `array/to-json` [(#2392)](https://github.com/stdlib-js/stdlib/pull/2392) _(by Jaysukh Makvana)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
2616

2717
</details>
2818

@@ -36,7 +26,7 @@
3626

3727
A total of 1 person contributed to this release. Thank you to this contributor:
3828

39-
- Jaysukh Makvana
29+
- Athan Reines
4030

4131
</section>
4232

@@ -46,46 +36,31 @@ A total of 1 person contributed to this release. Thank you to this contributor:
4636

4737
<!-- /.release -->
4838

49-
<section class="release" id="v0.2.1">
39+
<section class="release" id="v0.3.0">
5040

51-
## 0.2.1 (2024-02-25)
41+
## 0.3.0 (2024-07-29)
5242

5343
No changes reported for this release.
5444

5545
</section>
5646

5747
<!-- /.release -->
5848

59-
<section class="release" id="v0.2.0">
60-
61-
## 0.2.0 (2024-02-14)
62-
63-
<section class="commits">
64-
65-
### Commits
66-
67-
<details>
49+
<section class="release" id="v0.2.1">
6850

69-
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
70-
- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
51+
## 0.2.1 (2024-02-25)
7152

72-
</details>
53+
No changes reported for this release.
7354

7455
</section>
7556

76-
<!-- /.commits -->
77-
78-
<section class="contributors">
79-
80-
### Contributors
81-
82-
A total of 1 person contributed to this release. Thank you to this contributor:
57+
<!-- /.release -->
8358

84-
- Philipp Burckhardt
59+
<section class="release" id="v0.2.0">
8560

86-
</section>
61+
## 0.2.0 (2024-02-14)
8762

88-
<!-- /.contributors -->
63+
No changes reported for this release.
8964

9065
</section>
9166

@@ -95,54 +70,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
9570

9671
## 0.1.0 (2023-09-24)
9772

98-
<section class="features">
99-
100-
### Features
101-
102-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
103-
104-
</section>
105-
106-
<!-- /.features -->
107-
108-
<section class="breaking-changes">
109-
110-
### BREAKING CHANGES
111-
112-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version
113-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
114-
115-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
116-
117-
</section>
118-
119-
<!-- /.breaking-changes -->
120-
121-
<section class="commits">
122-
123-
### Commits
124-
125-
<details>
126-
127-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
128-
129-
</details>
130-
131-
</section>
132-
133-
<!-- /.commits -->
134-
135-
<section class="contributors">
136-
137-
### Contributors
138-
139-
A total of 1 person contributed to this release. Thank you to this contributor:
140-
141-
- Philipp Burckhardt
142-
143-
</section>
144-
145-
<!-- /.contributors -->
73+
No changes reported for this release.
14674

14775
</section>
14876

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
341341
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-to-json.svg
342342
[npm-url]: https://npmjs.org/package/@stdlib/array-to-json
343343

344-
[test-image]: https://github.com/stdlib-js/array-to-json/actions/workflows/test.yml/badge.svg?branch=v0.3.0
345-
[test-url]: https://github.com/stdlib-js/array-to-json/actions/workflows/test.yml?query=branch:v0.3.0
344+
[test-image]: https://github.com/stdlib-js/array-to-json/actions/workflows/test.yml/badge.svg?branch=main
345+
[test-url]: https://github.com/stdlib-js/array-to-json/actions/workflows/test.yml?query=branch:main
346346

347347
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-to-json/main.svg
348348
[coverage-url]: https://codecov.io/github/stdlib-js/array-to-json?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)