Skip to content

Commit f8859d0

Browse files
committed
Auto-generated commit
1 parent 4f5d91a commit f8859d0

File tree

5 files changed

+26
-58
lines changed

5 files changed

+26
-58
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T03:02:44.469Z

.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: 19 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.2.2">
6-
7-
## 0.2.2 (2024-07-27)
8-
9-
No changes reported for this release.
10-
11-
</section>
12-
13-
<!-- /.release -->
14-
15-
<section class="release" id="v0.2.1">
16-
17-
## 0.2.1 (2024-02-24)
18-
19-
No changes reported for this release.
20-
21-
</section>
22-
23-
<!-- /.release -->
24-
25-
<section class="release" id="v0.2.0">
5+
<section class="release" id="unreleased">
266

27-
## 0.2.0 (2024-02-14)
7+
## Unreleased (2024-08-01)
288

299
<section class="commits">
3010

3111
### Commits
3212

3313
<details>
3414

35-
- [`5c8d407`](https://github.com/stdlib-js/stdlib/commit/5c8d407a1ae6fb6128343b7465741922369d500a) - **docs:** update related packages sections [(#1255)](https://github.com/stdlib-js/stdlib/pull/1255) _(by stdlib-bot)_
36-
- [`f9c75ce`](https://github.com/stdlib-js/stdlib/commit/f9c75ce726ed4e5fade8622315bb98094dad8561) - **build:** remove tslint directives _(by Philipp Burckhardt)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
3716

3817
</details>
3918

@@ -47,7 +26,7 @@ No changes reported for this release.
4726

4827
A total of 1 person contributed to this release. Thank you to this contributor:
4928

50-
- Philipp Burckhardt
29+
- Athan Reines
5130

5231
</section>
5332

@@ -57,55 +36,41 @@ A total of 1 person contributed to this release. Thank you to this contributor:
5736

5837
<!-- /.release -->
5938

60-
<section class="release" id="v0.1.0">
61-
62-
## 0.1.0 (2023-09-23)
63-
64-
<section class="features">
39+
<section class="release" id="v0.2.2">
6540

66-
### Features
41+
## 0.2.2 (2024-07-27)
6742

68-
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - update minimum TypeScript version
43+
No changes reported for this release.
6944

7045
</section>
7146

72-
<!-- /.features -->
47+
<!-- /.release -->
7348

74-
<section class="breaking-changes">
49+
<section class="release" id="v0.2.1">
7550

76-
### BREAKING CHANGES
51+
## 0.2.1 (2024-02-24)
7752

78-
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1): update minimum TypeScript version
53+
No changes reported for this release.
7954

8055
</section>
8156

82-
<!-- /.breaking-changes -->
83-
84-
<section class="commits">
85-
86-
### Commits
57+
<!-- /.release -->
8758

88-
<details>
59+
<section class="release" id="v0.2.0">
8960

90-
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
61+
## 0.2.0 (2024-02-14)
9162

92-
</details>
63+
No changes reported for this release.
9364

9465
</section>
9566

96-
<!-- /.commits -->
97-
98-
<section class="contributors">
99-
100-
### Contributors
101-
102-
A total of 1 person contributed to this release. Thank you to this contributor:
67+
<!-- /.release -->
10368

104-
- Philipp Burckhardt
69+
<section class="release" id="v0.1.0">
10570

106-
</section>
71+
## 0.1.0 (2023-09-23)
10772

108-
<!-- /.contributors -->
73+
No changes reported for this release.
10974

11075
</section>
11176

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-next-grapheme-cluster-break.svg
273273
[npm-url]: https://npmjs.org/package/@stdlib/string-next-grapheme-cluster-break
274274

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

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"url": "https://github.com/stdlib-js/stdlib/issues"
4141
},
4242
"dependencies": {
43-
"@stdlib/assert-has-utf16-surrogate-pair-at": "^0.2.1",
43+
"@stdlib/assert-has-utf16-surrogate-pair-at": "^0.2.2",
4444
"@stdlib/assert-is-integer": "^0.2.2",
4545
"@stdlib/assert-is-string": "^0.2.2",
4646
"@stdlib/cli-ctor": "^0.2.2",
@@ -61,7 +61,7 @@
6161
"proxyquire": "^2.0.0",
6262
"istanbul": "^0.4.1",
6363
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
64-
"@stdlib/bench-harness": "^0.2.1"
64+
"@stdlib/bench-harness": "^0.2.2"
6565
},
6666
"engines": {
6767
"node": ">=0.10.0",

0 commit comments

Comments
 (0)