Skip to content

Commit da5881f

Browse files
committed
Auto-generated commit
1 parent 6c2b36b commit da5881f

File tree

6 files changed

+41
-56
lines changed

6 files changed

+41
-56
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T00:34:38.589Z

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
# Publish package to npm:
207207
- name: 'Publish package to npm'
208208
# Pin action to full length commit SHA
209-
uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552 # v3.0.1
209+
uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
210210
with:
211211
token: ${{ secrets.NPM_TOKEN }}
212212
access: public

.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
##############

.npmrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ shrinkwrap = false
2727
# Disable automatically "saving" dependencies on install:
2828
save = false
2929

30-
# Generate provenance metadata:
31-
provenance = true
30+
# Do not generate provenance metadata:
31+
provenance = false

CHANGELOG.md

Lines changed: 34 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -2,103 +2,85 @@
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-25)
7+
## Unreleased (2024-08-01)
88

9-
No changes reported for this release.
10-
11-
</section>
9+
<section class="commits">
1210

13-
<!-- /.release -->
11+
### Commits
1412

15-
<section class="release" id="v0.2.1">
13+
<details>
1614

17-
## 0.2.1 (2024-02-21)
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1816

19-
No changes reported for this release.
17+
</details>
2018

2119
</section>
2220

23-
<!-- /.release -->
21+
<!-- /.commits -->
2422

25-
<section class="release" id="v0.2.0">
23+
<section class="contributors">
2624

27-
## 0.2.0 (2024-02-14)
25+
### Contributors
2826

29-
No changes reported for this release.
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Athan Reines
30+
31+
</section>
32+
33+
<!-- /.contributors -->
3034

3135
</section>
3236

3337
<!-- /.release -->
3438

35-
<section class="release" id="v0.1.1">
39+
<section class="release" id="v0.2.2">
3640

37-
## 0.1.1 (2023-10-03)
41+
## 0.2.2 (2024-07-25)
3842

3943
No changes reported for this release.
4044

4145
</section>
4246

4347
<!-- /.release -->
4448

45-
<section class="release" id="v0.1.0">
46-
47-
## 0.1.0 (2023-09-22)
48-
49-
<section class="features">
49+
<section class="release" id="v0.2.1">
5050

51-
### Features
51+
## 0.2.1 (2024-02-21)
5252

53-
- [`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0) - update minimum TypeScript version
54-
- [`18482b3`](https://github.com/stdlib-js/stdlib/commit/18482b3feda6ce8241e0b72bb4715564e7931277) - improve definitions for type safety
53+
No changes reported for this release.
5554

5655
</section>
5756

58-
<!-- /.features -->
59-
60-
<section class="breaking-changes">
61-
62-
### BREAKING CHANGES
57+
<!-- /.release -->
6358

64-
- [`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0): update minimum TypeScript version
65-
- [`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0): update minimum TypeScript version to 4.1
59+
<section class="release" id="v0.2.0">
6660

67-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
61+
## 0.2.0 (2024-02-14)
6862

69-
- [`18482b3`](https://github.com/stdlib-js/stdlib/commit/18482b3feda6ce8241e0b72bb4715564e7931277): improve definitions for type safety
63+
No changes reported for this release.
7064

7165
</section>
7266

73-
<!-- /.breaking-changes -->
74-
75-
<section class="commits">
76-
77-
### Commits
67+
<!-- /.release -->
7868

79-
<details>
69+
<section class="release" id="v0.1.1">
8070

81-
- [`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
82-
- [`55866ea`](https://github.com/stdlib-js/stdlib/commit/55866ea8ef1282528b839fd9ce9c43c6a80056f8) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
83-
- [`18482b3`](https://github.com/stdlib-js/stdlib/commit/18482b3feda6ce8241e0b72bb4715564e7931277) - **feat:** improve definitions for type safety _(by Philipp Burckhardt)_
71+
## 0.1.1 (2023-10-03)
8472

85-
</details>
73+
No changes reported for this release.
8674

8775
</section>
8876

89-
<!-- /.commits -->
90-
91-
<section class="contributors">
92-
93-
### Contributors
94-
95-
A total of 1 person contributed to this release. Thank you to this contributor:
77+
<!-- /.release -->
9678

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

99-
</section>
81+
## 0.1.0 (2023-09-22)
10082

101-
<!-- /.contributors -->
83+
No changes reported for this release.
10284

10385
</section>
10486

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4343
"istanbul": "^0.4.1",
4444
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
45-
"@stdlib/bench-harness": "^0.2.1"
45+
"@stdlib/bench-harness": "^0.2.2"
4646
},
4747
"engines": {
4848
"node": ">=0.10.0",

0 commit comments

Comments
 (0)