Skip to content

Commit 0a95ffe

Browse files
committed
Auto-generated commit
1 parent 265bcfd commit 0a95ffe

File tree

6 files changed

+144
-93
lines changed

6 files changed

+144
-93
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T04:02:13.372Z

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ docs/**/node_modules/
101101
pids
102102
*.pid
103103
*.seed
104+
yarn.lock
105+
package-lock.json
104106

105107
# Typescript #
106108
##############

CHANGELOG.md

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

33
> Package changelog.
44
5-
<section class="release" id="v0.2.2">
6-
7-
## 0.2.2 (2024-07-28)
5+
<section class="release" id="unreleased">
86

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-07-28)
7+
## Unreleased (2024-08-01)
188

199
<section class="commits">
2010

2111
### Commits
2212

2313
<details>
2414

25-
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
2616

2717
</details>
2818

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

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

49-
<section class="release" id="v0.1.1">
39+
<section class="release" id="v0.2.2">
5040

51-
## 0.1.1 (2024-02-24)
41+
## 0.2.2 (2024-07-28)
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>
68-
69-
- [`453dd85`](https://github.com/stdlib-js/stdlib/commit/453dd85b5dd186d2b4d458256fe84906e1503fe2) - **build:** remove tslint directives _(by Philipp Burckhardt)_
70-
71-
</details>
72-
73-
</section>
74-
75-
<!-- /.commits -->
76-
77-
<section class="contributors">
78-
79-
### Contributors
80-
81-
A total of 1 person contributed to this release. Thank you to this contributor:
82-
83-
- Philipp Burckhardt
49+
<section class="release" id="v0.2.1">
8450

85-
</section>
51+
## 0.2.1 (2024-07-28)
8652

87-
<!-- /.contributors -->
53+
No changes reported for this release.
8854

8955
</section>
9056

9157
<!-- /.release -->
9258

93-
<section class="release" id="v0.1.0">
94-
95-
## 0.1.0 (2023-09-23)
96-
97-
<section class="features">
98-
99-
### Features
100-
101-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
102-
103-
</section>
104-
105-
<!-- /.features -->
106-
107-
<section class="breaking-changes">
108-
109-
### BREAKING CHANGES
59+
<section class="release" id="v0.1.1">
11060

111-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version
112-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
61+
## 0.1.1 (2024-02-24)
11362

114-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
63+
No changes reported for this release.
11564

11665
</section>
11766

118-
<!-- /.breaking-changes -->
119-
120-
<section class="commits">
121-
122-
### Commits
67+
<!-- /.release -->
12368

124-
<details>
69+
<section class="release" id="v0.2.0">
12570

126-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
71+
## 0.2.0 (2024-02-14)
12772

128-
</details>
73+
No changes reported for this release.
12974

13075
</section>
13176

132-
<!-- /.commits -->
133-
134-
<section class="contributors">
135-
136-
### Contributors
137-
138-
A total of 1 person contributed to this release. Thank you to this contributor:
77+
<!-- /.release -->
13978

140-
- Philipp Burckhardt
79+
<section class="release" id="v0.1.0">
14180

142-
</section>
81+
## 0.1.0 (2023-09-23)
14382

144-
<!-- /.contributors -->
83+
No changes reported for this release.
14584

14685
</section>
14786

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,6 @@ For more information on the project, filing bug reports and feature requests, an
196196

197197
---
198198

199-
## License
200-
201-
See [LICENSE][stdlib-license].
202-
203-
204199
## Copyright
205200

206201
Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
@@ -216,8 +211,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
216211
[npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-base-assert-is-column-major-contiguous.svg
217212
[npm-url]: https://npmjs.org/package/@stdlib/ndarray-base-assert-is-column-major-contiguous
218213

219-
[test-image]: https://github.com/stdlib-js/ndarray-base-assert-is-column-major-contiguous/actions/workflows/test.yml/badge.svg?branch=v0.2.2
220-
[test-url]: https://github.com/stdlib-js/ndarray-base-assert-is-column-major-contiguous/actions/workflows/test.yml?query=branch:v0.2.2
214+
[test-image]: https://github.com/stdlib-js/ndarray-base-assert-is-column-major-contiguous/actions/workflows/test.yml/badge.svg?branch=main
215+
[test-url]: https://github.com/stdlib-js/ndarray-base-assert-is-column-major-contiguous/actions/workflows/test.yml?query=branch:main
221216

222217
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-base-assert-is-column-major-contiguous/main.svg
223218
[coverage-url]: https://codecov.io/github/stdlib-js/ndarray-base-assert-is-column-major-contiguous?branch=main
@@ -247,8 +242,6 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
247242
[esm-readme]: https://github.com/stdlib-js/ndarray-base-assert-is-column-major-contiguous/blob/esm/README.md
248243
[branches-url]: https://github.com/stdlib-js/ndarray-base-assert-is-column-major-contiguous/blob/main/branches.md
249244

250-
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/ndarray-base-assert-is-column-major-contiguous/main/LICENSE
251-
252245
</section>
253246

254247
<!-- /.links -->

dist/index.js

Lines changed: 47 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.js

Lines changed: 73 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)