Skip to content

Commit b194c57

Browse files
committed
Auto-generated commit
1 parent 44a9a98 commit b194c57

File tree

4 files changed

+23
-73
lines changed

4 files changed

+23
-73
lines changed

.github/.keepalive

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T06:10:56.136Z

CHANGELOG.md

+19-70
Original file line numberDiff line numberDiff line change
@@ -2,49 +2,17 @@
22

33
> Package changelog.
44
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-
<section class="features">
5+
<section class="release" id="unreleased">
306

31-
### Features
32-
33-
- [`dd80dd0`](https://github.com/stdlib-js/stdlib/commit/dd80dd06ee514621c7cda8acea17c06add946336) - add support for `normalize` index mode
34-
35-
</section>
36-
37-
<!-- /.features -->
7+
## Unreleased (2024-08-01)
388

399
<section class="commits">
4010

4111
### Commits
4212

4313
<details>
4414

45-
- [`ecb0cf1`](https://github.com/stdlib-js/stdlib/commit/ecb0cf1b6dc6374cc27bfc9e74c32a434360dfe1) - **bench:** fix value range _(by Athan Reines)_
46-
- [`dd80dd0`](https://github.com/stdlib-js/stdlib/commit/dd80dd06ee514621c7cda8acea17c06add946336) - **feat:** add support for `normalize` index mode _(by Athan Reines)_
47-
- [`453dd85`](https://github.com/stdlib-js/stdlib/commit/453dd85b5dd186d2b4d458256fe84906e1503fe2) - **build:** remove tslint directives _(by Philipp Burckhardt)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
4816

4917
</details>
5018

@@ -56,10 +24,9 @@ No changes reported for this release.
5624

5725
### Contributors
5826

59-
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:
6028

6129
- Athan Reines
62-
- Philipp Burckhardt
6330

6431
</section>
6532

@@ -69,59 +36,41 @@ A total of 2 people contributed to this release. Thank you to the following cont
6936

7037
<!-- /.release -->
7138

72-
<section class="release" id="v0.1.0">
73-
74-
## 0.1.0 (2023-09-23)
75-
76-
<section class="features">
39+
<section class="release" id="v0.2.2">
7740

78-
### Features
41+
## 0.2.2 (2024-07-29)
7942

80-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
43+
No changes reported for this release.
8144

8245
</section>
8346

84-
<!-- /.features -->
85-
86-
<section class="breaking-changes">
47+
<!-- /.release -->
8748

88-
### BREAKING CHANGES
49+
<section class="release" id="v0.2.1">
8950

90-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version
91-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
51+
## 0.2.1 (2024-02-25)
9252

93-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
53+
No changes reported for this release.
9454

9555
</section>
9656

97-
<!-- /.breaking-changes -->
98-
99-
<section class="commits">
100-
101-
### Commits
57+
<!-- /.release -->
10258

103-
<details>
59+
<section class="release" id="v0.2.0">
10460

105-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
106-
- [`ab5d324`](https://github.com/stdlib-js/stdlib/commit/ab5d324b547870938b21ebdeecc1f7fda132f321) - **chore:** resolve lint errors _(by Philipp Burckhardt)_
61+
## 0.2.0 (2024-02-15)
10762

108-
</details>
63+
No changes reported for this release.
10964

11065
</section>
11166

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

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

122-
</section>
71+
## 0.1.0 (2023-09-23)
12372

124-
<!-- /.contributors -->
73+
No changes reported for this release.
12574

12675
</section>
12776

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
270270
[npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-sub2ind.svg
271271
[npm-url]: https://npmjs.org/package/@stdlib/ndarray-sub2ind
272272

273-
[test-image]: https://github.com/stdlib-js/ndarray-sub2ind/actions/workflows/test.yml/badge.svg?branch=v0.2.2
274-
[test-url]: https://github.com/stdlib-js/ndarray-sub2ind/actions/workflows/test.yml?query=branch:v0.2.2
273+
[test-image]: https://github.com/stdlib-js/ndarray-sub2ind/actions/workflows/test.yml/badge.svg?branch=main
274+
[test-url]: https://github.com/stdlib-js/ndarray-sub2ind/actions/workflows/test.yml?query=branch:main
275275

276276
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-sub2ind/main.svg
277277
[coverage-url]: https://codecov.io/github/stdlib-js/ndarray-sub2ind?branch=main

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@stdlib/assert-is-integer": "^0.2.2",
4343
"@stdlib/assert-is-nonnegative-integer-array": "^0.2.2",
4444
"@stdlib/assert-is-plain-object": "^0.2.2",
45-
"@stdlib/ndarray-base-assert-is-index-mode": "^0.2.1",
45+
"@stdlib/ndarray-base-assert-is-index-mode": "^0.2.2",
4646
"@stdlib/ndarray-base-assert-is-order": "^0.2.2",
4747
"@stdlib/ndarray-base-shape2strides": "^0.2.2",
4848
"@stdlib/ndarray-base-sub2ind": "^0.2.2",

0 commit comments

Comments
 (0)