Skip to content

Commit 2d501d2

Browse files
committed
Auto-generated commit
1 parent 7712fe8 commit 2d501d2

File tree

5 files changed

+22
-82
lines changed

5 files changed

+22
-82
lines changed

.github/.keepalive

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T02:16:52.943Z

.gitignore

+2
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

+14-77
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.2.2">
5+
<section class="release" id="unreleased">
66

7-
## 0.2.2 (2024-07-27)
7+
## Unreleased (2024-08-01)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`2e9149c`](https://github.com/stdlib-js/stdlib/commit/2e9149c0dd98310dca677c132087293250ea3068) - **docs:** fix REPL help files for floating-point arrays [(#2281)](https://github.com/stdlib-js/stdlib/pull/2281) _(by Jaysukh Makvana)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1616

1717
</details>
1818

@@ -26,7 +26,7 @@
2626

2727
A total of 1 person contributed to this release. Thank you to this contributor:
2828

29-
- Jaysukh Makvana
29+
- Athan Reines
3030

3131
</section>
3232

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

3737
<!-- /.release -->
3838

39-
<section class="release" id="v0.2.1">
39+
<section class="release" id="v0.2.2">
4040

41-
## 0.2.1 (2024-02-22)
41+
## 0.2.2 (2024-07-27)
4242

4343
No changes reported for this release.
4444

4545
</section>
4646

4747
<!-- /.release -->
4848

49-
<section class="release" id="v0.2.0">
50-
51-
## 0.2.0 (2024-02-14)
52-
53-
<section class="commits">
54-
55-
### Commits
56-
57-
<details>
49+
<section class="release" id="v0.2.1">
5850

59-
- [`7120ab7`](https://github.com/stdlib-js/stdlib/commit/7120ab76fc11a892939aba26603dba5218f693c8) - **docs:** add missing var declarations _(by Philipp Burckhardt)_
60-
- [`4626ee3`](https://github.com/stdlib-js/stdlib/commit/4626ee394844110cca32bf3b84acab82daccea8d) - **build:** remove tslint directives _(by Philipp Burckhardt)_
61-
- [`8fbd70f`](https://github.com/stdlib-js/stdlib/commit/8fbd70f16653c25dfd2094511555c77d523c1126) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
51+
## 0.2.1 (2024-02-22)
6252

63-
</details>
53+
No changes reported for this release.
6454

6555
</section>
6656

67-
<!-- /.commits -->
68-
69-
<section class="contributors">
70-
71-
### Contributors
72-
73-
A total of 1 person contributed to this release. Thank you to this contributor:
57+
<!-- /.release -->
7458

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

77-
</section>
61+
## 0.2.0 (2024-02-14)
7862

79-
<!-- /.contributors -->
63+
No changes reported for this release.
8064

8165
</section>
8266

@@ -96,54 +80,7 @@ No changes reported for this release.
9680

9781
## 0.1.0 (2023-09-23)
9882

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

14885
</section>
14986

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1517,8 +1517,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
15171517
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-float64.svg
15181518
[npm-url]: https://npmjs.org/package/@stdlib/array-float64
15191519

1520-
[test-image]: https://github.com/stdlib-js/array-float64/actions/workflows/test.yml/badge.svg?branch=v0.2.2
1521-
[test-url]: https://github.com/stdlib-js/array-float64/actions/workflows/test.yml?query=branch:v0.2.2
1520+
[test-image]: https://github.com/stdlib-js/array-float64/actions/workflows/test.yml/badge.svg?branch=main
1521+
[test-url]: https://github.com/stdlib-js/array-float64/actions/workflows/test.yml?query=branch:main
15221522

15231523
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-float64/main.svg
15241524
[coverage-url]: https://codecov.io/github/stdlib-js/array-float64?branch=main

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@
4545
"@stdlib/assert-is-boolean": "^0.2.2",
4646
"@stdlib/assert-is-float64array": "^0.2.2",
4747
"@stdlib/assert-is-function": "^0.2.2",
48-
"@stdlib/assert-is-nonnegative-integer": "^0.2.1",
49-
"@stdlib/math-base-special-pow": "^0.2.1",
48+
"@stdlib/assert-is-nonnegative-integer": "^0.2.2",
49+
"@stdlib/math-base-special-pow": "^0.3.0",
5050
"@stdlib/random-base-randi": "^0.2.1",
5151
"@stdlib/random-base-randu": "^0.2.1",
5252
"@stdlib/symbol-iterator": "^0.2.2",
5353
"proxyquire": "^2.0.0",
5454
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5555
"istanbul": "^0.4.1",
5656
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
57-
"@stdlib/bench-harness": "^0.2.1"
57+
"@stdlib/bench-harness": "^0.2.2"
5858
},
5959
"engines": {
6060
"node": ">=0.10.0",

0 commit comments

Comments
 (0)