Skip to content

Commit cdc796f

Browse files
committed
Auto-generated commit
1 parent 35b3fd6 commit cdc796f

File tree

7 files changed

+248
-101
lines changed

7 files changed

+248
-101
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:53.276Z

.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.0">
5+
<section class="release" id="unreleased">
66

7-
## 0.2.0 (2024-07-27)
7+
## Unreleased (2024-08-01)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`aaa391a`](https://github.com/stdlib-js/stdlib/commit/aaa391a46214c21dca294506d06ac0b3d59512ce) - **chore:** fix typos _(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.1.1">
39+
<section class="release" id="v0.2.1">
4040

41-
## 0.1.1 (2024-02-24)
41+
## 0.2.1 (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.1.1">
5850

59-
- [`73f98e4`](https://github.com/stdlib-js/stdlib/commit/73f98e4e8dea53ece4a617b042f9d817643b4850) - **docs:** update related packages sections [(#1150)](https://github.com/stdlib-js/stdlib/pull/1150) _(by stdlib-bot)_
60-
- [`bf2cf8b`](https://github.com/stdlib-js/stdlib/commit/bf2cf8b0424e608a4e3abb6d18a8b44d790aa99c) - **build:** remove tslint directives _(by Philipp Burckhardt)_
51+
## 0.1.1 (2024-02-24)
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

@@ -85,63 +70,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
8570

8671
## 0.1.0 (2023-09-23)
8772

88-
<section class="features">
89-
90-
### Features
91-
92-
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - update minimum TypeScript version
93-
94-
</section>
95-
96-
<!-- /.features -->
97-
98-
<section class="bug-fixes">
99-
100-
### Bug Fixes
101-
102-
- [`9212514`](https://github.com/stdlib-js/stdlib/commit/9212514cd0ba9a681c2ca86ebe2fd3b61f866b64) - set correct package names and descriptions
103-
104-
</section>
105-
106-
<!-- /.bug-fixes -->
107-
108-
<section class="breaking-changes">
109-
110-
### BREAKING CHANGES
111-
112-
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1): update minimum TypeScript version
113-
114-
</section>
115-
116-
<!-- /.breaking-changes -->
117-
118-
<section class="commits">
119-
120-
### Commits
121-
122-
<details>
123-
124-
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
125-
- [`9212514`](https://github.com/stdlib-js/stdlib/commit/9212514cd0ba9a681c2ca86ebe2fd3b61f866b64) - **fix:** set correct package names and descriptions _(by Philipp Burckhardt)_
126-
- [`6c7e770`](https://github.com/stdlib-js/stdlib/commit/6c7e770dab6e03561202af2861ae11c27af8a90c) - **refactor:** use strictEqual checks _(by Philipp Burckhardt)_
127-
128-
</details>
129-
130-
</section>
131-
132-
<!-- /.commits -->
133-
134-
<section class="contributors">
135-
136-
### Contributors
137-
138-
A total of 1 person contributed to this release. Thank you to this contributor:
139-
140-
- Philipp Burckhardt
141-
142-
</section>
143-
144-
<!-- /.contributors -->
73+
No changes reported for this release.
14574

14675
</section>
14776

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -260,11 +260,6 @@ For more information on the project, filing bug reports and feature requests, an
260260

261261
---
262262

263-
## License
264-
265-
See [LICENSE][stdlib-license].
266-
267-
268263
## Copyright
269264

270265
Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
@@ -280,11 +275,11 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
280275
[npm-image]: http://img.shields.io/npm/v/@stdlib/string-to-grapheme-cluster-iterator.svg
281276
[npm-url]: https://npmjs.org/package/@stdlib/string-to-grapheme-cluster-iterator
282277

283-
[test-image]: https://github.com/stdlib-js/string-to-grapheme-cluster-iterator/actions/workflows/test.yml/badge.svg?branch=v0.2.1
284-
[test-url]: https://github.com/stdlib-js/string-to-grapheme-cluster-iterator/actions/workflows/test.yml?query=branch:v0.2.1
278+
[test-image]: https://github.com/stdlib-js/string-to-grapheme-cluster-iterator/actions/workflows/test.yml/badge.svg?branch=main
279+
[test-url]: https://github.com/stdlib-js/string-to-grapheme-cluster-iterator/actions/workflows/test.yml?query=branch:main
285280

286281
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-to-grapheme-cluster-iterator/main.svg
287-
[coverage-url]: https://codecov.io/github/stdlib-js/string-to-grapheme-cluster-iterator?branch=v0.2.1
282+
[coverage-url]: https://codecov.io/github/stdlib-js/string-to-grapheme-cluster-iterator?branch=main
288283

289284
<!--
290285
@@ -311,8 +306,6 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
311306
[esm-readme]: https://github.com/stdlib-js/string-to-grapheme-cluster-iterator/blob/esm/README.md
312307
[branches-url]: https://github.com/stdlib-js/string-to-grapheme-cluster-iterator/blob/main/branches.md
313308

314-
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/string-to-grapheme-cluster-iterator/main/LICENSE
315-
316309
[unicode-text-segmentation]: http://www.unicode.org/reports/tr29/
317310

318311
<!-- <related-links> -->

dist/index.js

Lines changed: 31 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)