Skip to content

Commit a17c8f2

Browse files
committed
Auto-generated commit
1 parent bc7ec5e commit a17c8f2

File tree

5 files changed

+22
-109
lines changed

5 files changed

+22
-109
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:03:17.132Z

.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 & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +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-
<section class="bug-fixes">
10-
11-
### Bug Fixes
12-
13-
- [`4345839`](https://github.com/stdlib-js/stdlib/commit/43458394fe65479fe3ae8edd7fe062e59c37ca27) - resolve bug in `string/truncate` [(#2635)](https://github.com/stdlib-js/stdlib/pull/2635)
14-
15-
</section>
16-
17-
<!-- /.bug-fixes -->
18-
19-
<section class="issues">
20-
21-
### Closed Issues
5+
<section class="release" id="unreleased">
226

23-
This release closes the following issue:
24-
25-
[#2630](https://github.com/stdlib-js/stdlib/issues/2630)
26-
27-
</section>
28-
29-
<!-- /.issues -->
7+
## Unreleased (2024-08-01)
308

319
<section class="commits">
3210

3311
### Commits
3412

3513
<details>
3614

37-
- [`4345839`](https://github.com/stdlib-js/stdlib/commit/43458394fe65479fe3ae8edd7fe062e59c37ca27) - **fix:** resolve bug in `string/truncate` [(#2635)](https://github.com/stdlib-js/stdlib/pull/2635) _(by Snehil Shah)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
3816

3917
</details>
4018

@@ -48,7 +26,7 @@ This release closes the following issue:
4826

4927
A total of 1 person contributed to this release. Thank you to this contributor:
5028

51-
- Snehil Shah
29+
- Athan Reines
5230

5331
</section>
5432

@@ -58,55 +36,31 @@ A total of 1 person contributed to this release. Thank you to this contributor:
5836

5937
<!-- /.release -->
6038

61-
<section class="release" id="v0.2.1">
39+
<section class="release" id="v0.2.2">
6240

63-
## 0.2.1 (2024-02-24)
41+
## 0.2.2 (2024-07-27)
6442

6543
No changes reported for this release.
6644

6745
</section>
6846

6947
<!-- /.release -->
7048

71-
<section class="release" id="v0.2.0">
72-
73-
## 0.2.0 (2024-02-14)
74-
75-
<section class="bug-fixes">
76-
77-
### Bug Fixes
78-
79-
- [`ff35f38`](https://github.com/stdlib-js/stdlib/commit/ff35f3846e467adce5c8244342a04e2fd4a2ac84) - make CLI scripts executable [(#1111)](https://github.com/stdlib-js/stdlib/pull/1111)
80-
81-
</section>
82-
83-
<!-- /.bug-fixes -->
84-
85-
<section class="commits">
86-
87-
### Commits
88-
89-
<details>
49+
<section class="release" id="v0.2.1">
9050

91-
- [`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-24)
9252

93-
</details>
53+
No changes reported for this release.
9454

9555
</section>
9656

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

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

107-
</section>
61+
## 0.2.0 (2024-02-14)
10862

109-
<!-- /.contributors -->
63+
No changes reported for this release.
11064

11165
</section>
11266

@@ -116,51 +70,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
11670

11771
## 0.1.0 (2023-09-23)
11872

119-
<section class="features">
120-
121-
### Features
122-
123-
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - update minimum TypeScript version
124-
125-
</section>
126-
127-
<!-- /.features -->
128-
129-
<section class="breaking-changes">
130-
131-
### BREAKING CHANGES
132-
133-
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1): update minimum TypeScript version
134-
135-
</section>
136-
137-
<!-- /.breaking-changes -->
138-
139-
<section class="commits">
140-
141-
### Commits
142-
143-
<details>
144-
145-
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
146-
147-
</details>
148-
149-
</section>
150-
151-
<!-- /.commits -->
152-
153-
<section class="contributors">
154-
155-
### Contributors
156-
157-
A total of 1 person contributed to this release. Thank you to this contributor:
158-
159-
- Philipp Burckhardt
160-
161-
</section>
162-
163-
<!-- /.contributors -->
73+
No changes reported for this release.
16474

16575
</section>
16676

README.md

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

304-
[test-image]: https://github.com/stdlib-js/string-truncate/actions/workflows/test.yml/badge.svg?branch=v0.2.2
305-
[test-url]: https://github.com/stdlib-js/string-truncate/actions/workflows/test.yml?query=branch:v0.2.2
304+
[test-image]: https://github.com/stdlib-js/string-truncate/actions/workflows/test.yml/badge.svg?branch=main
305+
[test-url]: https://github.com/stdlib-js/string-truncate/actions/workflows/test.yml?query=branch:main
306306

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@stdlib/streams-node-stdin": "^0.2.2",
5151
"@stdlib/string-format": "^0.2.2",
5252
"@stdlib/string-next-grapheme-cluster-break": "^0.2.2",
53-
"@stdlib/string-num-grapheme-clusters": "^0.2.1",
53+
"@stdlib/string-num-grapheme-clusters": "^0.2.2",
5454
"@stdlib/types": "^0.3.2",
5555
"@stdlib/utils-regexp-from-string": "^0.2.2",
5656
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
@@ -59,13 +59,13 @@
5959
"@stdlib/assert-is-browser": "^0.2.2",
6060
"@stdlib/assert-is-windows": "^0.2.2",
6161
"@stdlib/process-exec-path": "^0.2.2",
62-
"@stdlib/string-from-code-point": "^0.2.1",
62+
"@stdlib/string-from-code-point": "^0.2.2",
6363
"@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)