Skip to content

Commit 5d017bd

Browse files
committed
Auto-generated commit
1 parent 548c436 commit 5d017bd

File tree

5 files changed

+26
-94
lines changed

5 files changed

+26
-94
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T01:23:28.503Z

.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: 14 additions & 85 deletions
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-
- [`a78f7d1`](https://github.com/stdlib-js/stdlib/commit/a78f7d1b859b6b1d7b0bc0ee4daf76789e3e0910) - **style:** add missing spaces _(by Philipp Burckhardt)_
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-
- Philipp Burckhardt
29+
- Athan Reines
3030

3131
</section>
3232

@@ -36,57 +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="bug-fixes">
54-
55-
### Bug Fixes
56-
57-
- [`ff35f38`](https://github.com/stdlib-js/stdlib/commit/ff35f3846e467adce5c8244342a04e2fd4a2ac84) - make CLI scripts executable [(#1111)](https://github.com/stdlib-js/stdlib/pull/1111)
58-
59-
</section>
60-
61-
<!-- /.bug-fixes -->
62-
63-
<section class="commits">
64-
65-
### Commits
66-
67-
<details>
49+
<section class="release" id="v0.2.1">
6850

69-
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
70-
- [`f9c75ce`](https://github.com/stdlib-js/stdlib/commit/f9c75ce726ed4e5fade8622315bb98094dad8561) - **build:** remove tslint directives _(by Philipp Burckhardt)_
71-
- [`ff35f38`](https://github.com/stdlib-js/stdlib/commit/ff35f3846e467adce5c8244342a04e2fd4a2ac84) - **fix:** make CLI scripts executable [(#1111)](https://github.com/stdlib-js/stdlib/pull/1111) _(by stdlib-bot, Philipp Burckhardt)_
51+
## 0.2.1 (2024-02-22)
7252

73-
</details>
53+
No changes reported for this release.
7454

7555
</section>
7656

77-
<!-- /.commits -->
78-
79-
<section class="contributors">
80-
81-
### Contributors
82-
83-
A total of 1 person contributed to this release. Thank you to this contributor:
57+
<!-- /.release -->
8458

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

87-
</section>
61+
## 0.2.0 (2024-02-14)
8862

89-
<!-- /.contributors -->
63+
No changes reported for this release.
9064

9165
</section>
9266

@@ -106,52 +80,7 @@ No changes reported for this release.
10680

10781
## 0.1.0 (2023-09-22)
10882

109-
<section class="features">
110-
111-
### Features
112-
113-
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - update minimum TypeScript version
114-
115-
</section>
116-
117-
<!-- /.features -->
118-
119-
<section class="breaking-changes">
120-
121-
### BREAKING CHANGES
122-
123-
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1): update minimum TypeScript version
124-
125-
</section>
126-
127-
<!-- /.breaking-changes -->
128-
129-
<section class="commits">
130-
131-
### Commits
132-
133-
<details>
134-
135-
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
136-
- [`6c7e770`](https://github.com/stdlib-js/stdlib/commit/6c7e770dab6e03561202af2861ae11c27af8a90c) - **refactor:** use strictEqual checks _(by Philipp Burckhardt)_
137-
138-
</details>
139-
140-
</section>
141-
142-
<!-- /.commits -->
143-
144-
<section class="contributors">
145-
146-
### Contributors
147-
148-
A total of 1 person contributed to this release. Thank you to this contributor:
149-
150-
- Philipp Burckhardt
151-
152-
</section>
153-
154-
<!-- /.contributors -->
83+
No changes reported for this release.
15584

15685
</section>
15786

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
272272
[npm-image]: http://img.shields.io/npm/v/@stdlib/string-replace.svg
273273
[npm-url]: https://npmjs.org/package/@stdlib/string-replace
274274

275-
[test-image]: https://github.com/stdlib-js/string-replace/actions/workflows/test.yml/badge.svg?branch=v0.2.2
276-
[test-url]: https://github.com/stdlib-js/string-replace/actions/workflows/test.yml?query=branch:v0.2.2
275+
[test-image]: https://github.com/stdlib-js/string-replace/actions/workflows/test.yml/badge.svg?branch=main
276+
[test-url]: https://github.com/stdlib-js/string-replace/actions/workflows/test.yml?query=branch:main
277277

278278
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-replace/main.svg
279279
[coverage-url]: https://codecov.io/github/stdlib-js/string-replace?branch=main

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"dependencies": {
4343
"@stdlib/assert-is-function": "^0.2.2",
4444
"@stdlib/assert-is-regexp": "^0.2.2",
45-
"@stdlib/assert-is-regexp-string": "^0.2.1",
45+
"@stdlib/assert-is-regexp-string": "^0.2.2",
4646
"@stdlib/assert-is-string": "^0.2.2",
4747
"@stdlib/cli-ctor": "^0.2.2",
4848
"@stdlib/fs-read-file": "^0.2.2",
49-
"@stdlib/process-read-stdin": "^0.2.1",
49+
"@stdlib/process-read-stdin": "^0.2.2",
5050
"@stdlib/regexp-eol": "^0.2.2",
5151
"@stdlib/streams-node-stdin": "^0.2.2",
5252
"@stdlib/string-base-replace": "^0.2.2",
@@ -56,16 +56,16 @@
5656
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
5757
},
5858
"devDependencies": {
59-
"@stdlib/assert-is-browser": "^0.2.1",
59+
"@stdlib/assert-is-browser": "^0.2.2",
6060
"@stdlib/assert-is-windows": "^0.2.2",
61-
"@stdlib/process-exec-path": "^0.2.1",
62-
"@stdlib/string-capitalize": "^0.2.1",
63-
"@stdlib/string-replace": "^0.2.1",
61+
"@stdlib/process-exec-path": "^0.2.2",
62+
"@stdlib/string-capitalize": "^0.3.0",
63+
"@stdlib/string-replace": "^0.2.2",
6464
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6565
"proxyquire": "^2.0.0",
6666
"istanbul": "^0.4.1",
6767
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
68-
"@stdlib/bench-harness": "^0.2.1"
68+
"@stdlib/bench-harness": "^0.2.2"
6969
},
7070
"engines": {
7171
"node": ">=0.10.0",

0 commit comments

Comments
 (0)