Skip to content

Commit a3a903c

Browse files
committed
Auto-generated commit
1 parent 120ddbd commit a3a903c

File tree

5 files changed

+27
-84
lines changed

5 files changed

+27
-84
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:18:26.908Z

.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 & 74 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-
- [`8a7e5fb`](https://github.com/stdlib-js/stdlib/commit/8a7e5fb11dee8930ac73b69302065a701966146a) - **chore:** address lint errors _(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,46 +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-
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
60-
- [`46d049b`](https://github.com/stdlib-js/stdlib/commit/46d049b5d38f9ef6e426d6a517ac8925c94d7642) - **build:** replace tslint directive _(by Philipp Burckhardt)_
51+
## 0.2.1 (2024-02-22)
6152

62-
</details>
53+
No changes reported for this release.
6354

6455
</section>
6556

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

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

76-
</section>
61+
## 0.2.0 (2024-02-14)
7762

78-
<!-- /.contributors -->
63+
No changes reported for this release.
7964

8065
</section>
8166

@@ -95,52 +80,7 @@ No changes reported for this release.
9580

9681
## 0.1.0 (2023-09-22)
9782

98-
<section class="features">
99-
100-
### Features
101-
102-
- [`0b0ec17`](https://github.com/stdlib-js/stdlib/commit/0b0ec176aed8cf508e4dd796db813f5b204fc7a6) - update minimum TypeScript version
103-
104-
</section>
105-
106-
<!-- /.features -->
107-
108-
<section class="breaking-changes">
109-
110-
### BREAKING CHANGES
111-
112-
- [`0b0ec17`](https://github.com/stdlib-js/stdlib/commit/0b0ec176aed8cf508e4dd796db813f5b204fc7a6): update minimum TypeScript version
113-
114-
</section>
115-
116-
<!-- /.breaking-changes -->
117-
118-
<section class="commits">
119-
120-
### Commits
121-
122-
<details>
123-
124-
- [`0b0ec17`](https://github.com/stdlib-js/stdlib/commit/0b0ec176aed8cf508e4dd796db813f5b204fc7a6) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
125-
- [`2e197bc`](https://github.com/stdlib-js/stdlib/commit/2e197bc4bab1c252c283ff512d82610648368598) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
126-
127-
</details>
128-
129-
</section>
130-
131-
<!-- /.commits -->
132-
133-
<section class="contributors">
134-
135-
### Contributors
136-
137-
A total of 1 person contributed to this release. Thank you to this contributor:
138-
139-
- Philipp Burckhardt
140-
141-
</section>
142-
143-
<!-- /.contributors -->
83+
No changes reported for this release.
14484

14585
</section>
14686

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
218218
[npm-image]: http://img.shields.io/npm/v/@stdlib/regexp-eol.svg
219219
[npm-url]: https://npmjs.org/package/@stdlib/regexp-eol
220220

221-
[test-image]: https://github.com/stdlib-js/regexp-eol/actions/workflows/test.yml/badge.svg?branch=v0.2.2
222-
[test-url]: https://github.com/stdlib-js/regexp-eol/actions/workflows/test.yml?query=branch:v0.2.2
221+
[test-image]: https://github.com/stdlib-js/regexp-eol/actions/workflows/test.yml/badge.svg?branch=main
222+
[test-url]: https://github.com/stdlib-js/regexp-eol/actions/workflows/test.yml?query=branch:main
223223

224224
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/regexp-eol/main.svg
225225
[coverage-url]: https://codecov.io/github/stdlib-js/regexp-eol?branch=main

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,22 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/assert-has-own-property": "^0.2.1",
41-
"@stdlib/assert-is-boolean": "^0.2.1",
42-
"@stdlib/assert-is-plain-object": "^0.2.1",
43-
"@stdlib/assert-is-string": "^0.2.1",
40+
"@stdlib/assert-has-own-property": "^0.2.2",
41+
"@stdlib/assert-is-boolean": "^0.2.2",
42+
"@stdlib/assert-is-plain-object": "^0.2.2",
43+
"@stdlib/assert-is-string": "^0.2.2",
4444
"@stdlib/string-format": "^0.2.2",
4545
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2",
4646
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
4747
},
4848
"devDependencies": {
49-
"@stdlib/assert-is-regexp": "^0.2.1",
50-
"@stdlib/string-from-code-point": "^0.2.1",
51-
"@stdlib/string-replace": "^0.2.1",
49+
"@stdlib/assert-is-regexp": "^0.2.2",
50+
"@stdlib/string-from-code-point": "^0.2.2",
51+
"@stdlib/string-replace": "^0.2.2",
5252
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5353
"istanbul": "^0.4.1",
5454
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
55-
"@stdlib/bench-harness": "^0.2.1"
55+
"@stdlib/bench-harness": "^0.2.2"
5656
},
5757
"engines": {
5858
"node": ">=0.10.0",

0 commit comments

Comments
 (0)