Skip to content

Commit ce89824

Browse files
committed
Auto-generated commit
1 parent d8ffe66 commit ce89824

File tree

6 files changed

+31
-41
lines changed

6 files changed

+31
-41
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:35:24.061Z

.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: 23 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2,88 +2,75 @@
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-26)
7+
## Unreleased (2024-08-01)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`53fd65d`](https://github.com/stdlib-js/stdlib/commit/53fd65de03a466f6cf3ca0752c0908a57ef151b1) - **docs:** update related packages sections [(#2240)](https://github.com/stdlib-js/stdlib/pull/2240) _(by stdlib-bot)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1616

1717
</details>
1818

1919
</section>
2020

2121
<!-- /.commits -->
2222

23-
</section>
23+
<section class="contributors">
2424

25-
<!-- /.release -->
25+
### Contributors
2626

27-
<section class="release" id="v0.2.1">
27+
A total of 1 person contributed to this release. Thank you to this contributor:
2828

29-
## 0.2.1 (2024-02-21)
29+
- Athan Reines
3030

31-
No changes reported for this release.
31+
</section>
32+
33+
<!-- /.contributors -->
3234

3335
</section>
3436

3537
<!-- /.release -->
3638

37-
<section class="release" id="v0.2.0">
39+
<section class="release" id="v0.2.2">
3840

39-
## 0.2.0 (2024-02-14)
41+
## 0.2.2 (2024-07-26)
4042

4143
No changes reported for this release.
4244

4345
</section>
4446

4547
<!-- /.release -->
4648

47-
<section class="release" id="v0.1.0">
48-
49-
## 0.1.0 (2023-11-05)
50-
51-
<section class="features">
49+
<section class="release" id="v0.2.1">
5250

53-
### Features
51+
## 0.2.1 (2024-02-21)
5452

55-
- [`de17736`](https://github.com/stdlib-js/stdlib/commit/de1773601713083ef826105a70df23c8750f9559) - refactor `string/reverse` and add `mode` option [(#1082)](https://github.com/stdlib-js/stdlib/pull/1082)
53+
No changes reported for this release.
5654

5755
</section>
5856

59-
<!-- /.features -->
60-
61-
<section class="commits">
62-
63-
### Commits
57+
<!-- /.release -->
6458

65-
<details>
59+
<section class="release" id="v0.2.0">
6660

67-
- [`de17736`](https://github.com/stdlib-js/stdlib/commit/de1773601713083ef826105a70df23c8750f9559) - **feat:** refactor `string/reverse` and add `mode` option [(#1082)](https://github.com/stdlib-js/stdlib/pull/1082) _(by Stephannie Jiménez Gacha, Athan Reines)_
61+
## 0.2.0 (2024-02-14)
6862

69-
</details>
63+
No changes reported for this release.
7064

7165
</section>
7266

73-
<!-- /.commits -->
74-
75-
<section class="contributors">
76-
77-
### Contributors
78-
79-
A total of 2 people contributed to this release. Thank you to the following contributors:
67+
<!-- /.release -->
8068

81-
- Athan Reines
82-
- Stephannie Jiménez Gacha
69+
<section class="release" id="v0.1.0">
8370

84-
</section>
71+
## 0.1.0 (2023-11-05)
8572

86-
<!-- /.contributors -->
73+
No changes reported for this release.
8774

8875
</section>
8976

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
},
3939
"dependencies": {},
4040
"devDependencies": {
41-
"@stdlib/assert-is-string": "^0.2.1",
41+
"@stdlib/assert-is-string": "^0.2.2",
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)